wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AZA_Quiz2_Database_S3

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

A company needs to store images that are uploaded by users via a mobile application. There is also a need to ensure that a security measure is in place to avoid the data loss. What step should be taken for protection against unintended user actions?

a)

Store data in an EBS volume and create snapshots once a week

b)

Store data in an S3 bucket and enable versioning

c)

Store data in two S3 buckets in different AWS regions (CRR)

d)

Store data on EC2 instance storage

2.

A company has a requirement for archival of 12 TB of data. There is an agreement with the customers for an 8-hour agreed retrieval time. Which of the following is the MOST cost-effective solution?

a)

S3 Standard

b)

S3 Infrequent Access

c)

S3 Glacier

d)

EBS Volumes

3.

A document submission application will use an Amazon S3 bucket for storage. The solution must prevent accidental deletion of the documents and ensure that all versions of the documents are available. Users must be able to upload and modify the documents. Which combination of actions should be taken to meet these requirements? (Select TWO)

a)

Set read-only permissions on the bucket

b)

Enable versioning on the bucket

c)

Attach an IAM policy to the bucket

d)

Enable MFA Delete on the bucket

e)

Encrypt the bucket using AWS SSE-S3

4.

A highly-scalable system contains records that must remain available for immediate download for three months, and then the records must be deleted. What’s the most appropriate decision for this use case?

a)

Store on Amazon EBS and create a lifecycle policy to remove the files after three months

b)

Store on Amazon Glacier and create a lifecycle policy to remove the files after three months

c)

Store on Amazon S3 and create a lifecycle policy to remove the files after three months

d)

Store on Amazon EFS and create a lifecycle policy to remove the files after three months

5.

An application that receives and processes files with size around 4GB, extracts metadata from the files which typically takes a few seconds for each file. The pattern of updates is highly dynamic with times of little activity and then multiple uploads within a short period of time. What architecture will address this workload the most cost efficiently?

a)

Store the file in an EBS volume which can then be accessed by another EC2 instance for processing

b)

Place the files in an SQS queue and use a fleet of EC2 instances to extract the metadata

c)

Use a Kinesis data stream to store the file and use Lambda for processing

d)

Upload files into an S3 bucket and use the Amazon S3 event notification to invoke a Lambda function to extract the metadata

6.

A website developed using HTML, CSS, client-side JavaScript, and images needs to be hosted. Which solution is the MOST cost-effective?

a)

Containerize the website and host it in AWS Fargate

b)

Deploy a web server on an Amazon EC2 instance to host the website

c)

Create an Amazon S3 bucket and host the website there

d)

Configure an Application Load Balancer with an AWS Lambda target

7.

RDS Reserved instances are available for multi-AZ deployments.

a)

False

b)

True

8.

Amazon's ElastiCache uses which two engines?

a)

Reddit & Memcrush

b)

Redis & Memory

c)

MyISAM & InnoDB

d)

Redis & Memcached

9.

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

a)

3

b)

2

c)

6

d)

4

10.

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

a)

True

b)

False

11.

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

a)

False

b)

True

12.

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

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.

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.

15.

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.