AWS Solutions Architect Associate - Databases, Storage, and DNS

AWS Solutions Architect Associate - Databases, Storage, and DNS

Professional Development

95 Qs

quiz-placeholder

Similar activities

Database Administrator Quiz

Database Administrator Quiz

Professional Development

100 Qs

Comptia S+ Chapter 1 & 2

Comptia S+ Chapter 1 & 2

Professional Development

100 Qs

HCIA-Datacom Exam Questions

HCIA-Datacom Exam Questions

Professional Development

99 Qs

AI in Human Resource Management Quiz

AI in Human Resource Management Quiz

Professional Development

97 Qs

Câu hỏi kiểm tra PMP Lite - VN

Câu hỏi kiểm tra PMP Lite - VN

Professional Development

95 Qs

AWS Solutions Architect Associate - Databases, Storage, and DNS

AWS Solutions Architect Associate - Databases, Storage, and DNS

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Francis Borja

Used 1+ times

FREE Resource

95 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 Replica

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 Asynchrnous Replication, therefore it's likely your user 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?

Multi-AZ

Read Replicas

Answer explanation

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your application running on a fleet of EC2 instances is 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?