wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

lorem ipsum AWS D4 cap.1-2

Total questions: 55

Worksheet time: 28mins

Name
Class
Date
1.

Under a single AWS account, you have set up an Auto Scaling group with a maximum capacity of 50 Amazon Elastic Compute Cloud (Amazon EC2) instances in us-west-2. When you scale out, however, it only increases to 20 Amazon EC2 instances. What is the likely cause?

a)

Auto Scaling has a hard limit of 20 Amazon EC2 instances.

b)

If not specified, the Auto Scaling group maximum capacity defaults to 20 Amazon EC2 instances.

c)

The Auto Scaling group desired capacity is set to 20, so Auto Scaling stopped at 20 Amazon EC2 instances.

d)

You have exceeded the default Amazon EC2 instance limit of 20 per region.

2.

Elastic Load Balancing allows you to distribute traffic across which of the following?

a)

Only within a single Availability Zone

b)

Multiple Availability Zones within a region

c)

Multiple Availability Zones within and between regions

d)

Multiple Availability Zones within and between regions and on-premises virtualized instances running OpenStack Multiple Availability Zones within and between regions and on-premises virtualized instances running OpenStack

3.

Amazon CloudWatch offers which types of monitoring plans? (Choose 2 answers)

a)

Basic

b)

Detailed

c)

Diagnostic

d)

Precognitive

e)

Retroactive

4.

An Amazon Elastic Compute Cloud (Amazon EC2) instance in an Amazon Virtual Private Cloud (Amazon VPC) subnet can send and receive traffic from the Internet when which of the following conditions are met? (Choose 3 answers)

a)

Network Access Control Lists (ACLs) and security group rules disallow all traffic except relevant Internet traffic

b)

Network ACLs and security group rules allow relevant Internet traffic.

c)

Attach an Internet Gateway (IGW) to the Amazon VPC and create a subnet route table to send all non-local traffic to that IGW.

d)

Attach a Virtual Private Gateway (VPG) to the Amazon VPC and create subnet routes to send all non-local traffic to that VPG.

e)

The Amazon EC2 instance has a public IP address or Elastic IP (EIP) address.

5.

If you launch five Amazon Elastic Compute Cloud (Amazon EC2) instances in an Amazon Virtual Private Cloud (Amazon VPC) without specifying a security group, the instances will be launched into a default security group that provides which of the following? (Choose 3 answers)

a)

The five Amazon EC2 instances can communicate with each other.

b)

The five Amazon EC2 instances cannot communicate with each other.

c)

All inbound traffic will be allowed to the five Amazon EC2 instances.

d)

No inbound traffic will be allowed to the five Amazon EC2 instances.

e)

All outbound traffic will be allowed from the five Amazon EC2 instances.

6.

Your company wants to host its secure web application in AWS. The internal security policies consider any connections to or from the web server as insecure and require application data protection. What approaches should you use to protect data in transit for the application? (Choose 2 answers)

a)

Use BitLocker to encrypt data.

b)

Use HTTPS with server certificate authentication.

c)

Use an AWS Identity and Access Management (IAM) role.

d)

Use Secure Sockets Layer (SSL)/Transport Layer Security (TLS) for database connection.

e)

Use XML for data transfer from client to server. Use XML for data transfer from client to server.

7.

You have an application that will run on an Amazon Elastic Compute Cloud (Amazon EC2) instance. The application will make requests to Amazon Simple Storage Service (Amazon S3) and Amazon DynamoDB. Using best practices, what type of AWS Identity and Access Management (IAM) identity should you create for your application to access the identified services?

a)

IAM role

b)

IAM user

c)

IAM group

d)

IAM directory

8.

When a request is made to an AWS Cloud service, the request is evaluated to decide whether it should be allowed or denied. The evaluation logic follows which of the following rules? (Choose 3 answers)

a)

An explicit allow overrides any denies.

b)

By default, all requests are denied.

c)

An explicit deny overrides any allows.

d)

By default, all requests are allowed.

9.

What is the data processing engine behind Amazon Elastic MapReduce (Amazon EMR)?

a)

Apache Hadoop

b)

Apache Hive

c)

Apache Pig

d)

Apache HBase

10.

What type of AWS Elastic Beanstalk environment tier provisions resources to support a web application that handles background processing tasks?

