wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AWS Databases

Total questions: 20

Worksheet time: 8mins

Name
Class
Date
1.

AWS's NoSQL product offering is known as ____.

a)

RDS

b)

MongoDB

c)

DynamoDB

d)

MySQL

2.

RDS Reserved instances are available for multi-AZ deployments.

a)

False

b)

True

3.

Amazon's ElastiCache uses which two engines?

a)

Reddit & Memcrush

b)

Redis & Memory

c)

MyISAM & InnoDB

d)

Redis & Memcached

4.

How many copies of my data does RDS - Aurora store by default?

a)

3

b)

2

c)

6

d)

4

5.

Which of the following is most suitable for OLAP (Online Analytical Processing)?

a)

ElastiCache

b)

Redshift

c)

RDS

d)

DynamoDB

6.

In RDS, what is the maximum value you can set for backup retention period?

a)

30 Days

b)

45 Days

c)

35 Days

d)

15 Days

7.

You can SSH into and control the operating system where your Amazon RDS MySQL instance is running.

a)

True

b)

False

8.

Under what circumstances would you choose provisioned IOPS over standard storage when creating an RDS instance?

a)

If this was a test Database.

b)

If you use online transaction processing in your production environment.

c)

If your business was trying to save money.

d)

If you have workloads that are not sensitive to latency/lag.

9.

With new RDS DB instances, automated backups are enabled by default?

a)

False

b)

True

10.

DB security groups are used with DB instances that are not in a VPC and on the EC2-Classic platform. When you create a DB security group, you need to specify a destination port number.

a)

False

b)

True

11.

MySQL installations default to port number ____.

a)

3306

b)

1433

c)

80

d)

3389

12.

If I wanted to run a database on an EC2 instance, which of the following storage options would Amazon recommend?

a)

S3

b)

EBS

c)

Glacier

d)

RDS

13.

What data transfer charge is incurred when replicating data between Availability Zones for your Amazon RDS MySQL in a Multi-AZ deployment?

a)

The charge is double the standard data transfer charge.

b)

The charge is half of the standard data transfer charge.

c)

There is no charge associated with this action.

d)

The charge is the same as the standard data transfer charge.

14.

Which set of RDS database engines is currently available?

a)

Amazon Aurora, MySQL, MariaDB, Oracle, SQL Server, and PostgreSQL

b)

PostgreSQL, MariaDB, MongoDB, Amazon Aurora

c)

MariaDB, SQL Server, MySQL, Cassandra

d)

Aurora, MySQL, SQL Server, Cassandra

15.

You are hosting a MySQL database on the root volume of an EC2 instance. The database is using a large number of IOPS, and you need to increase the number of IOPS available to it. What should you do?

a)

Migrate the database to Glacier.

b)

Migrate the database to an S3 bucket.

c)

Use CloudFront to cache the database.

d)

Add 2 additional EBS SSD volumes and create a RAID 0 volume to host the database.

16.

What happens to the I/O operations of a single-AZ RDS instance during a database snapshot or backup?

a)

Nothing.

b)

I/O operations will function normally.

c)

I/O operations to the database are sent to a Secondary instance of a Multi-AZ installation (for the duration of the snapshot.)

d)

I/O may be briefly suspended while the backup process initializes (typically under a few seconds), and you may experience a brief period of elevated latency.

17.

Which AWS service is ideal for Business Intelligence Tools/Data Warehousing?

a)

Elastic Beanstalk

b)

ElastiCache

c)

Redshift

d)

DynamoDB

18.

Which AWS Database service is the most suitable for OLTP (Online Transactional Processing) workloads?

a)

DynamoDB

b)

ElastiCache

c)

RDS

d)

Redshift

19.

Your business is building a new application that will store its entire customer database 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.

20.

You have launched an RDS instance with MySQL database with default configuration for your file sharing application to store all the transactional information. Due to security compliance, your organization wants to encrypt all the databases and storage on the cloud. They approached you to perform this activity on your MySQL RDS database. How can you achieve this?

a)

Stop the RDS instance, modify and select encryption option. Start the RDS instance, it may take a while to start RDS instance as existing data is getting encrypted.

b)

Create a case with AWS support to enable encryption for your RDS instance.

c)

Copy snapshot from latest snapshot of your RDS instance, select encryption during copy and restore a new DB instance from the newly encrypted snapshot.

d)

AWS RDS is a managed service and the data at rest in all RDS instances are encrypted by default.