wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RDS Exam Questions

Total questions: 20

Worksheet time: 18mins

Name
Class
Date
1.

You run a web application with the following components Elastic Load Balancer (ELB),

3 Web/Application servers, 1 MySQL RDS database with read replicas,

and Amazon Simple Storage Service (Amazon S3) for static content.

Average response time for users is increasing slowly.

What three CloudWatch RDS metrics will allow you to identify if the database is the

bottleneck? Choose 3 answers

a)

The number of outstanding IOs waiting to access the disk

b)

The amount of write latency

c)

The amount of disk space occupied by binary logs on the master.

d)

The amount of time a Read Replica DB Instance lags behind the source DB Instance

e)

The average number of disk I/O operations per second.

2.

It is advised that you watch the Amazon CloudWatch “_____” metric (available via the AWS Management Console or Amazon Cloud Watch APIs) carefully and recreate the Read Replica should it fall behind due to replication errors.

a)

Write Lag

b)

Read Replica

c)

Replica Lag

d)

Single Replica

3.

Can I encrypt connections between my application and my DB Instance using SSL?

a)

No

b)

Yes

c)

Only in VPC

d)

Only in certain regions

4.

Which of these configuration or deployment practices is a security risk for RDS?

a)

Storing SQL function code in plaintext

b)

Non-Multi-AZ RDS instance

c)

Having RDS and EC2 instances exist in the same subnet

d)

RDS in a public subnet

5.

If I modify a DB Instance or the DB parameter group associated with the instance, should I reboot the instance for the changes to take effect?

a)

No

b)

Yes

6.

What is the minimum charge for the data transferred between Amazon RDS and Amazon EC2 Instances in the same Availability Zone?

a)

USD 0.10 per GB

b)

No charge. It is free.

c)

USD 0.02 per GB

d)

USD 0.01 per GB

7.

Does Amazon RDS allow direct host access via Telnet, Secure Shell (SSH), or Windows Remote Desktop Connection?

a)

Yes

b)

No

c)

Depends on if it is in VPC or not

8.

A user plans to use RDS as a managed DB platform. Which of the below mentioned features is not supported by RDS?

a)

Automated backup

b)

Automated scaling to manage a higher load

c)

Automated failure detection and recovery

d)

Automated software patching

9.

Amazon RDS DB snapshots and automated backups are stored in

a)

Amazon S3

b)

Amazon EBS Volume

c)

Amazon RDS

d)

Amazon EMR

10.

Disabling automated backups ______ disable the point-in-time recovery.

a)

if configured to can

b)

will never

c)

will

11.

You can modify the backup retention period; valid values are 0 (for no backup retention) to a maximum of ___________ days.

a)

45

b)

35

c)

15

d)

5

12.

What happens to the I/O operations while you take a database snapshot?

a)

I/O operations to the database are suspended for a few seconds/minutes while the backup is in progress.

b)

I/O operations to the database are sent to a Replica (if available) for a few minutes while the backup is in progress.

c)

I/O operations will be functioning normally

d)

I/O operations to the database are suspended for an hour while the backup is in progress

13.

When you perform a restore operation to a point in time or from a DB Snapshot, a new DB Instance is created with a new endpoint.

a)

True

b)

False

14.

A user has launched an RDS MySQL DB with the Multi AZ feature. The user has scheduled the scaling of instance storage during maintenance window. What is the correct order of events during maintenance window?

1. Perform maintenance on standby

2. Promote standby to primary

3. Perform maintenance on original primary

4. Promote original master back as primary

a)

1, 2, 3, 4

b)

1, 2, 3

c)

2, 3, 4, 1

15.

You are running a successful multi-tier web application on AWS and your marketing department has asked you to add a reporting tier to the application. The reporting tier will aggregate and publish status reports every 30 minutes from user-generated information that is being stored in your web applications database. You are currently running a Multi-AZ RDS MySQL instance for the database tier. You also have implemented ElastiCache as a database caching layer between the application tier and database tier. Please select the answer that will allow you to successfully implement the reporting tier with as little impact as possible to your database.

a)

Continually send transaction logs from your master database to an S3 bucket and generate the reports off the S3 bucket using S3 byte range requests.

b)

Generate the reports by querying the synchronously replicated standby RDS MySQL instance maintained through Multi-AZ

c)

Launch a RDS Read Replica connected to your Multi-AZ master database and generate reports by querying the Read Replica

d)

Generate the reports by querying the ElastiCache database caching tier.

16.

What would happen to an RDS (Relational Database Service) multi-Availability Zone deployment if the primary DB instance fails?

a)

IP of the primary DB Instance is switched to the standby DB Instance.

b)

A new DB instance is created in the standby availability zone

c)

The canonical name record (CNAME) is changed from primary to standby.

d)

The RDS (Relational Database Service) DB instance reboots.

17.

Your business is building a new application that will store its entire customer database on a RDS MySQL database, and will have various applications and users that will query that data for different purposes. Large analytics jobs on the database are likely to cause other applications to not be able to get the query results they need to, before time out. Also, as your data grows, these analytics jobs will start to take more time, increasing the negative effect on the other applications. How do you solve the contention issues between these different workloads on the same data?

a)

Enable Multi-AZ mode on the RDS instance.

b)

Use ElastiCache to offload the analytics job data

c)

Create RDS Read-Replicas for the analytics work

d)

Run the RDS instance on the largest size possible

18.

Is creating a Read Replica of another Read Replica supported?

a)

Only in certain regions

b)

Only with MySQL based RDS

c)

Only for Oracle RDS types

d)

No

19.

A user is configuring the Multi-AZ feature of an RDS DB. The user came to know that this RDS DB does not use the AWS technology, but uses server mirroring to achieve replication. Which DB is the user using right now?

a)

MySQL

b)

Oracle

c)

MS SQL

d)

PostgreSQL

20.

If I have multiple Read Replicas for my master DB Instance and I promote one of them, what happens to the rest of the Read Replicas?

a)

The remaining Read Replicas will still replicate from the older master DB Instance

b)

The remaining Read Replicas will be deleted

c)

The remaining Read Replicas will be combined to one read replica