a)

Web server environment tier

b)

Worker environment tier

c)

Database environment tier

d)

Batch environment tier

11.

What Amazon Relational Database Service (Amazon RDS) feature provides the high availability for your database?

a)

Regular maintenance windows

b)

Security groups

c)

Automated backups

d)

Multi-AZ deployment

12.

What administrative tasks are handled by AWS for Amazon Relational Database Service (Amazon RDS) databases? (Choose 3 answers)

a)

Regular backups of the database

b)

Deploying virtual infrastructure

c)

Deploying the schema (for example, tables and stored procedures)

d)

Patching the operating system and database software

e)

Setting up non-admin database accounts and privileges

13.

Which of the following use cases is well suited for Amazon Redshift?

a)

A 500TB data warehouse used for market analytics

b)

A NoSQL, unstructured database workload

c)

A high traffic, e-commerce web application

d)

An in-memory cache

14.

Which of the following statements about Amazon DynamoDB secondary indexes is true?

a)

Which of the following statements about Amazon DynamoDB secondary indexes is true?

b)

There can only be one per table, and it must be created when the table is created.

c)

There can be many per table, and they can be created at any time.

d)

There can only be one per table, and it must be created when the table is created. There can only be one per table, and it must be created when the table is created.

15.

What is the primary use case of Amazon Kinesis Firehose?

a)

Ingest huge streams of data and allow custom processing of data in flight.

b)

Ingest huge streams of data and store it to Amazon Simple Storage Service (Amazon S3), Amazon Redshift, or Amazon Elasticsearch Service.

c)

Generate a huge stream of data from an Amazon S3 bucket.

d)

Generate a huge stream of data from Amazon DynamoDB.

16.

Your company has 17TB of financial trading records that need to be stored for seven years by law. Experience has shown that any record more than a year old is unlikely to be accessed. Which of the following storage plans meets these needs in the most cost-efficient manner?

a)

Store the data on Amazon Elastic Block Store (Amazon EBS) volume attached to t2.large instances.

b)

Store the data on Amazon Simple Storage Service (Amazon S3) with lifecycle policies that change the storage class to Amazon Glacier after one year, and delete the object after seven years.

c)

Store the data in Amazon DynamoDB, and delete data older than seven years.

d)

Store the data in an Amazon Glacier Vault Lock. Store the data in an Amazon Glacier Vault Lock.

17.

What must you do to create a record of who accessed your Amazon Simple Storage Service (Amazon S3) data and from where?

a)

Enable Amazon CloudWatch logs.

b)

Enable versioning on the bucket.

c)

Enable website hosting on the bucket.

d)

Enable server access logs on the bucket.

e)

Create an AWS Identity and Access Management (IAM) bucket policy.

18.

Amazon Simple Storage Service (Amazon S3) is an eventually consistent storage system. For what kinds of operations is it possible to get stale data as a result of eventual consistency?

a)

GET after PUT of a new object

b)

GET or LIST after a DELETE

c)

GET after overwrite PUT (PUT to an existing key)

d)

DELETE after GET of new object DELETE after GET of new object

19.

How is data stored in Amazon Simple Storage Service (Amazon S3) for high durability?

a)

Data is automatically replicated to other regions.

b)

Data is automatically replicated to different Availability Zones within a region.

c)

Data is replicated only if versioning is enabled on the bucket.

d)

Data is automatically backed up on tape and restored if needed. Data is automatically backed up on tape and restored if needed.

20.

Your company needs to provide streaming access to videos to authenticated users around the world. What is a good way to accomplish this?

a)

Use Amazon Simple Storage Service (Amazon S3) buckets in each region with website hosting enabled.

b)

Store the videos on Amazon Elastic Block Store (Amazon EBS) volumes.

c)

Enable Amazon CloudFront with geolocation and signed URLs.

d)

Run a fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances to host the videos.

21.

Which of the following are true about the AWS shared responsibility model? (Choose 3 answers)

a)

AWS is responsible for all infrastructure components (that is, AWS Cloud services) that support customer deployments.

b)

The customer is responsible for the components from the guest operating system upward (including updates, security patches, and antivirus software).

c)

The customer may rely on AWS to manage the security of their workloads deployed on AWS.

