wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS Quiz Feb 17

Total questions: 25

Worksheet time: 4mins

Name
Class
Date
1.

Under shared responsibility model which of the following areas are the customer's responsibility? (Select TWO)

a)

Patching of the underlying hypervisor

b)

Patching of operating system

c)

Firmware upgrades of network infrastructure

d)

Configuration of the security group

e)

Physical security of data centers

2.

Which AWS tool should be used to estimate the cost savings of moving on-premises applications to the AWS Cloud?

a)

AWS Personal Health Dashboard

b)

AWS Cost and Usage Report

c)

AWS Trusted Advisor

d)

AWS TCO Calc

e)

AWS Billing and Cost Management

3.

What does AWS Marketplace allow users to do? (Select TWO)

a)

Sell unused Amazon EC2 Spot Instances

b)

Buy third-party software that runs on AWS

c)

Order AWS Snowball

d)

Sell solutions to other AWS users

e)

Purchase AWS security and compliance documents

4.

Which type of AWS storage is ephemeral and is deleted when an instance is stopped or terminated?

a)

Amazon EC2 instance store

b)

Amazon EBS

c)

Amazon S3

d)

Amazon EFS

e)

Amazon DynamoDB

5.

What can users access from AWS Artifact?

a)

AWS security and compliance documents

b)

Training material for AWS services

c)

A download of configuration management details for all AWS resources

d)

A security assessment of the applications deployed in the AWS Cloud

6.

Name two benefits of Amazon Athena for ad hoc querying

a)

Ad Hoc and easy to use Language

b)

Query directly on Amazon S3 data

c)

Unmanaged service with full configuration control

d)

ANSI SQL support, ease of use and administration

e)

Query directly on Amazon DynamoDB data

7.

What is maximum number of concurrent executions that AWS Lambda can handle?

a)

1

b)

9000

c)

1000

d)

5000

8.

Which of the below are components that can be configured in the VPC section of the AWS management console? (choose 2)

a)

EBS volumes

b)

Endpoints

c)

Subnet

d)

DNS

e)

Elastic Load Balancer

9.

Which AWS services are used for analytics? (choose 2)


a)

Amazon RDS

b)

Amazon S3

c)

Amazon ElastiCache

d)

Amazon EMR

e)

Amazon Athena

10.

Which of the following indexes in DynamoDb cannot be deleted once created?

a)

Local Secondary Index

b)

Global Secondary Index

c)

Protected Secondary Index

d)

Public Index

11.

One RCU in DynamoDb can read ____________KB of data with strong consistency

a)

2

b)

4

c)

14

d)

8

12.

Which of the following kind of APIs can be created in API gateway? (Choose two)

a)

SOAP

b)

REST

c)

WebSocket

d)

XML-RPC

e)

FTP

13.

When designing a system, you use the principle of “design for failure and nothing will fail”.

Which of the following services/features of AWS can assist in supporting this design

principle. Choose 3 answers from the options given below

a)

Availability Zones

b)

Elastic Load Balancer

c)

Regions

d)

Pay as you go

e)

IAM

14.

What services/features are required to maintain a highly available and fault-tolerant architecture in AWS? (Choose two)

a)

Elastic Load Balancer

b)

AWS NACL

c)

CloudFormation

d)

Amazon EC2 Auto Scaling

e)

AWS ElastiCache

15.

Which of the following services allow you to run your application when needed, without having to provision servers all the time?

a)

AWS EC2 instances

b)

AWS LightSail

c)

AWS Lambda

d)

AWS RDS instances

e)

AWS CodeCommit

16.

You business operates in a very secure sensitive industry. You are looking at how to secure a small VPC. Your environment consists of a single S3 bucket, and an EC2 instance running in a internet connected VPC. What is the best way to lock down the environment, allowing access to S3 but keeping the environment as secure as possible?

a)

Create an S3 VPC endpoint. Apply a policy restricting access to the S3 bucket from the VPC endpoint.

b)

Create an S3 VPC endpoint. Apply a policy restricting access to the S3 bucket from the VPC endpoint, and remove the internet gateway. Setup a VPN Endpoint and client to securely SSH into the EC2 instance when needed.

c)

Provision a privately addressable S3 bucket in your VPC. Migrate the contents of the public bucket and update the application. Remove the internet gateway to isolate the VPC.

d)

Create a new security group, denying all IP's except the EC2 instance, and associate it with the S3 bucket.

17.

Your business generates a large amount of financial data within its SQL-backed financial application. You have been asked to suggest an AWS product which will allow storage of that data to be used for long term reporting, querying, forecasting, and business intelligence. Which AWS product should you suggest?

a)

Athena

b)

EMR

c)

Glacier

d)

Redshift

18.

What happens if you reboot an instance store-backed EC2 instance with a Public IP?

a)

The instance store volume is wiped.

b)

The Public IP changes and the instance store volume is wiped.

c)

The instance remains in the running state.

d)

The Public IP changes

19.

Which of the following services/service features is natively highly available in a region, and can cope with a AZ failure without itself failing? (two)

a)

VPC Subnet

b)

DynamoDB

c)

EC2

d)

S3

20.

Why do we use Local Secondary Indexes (LSIs) or Global Secondary Indexes (GSIs) in DynamoDB?

a)

Trick question; DynamoDB supports indexes for the query planner but does not enforce them when you write items.

b)

To let us use Scan() more efficiently

c)

To let us use GetItem() or Query() APIs on different partition and/or sort keys

d)

Allows us to the UpdateItem() API without the need to update a global secondary index (GSI)

21.

What does a DynamoDB sort key do?

a)

Allows us to the UpdateItem() API without the need to update a global secondary index (GSI)

b)

Allow us to use the Query() API to find our data faster with less searching

c)

Allows us to use the PutItem() API without the need to update a local secondary index (LSI)

d)

Allow us to use the Scan() API to find our data faster with less searching

22.

Which two database engines are compatible with RDS Aurora?

a)

MySQL

b)

MariaDB

c)

Oracle

d)

Microsoft SQL Server

e)

Postgres

23.

With the DynamoDB ______________ capacity mode, you pay for capacity whether or not you use it. With ____________ capacity, you pay only for the API calls you make.

a)

provisioned, reserved

b)

auto-scaling, provisioned

c)

provisioned, on-demand

d)

on-demand, provisioned

24.

What are the Amazon DynamoDB read and write limits for a single partition?

a)

100 WCU / 300 WCU

b)

3,000 WCU / 10,000 RCU

c)

1,000 WCU / 3,000 RCU

d)

10,000 RCU / 10,000 WCU

25.

What is a recovery time objective (RTO)?

a)

How much data you lose during a failure

b)

A made-up phrase

c)

How long before you can use your database after a failure

d)

How long you can use database when failure occurs