wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Day 12: RDS

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.
Amazon RDS supports the following databases, EXCEPT:
a)
MongoDB
b)
MySQL
c)
MariaDB
d)
SQL Server
e)
Postgresql
2.
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 AZs. What should you use?
a)
Create Read Replicas
b)
Enable Encryption
c)
Enable Multi AZ
d)
Take Snapshots
3.
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 adapted to this problem?
a)
Create Read Replicas
b)
Enable Encryption
c)
Enable Multi AZ
d)
Take Snapshots
4.
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?
a)
Your application have bugs
b)
Read Replicas are asynchronous
c)
You should setup Multi AZ instead
d)
Cooldown period in ASG
5.

Applications must update the connection string to leverage ___

a)
Read Replicas
b)
Encryption
c)
Multi AZ
d)
Snapshots
6.
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?
a)
Setup Read Replica
b)
Setup Multi AZ
c)
Run analytics at night
7.
Your company has a production Node.js application that is using RDS MySQL 5.6 as its database. A new application programmed in Java will perform some heavy analytics workload to create a dashboard on a regular hourly basis. What is the most cost-effective solution you can implement to minimize disruption for the main application?
a)
Enable Multi AZ and run analytics on the standby database
b)
Create a Read Replica in different AZ and run analytics on the replica database
c)
Create a Read Replica in different AZ and run analytics on the source database
8.
You would like to create a disaster recovery strategy for your RDS PostgreSQL database so that in case of a regional outage the database can be quickly made available for both read and write workloads in another AWS Region. The DR database must be highly available. What do you recommend?
a)
Enable Multi_region on the main database
b)
Create a Read Replica in same region and enable Multi-AZ on the main database
c)
Create a Read Replica in same region and enable Multi-AZ on the replica
d)
Create a Read Replica in different region and enable Multi-AZ on the replica
9.
Read Replica is ___ and Multi-AZ is ___
a)
asynchronous, synchronous
b)
asynchronous, asynchronous
c)
synchronous, asynchronous
d)
synchronous, synchronous
10.
How do you encrypt an unencrypted RDS DB instance?
a)
Do it straight from Console, select RDS DB instance, choose Actions then Encrypt using KMS
b)
Do it straight from Console, safter stopping the RDS DB instance
c)
You can only do it through CLI
d)
You can only do it through CLI