d)

While AWS manages security of the cloud, security in the cloud is the responsibility of the customer.

22.

Which process in an Amazon Simple Workflow Service (Amazon SWF) workflow implements a task?

a)

Decider

b)

Activity worker

c)

Workflow starter

d)

Business rule

23.

Which of the following is true if you stop an Amazon Elastic Compute Cloud (Amazon EC2) instance with an Elastic IP address in an Amazon Virtual Private Cloud (Amazon VPC)?

a)

The instance is disassociated from its Elastic IP address and must be re-attached when the instance is restarted.

b)

The instance remains associated with its Elastic IP address.

c)

The Elastic IP address is released from your account.

d)

The instance is disassociated from the Elastic IP address temporarily while you restart the instance.

24.

Which Amazon Elastic Compute Cloud (Amazon EC2) pricing model allows you to pay a set hourly price for compute, giving you full control over when the instance launches and terminates?

a)

Spot instances

b)

Reserved instance

c)

On Demand instances

d)

Dedicated instances Dedicated instances

25.

Under what circumstances will Amazon Elastic Compute Cloud (Amazon EC2) instance store data not be preserved?

a)

The associated security groups are changed.

b)

The instance is stopped or rebooted.

c)

The instance is rebooted or terminated.

d)

The instance is stopped or terminated.

e)

None of the above

26.

Which of the following describes a physical location around the world where AWS clusters data centers?

a)

Endpoint

b)

Collection

c)

Fleet

d)

Region

27.

Each AWS region is composed of two or more locations that offer organizations the ability to operate production systems that are more highly available, fault tolerant, and scalable than would be possible using a single data center. What are these locations called?

a)

Availability Zones

b)

Replication areas

c)

Geographic districts

d)

Compute centers

28.

What is the deployment term for an environment that extends an existing on-premises infrastructure into the cloud to connect cloud resources to internal systems?

a)

All-in deployment

b)

Hybrid deployment

c)

On-premises deployment

d)

Scatter deployment

29.

Which AWS Cloud service allows organizations to gain system-wide visibility into resource utilization, application performance, and operational health?

a)

AWS Identity and Access Management (IAM)

b)

Amazon Simple Notification Service (Amazon SNS)

c)

Amazon CloudWatch

d)

AWS CloudFormation

30.

Which of the following AWS Cloud services is a fully managed NoSQL database service?

a)

Amazon Simple Queue Service (Amazon SQS)

b)

Amazon DynamoDB

c)

Amazon ElastiCache

d)

Amazon Relational Database Service (Amazon RDS))

31.

Your company experiences fluctuations in traffic patterns to their e-commerce website based on flash sales. What service can help your company dynamically match the required compute capacity to the spike in traffic during flash sales?

a)

Auto Scaling

b)

Amazon Glacier

c)

Amazon Simple Notification Service (Amazon SNS)

d)

Amazon Virtual Private Cloud (Amazon VPC)

32.

Your company provides an online photo sharing service. The development team is looking for ways to deliver image files with the lowest latency to end users so the website content is delivered with the best possible performance. What service can help speed up distribution of these image files to end users around the world?

a)

Amazon Elastic Compute Cloud (Amazon EC2)

b)

Amazon Route 53

c)

AWS Storage Gateway

d)

Amazon CloudFront

33.

Your company runs an Amazon Elastic Compute Cloud (Amazon EC2) instance periodically to perform a batch processing job on a large and growing filesystem. At the end of the batch job, you shut down the Amazon EC2 instance to save money but need to persist the filesystem on the Amazon EC2 instance from the previous batch runs. What AWS Cloud service can you leverage to meet these requirements?

a)

Amazon Elastic Block Store (Amazon EBS)

b)

Amazon DynamoDB

c)

Amazon Glacier

d)

AWS CloudFormation

34.

What AWS Cloud service provides a logically isolated section of the AWS Cloud where organizations can launch AWS resources in a virtual network that they define?

a)

Amazon Simple Workflow Service (Amazon SWF)

b)

Amazon Route 53

c)

Amazon Virtual Private Cloud (Amazon VPC)

d)

AWS CloudFormation

35.

