Sec. 8: AWS Fundamentals: RDS + Aurora + ElastiCache

Sec. 8: AWS Fundamentals: RDS + Aurora + ElastiCache

University

24 Qs

quiz-placeholder

Similar activities

COMPUTER ORGANISATION AND MARVEL RELATED QUIZ

COMPUTER ORGANISATION AND MARVEL RELATED QUIZ

University

20 Qs

Secure Programming Practices

Secure Programming Practices

University

23 Qs

TLE2 M2 System Unit

TLE2 M2 System Unit

University

20 Qs

20 câu hỏi trắc nghiệm

20 câu hỏi trắc nghiệm

University

20 Qs

Plan de Majoremiento Base de Datos

Plan de Majoremiento Base de Datos

University

20 Qs

COTI BAT

COTI BAT

University

20 Qs

Preguntas sobre SQL y Bases de Datos

Preguntas sobre SQL y Bases de Datos

University

25 Qs

Quiz Materi Gabungan PL/SQL 14Juni2022

Quiz Materi Gabungan PL/SQL 14Juni2022

University

20 Qs

Sec. 8: AWS Fundamentals: RDS + Aurora + ElastiCache

Sec. 8: AWS Fundamentals: RDS + Aurora + ElastiCache

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Renato Biz Martins

Used 1+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Amazon RDS supports the following databases, EXCEPT:

MongoDB

MySQL

MariaDB

Microsoft SQL Server

Answer explanation

RDS supports MySQL, PostgreSQL, MariaDB, Oracle, MS SQL Server, and Amazon Aurora.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You're planning for a new solution that requires a MySQL database that must be available even in case of a disaster in one of the Availability Zones. What should you use?

Create Read Replicas

Enable Encryption

Enable Multi-AZ

Answer explanation

Multi-AZ helps when you plan a disaster recovery for an entire AZ going down. If you plan against an entire AWS Region going down, you should use backups and replication across AWS Regions.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We have an RDS database that struggles to keep up with the demand of requests from our website. Our million users mostly read news, and we don't post news very often. Which solution is NOT adapted to this problem?

An ElastiCache Cluster

RDS Multi-AZ

RDS Read Replicas

Answer explanation

Be very careful with the way you read questions at the exam. Here, the question is asking which solution is NOT adapted to this problem. ElastiCache and RDS Read Replicas do indeed help with scaling reads.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have set up read replicas on your RDS database, but users are complaining that upon updating their social media posts, they do not see their updated posts right away. What is a possible cause for this?

There must be a bug in your application

Read Replicas have Asynchronous Replication, therefore it's likely your users will only read Eventual Consistency

You should have setup Multi-AZ instead

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which RDS (NOT Aurora) feature when used does not require you to change the SQL connection string?

Read Replicas

Multi-AZ

Answer explanation

Multi-AZ keeps the same connection string regardless of which database is up.

Read Replicas add new endpoints with their own DNS name. We need to change our application to reference them individually to balance the read load.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your application running on a fleet of EC2 instances managed by an Auto Scaling Group behind an Application Load Balancer. Users have to constantly log back in and you don't want to enable Sticky Sessions on your ALB as you fear it will overload some EC2 instances. What should you do?

Use your own custom Load Balancer on EC2 instances instead of using ALB

Store session data in RDS

Store session data in ElastiCache

Store session data in a shared EBS volume

Answer explanation

Storing Session Data in ElastiCache is a common pattern to ensuring different EC2 instances can retrieve your user's state if needed.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An analytics application is currently performing its queries against your main production RDS database. These queries run at any time of the day and slow down the RDS database which impacts your users' experience. What should you do to improve the users' experience?

Setup a Read Replica

Setup Multi-AZ

Run the analytics queries at night

Answer explanation

Read Replicas will help as your analytics application can now perform queries against it, and these queries won't impact the main production RDS database.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?