wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Database n Analytics

Total questions: 8

Worksheet time: 5mins

Name
Class
Date
1.

You would like to have a database that is efficient at performing analytical queries on large sets of columnar data. You would like to connect to this Data Warehouse using a reporting and dashboard tool such as Amazon QuickSight. Which AWS technology do you recommend?

a)

Amazon RDS

b)

Amazon S3

c)

Amazon Redshift

d)

Amazon Neptune

2.

You have a lot of log files stored in an S3 bucket that you want to perform a quick analysis, if possible Serverless, to filter the logs and find users that attempted to make an unauthorized action. Which AWS service allows you to do so?

a)

Amazon DynamoDB

b)

Amazon Redshift

c)

S3 Glacier

d)

Amazon Athena

3.

As a Solutions Architect, you have been instructed you to prepare a disaster recovery plan for a Redshift cluster. What should you do?

a)

Enable Multi-AZ

b)

Enable Automated Snapshots, then configure your Redshift cluster to automatically copy snapshots to another AWS region

c)

Take a snapshot then restore to a Redshift Global cluster

4.

Which feature in Redshift forces all COPY and UNLOAD traffic moving between your cluster and data repositories through your VPCs?

a)

Enhanced VPC Routing

b)

Improved VPC Routing

c)

Redshift Spectrum

5.

You are running a gaming website that is using DynamoDB as its data store. Users have been asking for a search feature to find other gamers by name, with partial matches if possible. Which AWS technology do you recommend to implement this feature?

a)

Amazon DynamoDB

b)

Amazon Redshift

c)

Amazon OpenSearch

d)

Amazon Neptune

6.

An AWS service allows you to create, run, and monitor ETL (extract, transform, and load) jobs in a few clicks.

a)

AWS Glue

b)

Amazon Redshift

c)

Amazon RDS

d)

Amazon DynamoDB

7.

You have an RDS DB instance that's configured to push its database logs to CloudWatch. You want to create a CloudWatch alarm if there's an Error found in the logs. How would you do that?

a)

Create s scheduled CloudWatch Event that triggers an AWS lambda every 1 hour, scans the logs, and notify you through SNS topic

b)

Create a CloudWatch Logs Metric Filter that filter the logs for the keyword Error, then createa CloudWatch Alarm based on that Metric Filter

c)

Create an AWS config Rule that monitors Error in your database logs and notify you through SNS topic

8.

You have an application hosted on a fleet of EC2 instances managed by an Auto Scaling Group that you configured its minimum capacity to 2. Also, you have created a CloudWatch Alarm that is configured to scale in your ASG when CPU Utilization is below 60%. Currently, your application runs on 2 EC2 instances and has low traffic and the CloudWatch Alarm is in the ALARM state. What will happen?

a)

One EC2 instance will be terminated and the ASG desired and minimum capicity will go to 1

b)

The CloudWatch will remain in ALARM state but never decrease the number of EC2 instances in the ASG

c)

The CloudWatch Alarm will be detached from my ASG

d)

The CloudWatch Alarm will go in OK state