Your company provides a mobile voting application for a popular TV show, and 5 to 25 million viewers all vote in a 15-second timespan. What mechanism can you use to decouple the voting application from your back-end services that tally the votes?

a)

AWS CloudTrail

b)

Amazon Simple Queue Service (Amazon SQS)

c)

Amazon Redshift

d)

Amazon Simple Notification Service (Amazon SNS)

36.

In what ways does Amazon Simple Storage Service (Amazon S3) object storage differ from block and file storage? (Choose 2 answers)

a)

Amazon S3 stores data in fixed size blocks.

b)

Objects are identified by a numbered address.

c)

Objects can be any size.

d)

Objects contain both data and metadata.

e)

Objects are stored in buckets.

37.

Which of the following are not appropriates use cases for Amazon Simple Storage Service (Amazon S3)? (Choose 2 answers)

a)

Storing web content

b)

Storing a file system mounted to an Amazon Elastic Compute Cloud (Amazon EC2) instance

c)

Storing backups for a relational database

d)

Primary storage for a database

e)

Storing logs for analytics

38.

What are some of the key characteristics of Amazon Simple Storage Service (Amazon S3)? (Choose 3 answers)

a)

All objects have a URL.

b)

Amazon S3 can store unlimited amounts of data.

c)

Objects are world-readable by default.

d)

Amazon S3 uses a REST (Representational State Transfer) Application Program Interface (API).

e)

You must pre-allocate the storage in a bucket.

39.

Which features can be used to restrict access to Amazon Simple Storage Service (Amazon S3) data? (Choose 3 answers)

a)

Enable static website hosting on the bucket.

b)

Create a pre-signed URL for an object.

c)

Use an Amazon S3 Access Control List (ACL) on a bucket or object.

d)

Use a lifecycle policy.

e)

Use an Amazon S3 bucket policy.

40.

Your application stores critical data in Amazon Simple Storage Service (Amazon S3), which must be protected against inadvertent or intentional deletion. How can this data be protected? (Choose 2 answers)

a)

Use cross-region replication to copy data to another bucket automatically.

b)

Set a vault lock.

c)

Enable versioning on the bucket.

d)

Use a lifecycle policy to migrate data to Amazon Glacier.

e)

Enable MFA Delete on the bucket.

41.

Your company stores documents in Amazon Simple Storage Service (Amazon S3), but it wants to minimize cost. Most documents are used actively for only about a month, then much less frequently. However, all data needs to be available within minutes when requested. How can you meet these requirements?

a)

Migrate the data to Amazon S3 Reduced Redundancy Storage (RRS) after 30 days.

b)

Migrate the data to Amazon Glacier after 30 days.

c)

Migrate the data to Amazon S3 Standard – Infrequent Access (IA) after 30 days.

d)

Turn on versioning, then migrate the older version to Amazon Glacier.

42.

How is data stored in Amazon Simple Storage Service (Amazon S3) for high durability?

a)

Data is automatically replicated to other regions.

b)

Data is automatically replicated within a region.

c)

Data is replicated only if versioning is enabled on the bucket.

d)

Data is automatically backed up on tape and restored if needed. .

43.

Based on the following Amazon Simple Storage Service (Amazon S3) URL, which one of the following statements is correct?

https://bucket1.abc.com.s3.amazonaws.com/folderx/myfile.doc

a)

The object “myfile.doc” is stored in the folder “folderx” in the bucket “bucket1.abc.com.”

b)

The object “myfile.doc” is stored in the bucket “bucket1.abc.com.”

c)

The object “folderx/myfile.doc” is stored in the bucket “bucket1.abc.com.”

d)

The object “myfile.doc” is stored in the bucket “bucket1.”

44.

To have a record of who accessed your Amazon Simple Storage Service (Amazon S3) data and from where, you should do what?

a)

Enable versioning on the bucket.

b)

Enable website hosting on the bucket.

c)

Enable server access logs on the bucket.

d)

Create an AWS Identity and Access Management (IAM) bucket policy.

e)

Enable Amazon CloudWatch logs.

45.

What are some reasons to enable cross-region replication on an Amazon Simple Storage Service (Amazon S3) bucket? (Choose 2 answers)

a)

You want a backup of your data in case of accidental deletion.

b)

You have a set of users or customers who can access the second bucket with lower latency.

c)

You have a set of users or customers who can access the second bucket with lower latency.

d)

Your data needs at least five nines of durability.

46.

Your company requires that all data sent to external storage be encrypted before being sent. Which Amazon Simple Storage Service (Amazon S3) encryption solution will meet this requirement?

a)

Server-Side Encryption (SSE) with AWS-managed keys (SSE-S3)

b)

SSE with customer-provided keys (SSE-C)

c)

Client-side encryption with customer-managed keys

d)

Server-side encryption with AWS Key Management Service (AWS KMS) keys (SSE-KMS)

47.

You have a popular web application that accesses data stored in an Amazon Simple Storage Service (Amazon S3) bucket. You expect the access to be very read-intensive, with expected request rates of up to 500 GETs per second from many clients. How can you increase the performance and scalability of Amazon S3 in this case?

a)

Turn on cross-region replication to ensure that data is served from multiple locations.

b)

Ensure randomness in the namespace by including a hash prefix to key names.

c)

Turn on server access logging.

d)

Ensure that key names are sequential to enable pre-fetch.

48.

What is needed before you can enable cross-region replication on an Amazon Simple Storage Service (Amazon S3) bucket? (Choose 2 answers)

a)

Enable versioning on the bucket.

b)

Enable a lifecycle rule to migrate data to the second region.

c)

Enable static website hosting.

d)

Create an AWS Identity and Access Management (IAM) policy to allow Amazon S3 to replicate objects on your behalf. Create an AWS Identity and Access Management (IAM) policy to allow Amazon S3 to replicate objects on your behalf.

49.

Your company has 100TB of financial records that need to be stored for seven years by law. Experience has shown that any record more than one-year old is unlikely to be accessed. Which of the following storage plans meets these needs in the most cost efficient manner?

a)

Store the data on Amazon Elastic Block Store (Amazon EBS) volumes attached to t2.micro instances.

b)

Store the data on Amazon Simple Storage Service (Amazon S3) with lifecycle policies that change the storage class to Amazon Glacier after one year and delete the object after seven years.

c)

Store the data in Amazon DynamoDB and run daily script to delete data older than seven years.

d)

Store the data in Amazon Elastic MapReduce (Amazon EMR).

50.

Amazon Simple Storage Service (S3) bucket policies can restrict access to an Amazon S3 bucket and objects by which of the following? (Choose 3 answers)

a)

Company name

b)

IP address range

c)

AWS account

d)

Country of origin

e)

Objects with a specific prefix

51.

Amazon Simple Storage Service (Amazon S3) is an eventually consistent storage system. For what kinds of operations is it possible to get stale data as a result of eventual consistency? (Choose 2 answers)

a)

GET after PUT of a new object

b)

GET after PUT of a new object

c)

GET after overwrite PUT (PUT to an existing key)

d)

DELETE after PUT of new object

52.

What must be done to host a static website in an Amazon Simple Storage Service (Amazon S3) bucket? (Choose 3 answers)

a)

Configure the bucket for static hosting and specify an index and error document.

b)

Create a bucket with the same name as the website.

c)

Enable File Transfer Protocol (FTP) on the bucket.

d)

Enable File Transfer Protocol (FTP) on the bucket.

e)

Enable HTTP on the bucket.

53.

You have valuable media files hosted on AWS and want them to be served only to authenticated users of your web application. You are concerned that your content could be stolen and distributed for free. How can you protect your content?

a)

Use static web hosting.

b)

Generate pre-signed URLs for content in the web application.

c)

Use AWS Identity and Access Management (IAM) policies to restrict access.

d)

Use logging to track your content.

54.

Amazon Glacier is well-suited to data that is which of the following? (Choose 2 answers)

a)

Is infrequently or rarely accessed

b)

Must be immediately available when needed

c)

Is available after a three- to five-hour restore period

d)

Is frequently erased within 30 days

55.

Which statements about Amazon Glacier are true? (Choose 3 answers)

a)

Amazon Glacier stores data in objects that live in archives.

b)

Amazon Glacier archives are identified by user-specified key names.

c)

Amazon Glacier archives take three to five hours to restore.

d)

Amazon Glacier vaults can be locked.

e)

Amazon Glacier can be used as a standalone service and as an Amazon S3 storage class.