wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS-practice

Total questions: 95

Worksheet time: 49mins

Name
Class
Date
1.

Run all parts of the application, migrate existing applications & design and build new applications in the cloud

a)

Cloud-Based Deployment

b)

On-Premise Deployment

c)

Hybrid Deployment

2.

Deploy resources by using virtualization and resource management tools.

Increase resource utilization by using application management and virtualization technologies.

a)

Cloud-based

b)

On-premise

c)

Hybrid

3.

Connect cloud-based resources to on-premises infrastructure.

Integrate cloud-based resources with legacy IT applications.

a)

Cloud-based

b)

On-premise

c)

Hybrid

4.

Upfront expense refers to data centers, physical servers, and other resources that you would need to invest in before using them. Variable expense means you only pay for computing resources you consume instead of investing heavily in data centers and servers before you know how you’re going to use them.

a)

Stop guessing capacity

b)

Benefit from massive economies of scale

c)

Trade upfront expense for variable expense

d)

Go global in minutes

5.

Computing in data centers often requires you to spend more money and time managing infrastructure and servers. A benefit of cloud computing is the ability to focus less on these tasks and more on your applications and customers.

a)

Trade upfront expense for variable expense

b)

Stop spending money to run and maintain data centers

c)

Increase speed and agility

d)

Stop guessing capacity

6.

With cloud computing, you don’t have to predict how much infrastructure capacity you will need before deploying an application. 

For example, you can launch Amazon EC2 instances when needed, and pay only for the compute time you use. Instead of paying for unused resources or having to deal with limited capacity, you can access only the capacity that you need. You can also scale in or scale out in response to demand.

a)

Increase speed and agility

b)

Benefit from massive economies of scale

c)

Stop guessing capacity

d)

Go global in minutes

7.

By using cloud computing, you can achieve a lower variable cost than you can get on your own.

 

Because usage from hundreds of thousands of customers can aggregate in the cloud, providers, such as AWS, can achieve higher economies of scale. The economy of scale translates into lower pay-as-you-go prices. 

a)

Increase speed and agility

b)

Benefit from massive economies of scale

c)

Go global in minutes

d)

Trade upfront expense for variable expense

8.

The flexibility of cloud computing makes it easier for you to develop and deploy applications.

This flexibility provides you with more time to experiment and innovate. When computing in data centers, it may take weeks to obtain new resources that you need. By comparison, cloud computing enables you to access new resources within minutes

a)

Trade upfront expense for variable expense

b)

Stop spending money to run and maintain data centers

c)

Go global in minutes

d)

Increase speed and agility

9.

The global footprint of the AWS Cloud enables you to deploy applications to customers around the world quickly, while providing them with low latency. This means that even if you are located in a different part of the world than your customers, customers are able to access your applications with minimal delays. 

a)

Benefit from massive economies of scale

b)

Go global in minutes

c)

Stop guessing capacity

d)

Stop spending money to run and maintain data centers

10.

Provide a balance of compute, memory, and networking resources. You can use them for a variety of workloads, such as:

application servers

gaming servers

backend servers for enterprise applications

small and medium databases

a)

Storage optimized instances

b)

Memory optimized instances

c)

Compute optimized instances

d)

General purpose instances

11.

Are ideal for compute-bound applications that benefit from high-performance processors. Like general purpose instances, you can use compute optimized instances for workloads such as web, application, and gaming servers.

a)

General purpose instances

b)

Compute optimized instances

c)

Storage optimized instances

d)

Memory optimized instances

12.

are designed to deliver fast performance for workloads that process large datasets in memory. In computing, memory is a temporary storage area. It holds all the data and instructions that a central processing unit (CPU) needs to be able to complete actions. Before a computer program or application is able to run, it is loaded from storage into memory. This preloading process gives the CPU direct access to the computer program.

a)

Memory optimized instances

b)

Storage optimized instances

c)

Accelerated computing instances

d)

Compute optimized instances

13.

use hardware accelerators, or coprocessors, to perform some functions more efficiently than is possible in software running on CPUs. Examples of these functions include floating-point number calculations, graphics processing, and data pattern matching.

a)

Memory optimized instances

b)

Accelerated computing instances

c)

Compute optimized instances

d)

General purpose instances

14.

are designed for workloads that require high, sequential read and write access to large datasets on local storage. Examples of workloads suitable for storage optimized instances include distributed file systems, data warehousing applications, and high-frequency online transaction processing (OLTP) systems.

a)

Storage optimized instances

b)

General purpose instances

c)

Memory optimized instances

d)

Compute optimized instances

15.

are ideal for short-term, irregular workloads that cannot be interrupted. No upfront costs or minimum contracts apply. The instances run continuously until you stop them, and you pay for only the compute time you use

a)

On-Demand

b)

Spot Instances

c)

Amazon EC2 Savings Plans

d)

Reserved Instances

16.

enable you to reduce your compute costs by committing to a consistent amount of compute usage for a 1-year or 3-year term. This term commitment results in savings of up to 66% over On-Demand costs.

a)

Dedicated Hosts

b)

On-Demand

c)

Spot Instances

d)

Amazon EC2 Savings Plans

17.

are a billing discount applied to the use of On-Demand Instances in your account. You can purchase Standard Reserved and Convertible Reserved Instances for a 1-year or 3-year term, and Scheduled Reserved Instances for a 1-year term. You realize greater cost savings with the 3-year option.

a)

Amazon EC2 Savings Plans

b)

Reserved Instances

c)

Spot Instances

d)

On-Demand

18.

are ideal for workloads with flexible start and end times, or that can withstand interruptions.

a)

Amazon EC2 Savings Plans

b)

Reserved Instances

c)

Dedicated Hosts

d)

Spot Instances

19.

is the AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances

a)

Amazon Scaling

b)

Messaging

c)

Elastic Load Balancing

d)

Queuing

20.

Suppose that you have an application with tightly coupled components. These components might include databases, servers, the user interface, business logic, and so on. This type of architecture can be considered a

a)

microservices

b)

monolithic application

21.

application components are loosely coupled. In this case, if a single component fails, the other components continue to work because they are communicating with each other. The loose coupling prevents the entire application from failing. 

a)

microservices

b)

monolithic application

22.

is a publish/subscribe service.

a)

Amazon Simple Notification Service (Amazon SNS)

b)

Amazon Simple Queue Service (Amazon SQS)

c)

Amazon EC2 Auto Scaling

d)

Elastic Load Balancing

23.

you can send, store, and receive messages between software components, without losing messages or requiring other services to be available.

a)

Amazon EC2 Auto Scaling

b)

Amazon Simple Queue Service (Amazon SQS)

c)

Amazon Simple Notification Service (Amazon SNS)

d)

Elastic Load Balancing

24.

enables you to automatically add or remove Amazon EC2 instances in response to changing application demand. By automatically scaling your instances in and out as needed, you are able to maintain a greater sense of application availability.

a)

Elastic Load Balancing

b)

Amazon Simple Notification Service (Amazon SNS)

c)

Amazon EC2 Auto Scaling

d)

Amazon Simple Queue Service (Amazon SQS)

25.

is a service that lets you run code without needing to provision or manage servers. 

a)

AWS Lambda

b)

Amazon Elastic Container Service (Amazon ECS)

c)

Containers

d)

Amazon Elastic Kubernetes Service (Amazon EKS)

26.

provide you with a standard way to package your application's code and dependencies into a single object

a)

Amazon Elastic Container Service (Amazon ECS)

b)

Amazon Elastic Kubernetes Service (Amazon EKS)

c)

AWS Lambda

d)

Containers

27.

Amazon Elastic Container Service (Amazon ECS)

a)

Amazon Elastic Kubernetes Service (Amazon EKS)

b)

Container

c)

Amazon Elastic Container Service (Amazon ECS)

d)

Aws Lambda

28.

is a fully managed service that you can use to run Kubernetes on AWS. 

a)

Amazon Elastic Container Service (Amazon ECS)

b)

Amazon Elastic Kubernetes Service (Amazon EKS)

c)

Container

d)

Aws Lambda

29.

is open-source software that enables you to deploy and manage containerized applications at scale.

a)

Kubernetes

b)

AWS Fargate

c)

Amazon Elastic Kubernetes Service (Amazon EKS)

d)

Amazon Elastic Container Service (Amazon ECS)

30.

is a serverless compute engine for containers. It works with both Amazon ECS and Amazon EKS. 

a)

AWS Fargate

b)

Amazon Elastic Kubernetes Service (Amazon EKS)

c)

Amazon Elastic Container Service (Amazon ECS)

d)

AWS Lambda

31.

You want to use an Amazon EC2 instance for a batch processing workload. What would be the best Amazon EC2 instance type to use?

a)

General purpose

b)

Memory optimized

c)

Compute optimized

d)

Storage optimized

32.

What are the contract length options for Amazon EC2 Reserved Instances? (Select TWO.)

a)

1 year

b)

2 years

c)

3 years

d)

4 years

e)

5 years

33.

You have a workload that will run for a total of 6 months and can withstand interruptions. What would be the most cost-efficient Amazon EC2 purchasing option?

a)

Reserved Instance

b)

Spot Instance

c)

Dedicated Instance

d)

On-Demand Instance

34.

Which process is an example of Elastic Load Balancing?

a)

Automatically adjusting the number of Amazon EC2 instances to meet demand

b)

Ensuring that no single Amazon EC2 instance has to carry the full workload on its own

c)

Removing unneeded Amazon EC2 instances when demand is low

d)

Adding a second Amazon EC2 instance during an online store’s popular sale

35.

You want to deploy and manage containerized applications. Which service should you use?

a)

Amazon Simple Notification Service (Amazon SNS)

b)

Amazon Elastic Kubernetes Service (Amazon EKS)

c)

Amazon Simple Queue Service (Amazon SQS)

d)

AWS Lambda

36.

Depending on your company and location, you might need to run your data out of specific areas. For example, if your company requires all of its data to reside within the boundaries of the UK, you would choose the London Region. 

Not all companies have location-specific data regulations, so you might need to focus more on the other three factors.

a)

Pricing

b)

Proximity to your customers

c)

Available services within a Region

d)

Compliance with data governance and legal requirements

37.

Selecting a Region that is close to your customers will help you to get content to them faster. For example, your company is based in Washington, DC, and many of your customers live in Singapore. You might consider running your infrastructure in the Northern Virginia Region to be close to company headquarters, and run your applications from the Singapore Region.

a)

Proximity to your customers

b)

Pricing

c)

Available services within a Region

d)

Compliance with data governance and legal requirements

38.

Sometimes, the closest Region might not have all the features that you want to offer to customers. AWS is frequently innovating by creating new services and expanding on features within existing services. However, making new services available around the world sometimes requires AWS to build out physical hardware one Region at a time. 

Suppose that your developers want to build an application that uses Amazon Braket (AWS quantum computing platform). As of this course, Amazon Braket is not yet available in every AWS Region around the world, so your developers would have to run it in one of the Regions that already offers it.

a)

Proximity to your customers

b)

Available services within a Region

c)

Pricing

d)

Compliance with data governance and legal requirements

39.

Suppose that you are considering running applications in both the United States and Brazil. The way Brazil’s tax structure is set up, it might cost 50% more to run the same workload out of the São Paulo Region compared to the Oregon Region. You will learn in more detail that several factors determine pricing, but for now know that the cost of services can vary from Region to Region.

a)

Compliance with data governance and legal requirements

b)

Proximity to your customers

c)

Pricing

d)

Available services within a Region

40.

Which statement best describes an Availability Zone?

a)

A data center that an AWS service uses to perform service-specific operations

b)

A single data center or group of data centers within a Region

c)

A geographical area that contains AWS resources

d)

A service that you can use to run AWS infrastructure within your own on-premises data center in a hybrid approach

41.

is a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.

a)

edge location

b)

Amazon CloudFront

c)

Availability Zones

d)

AWS Regions

42.

is a web-based interface for accessing and managing AWS services. You can quickly access recently used services and search for other services by name, keyword, or acronym. The console includes wizards and automated workflows that can simplify the process of completing tasks.

a)

software development kits

b)

AWS Management Console

c)

AWS Command Line Interface

43.

enables you to control multiple AWS services directly from the command line within one tool. AWS CLI is available for users on Windows, macOS, and Linux. 

a)

software development kits

b)

AWS Management Console

c)

AWS Command Line Interface

44.

make it easier for you to use AWS services through an API designed for your programming language or platform.

a)

AWS Command Line Interface

b)

software development kits

c)

AWS Management Console

45.

you provide code and configuration settings. deploys the resources necessary to perform the following tasks:

Adjust capacity

Load balancing

Automatic scaling

Application health monitoring

a)

AWS Management Console

b)

AWS Elastic Beanstalk

c)

AWS Command Line Interface

d)

AWS CloudFormation

46.

you can treat your infrastructure as code. This means that you can build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources.

a)

AWS Management Console

b)

AWS Command Line Interface

c)

AWS Elastic Beanstalk

d)

AWS CloudFormation

47.

Which statement is TRUE for the AWS global infrastructure?

a)

A Region consists of a single Availability Zone.

b)

An Availability Zone consists of two or more Regions.

c)

A Region consists of two or more Availability Zones.

d)

An Availability Zone consists of a single Region.

48.

Which factors should be considered when selecting a Region? (Select TWO.)

a)

Compliance with data governance and legal requirements

b)

Proximity to your customers

c)

Access to 24/7 technical support

d)

Ability to assign custom permissions to different users

e)

Access to the AWS Command Line Interface (AWS CLI)

49.

Which statement best describes Amazon CloudFront?

a)

A service that enables you to run infrastructure in a hybrid cloud approach

b)

A serverless compute engine for containers

c)

A service that enables you to send and receive messages between software components through a queue

d)

A global content delivery service

50.

Which site does Amazon CloudFront use to cache copies of content for faster delivery to users at any location?

a)

Availability Zone

b)

Region

c)

Edge location

d)

Origin

51.

Which action can you perform with AWS Outposts?

a)

Extend AWS infrastructure and services to your on-premises data center.

b)

Develop AWS applications in supported programming languages.

c)

Access wizards and automated workflows to perform tasks in AWS services.

d)

Automate actions for AWS services and applications through scripts.

52.

A networking service that you can use to establish boundaries around your AWS resources

a)

Amazon Virtual Private Cloud (Amazon VPC)

b)

subnet

c)

Internet gateway

d)

Virtual private gateway

53.

To allow public traffic from the internet to access your VPC, you attach an ______ to the VPC.

a)

Virtual private gateway

b)

Amazon Virtual Private Cloud (Amazon VPC).

c)

Internet gateway

d)

subnet

54.

enables you to establish a virtual private network (VPN) connection between your VPC and a private network, such as an on-premises data center or internal corporate network.

a)

virtual private gateway

b)

internet gateway

c)

AWS Direct Connect

d)

subnet

55.

is a section of a VPC in which you can group resources based on security or operational needs

a)

internet gateway

b)

subnet

c)

Amazon Virtual Private Cloud (Amazon VPC)

d)

Virtual private gateway

56.

contain resources that need to be accessible by the public, such as an online store’s website.

a)

internet gateway

b)

packet

c)

Public subnets

d)

Private subnets

57.

contain resources that should be accessible only through your private network, such as a database that contains customers’ personal information and order histories. 

a)

Private Subnets

b)

Public Subnets

c)

Packet

d)

Internet Gateway

58.

is a virtual firewall that controls inbound and outbound traffic at the subnet level.

a)

Network access control lists (ACLs)

b)

Subnets

c)

Gateway

d)

Packets

59.

A _______ is a virtual firewall that controls inbound and outbound traffic for an Amazon EC2 instance.

a)

Security group

b)

subnet

c)

VPN

d)

Packet

60.

is a DNS web service. It gives developers and businesses a reliable way to route end users to internet applications hosted in AWS. 

a)

Amazon Route 53

b)

Amazon CloudFront

c)

Application Load Balancer

61.

Which statement best describes DNS resolution?

a)

Launching resources in a virtual network that you define

b)

Storing local copies of content at edge locations around the world

c)

Translating a domain name to an IP address

d)

Connecting a VPC to the internet

62.

Your company has an application that uses Amazon EC2 instances to run the customer-facing website and Amazon RDS database instances to store customers’ personal information. How should the developer configure the VPC according to best practices?

a)

Place the Amazon EC2 instances and the Amazon RDS database instances in a private subnet.

b)

Place the Amazon EC2 instances in a private subnet and the Amazon RDS database instances in a public subnet.

c)

Place the Amazon EC2 instances in a public subnet and the Amazon RDS database instances in a private subnet.

d)

Place the Amazon EC2 instances and the Amazon RDS database instances in a public subnet.

63.

Which component or service can be used to establish a private dedicated connection between your company’s data center and AWS?

a)

Private subnet

b)

DNS

c)

AWS Direct Connect

d)

Amazon CloudFront

64.

Which statement best describes security groups?

a)

They are stateful and deny all inbound traffic by default.

b)

They are stateful and allow all inbound traffic by default.

c)

They are stateless and deny all inbound traffic by default.

d)

They are stateless and allow all inbound traffic by default.

65.

Which component is used to connect a VPC to the internet?

a)

Public subnet

b)

Edge location

c)

Security group

d)

Internet gateway

66.

Which service is used to manage the DNS records for domain names?

a)

Amazon Virtual Private Cloud

b)

AWS Direct Connect

c)

Amazon Route 53

d)

Amazon CloudFront

67.

provides temporary block-level storage for an Amazon EC2 instance

a)

instance store

b)

Amazon EBS snapshots

c)

Amazon Elastic Block Store (Amazon EBS)

d)

EBS snapshot

68.

is a service that provides block-level storage volumes that you can use with Amazon EC2 instances.

a)

instance store

b)

EBS snapshots

c)

Amazon EBS snapshots

d)

Amazon Elastic Block Store (Amazon EBS)

69.

is a service that provides object-level storage.It stores data as objects in buckets.

a)

Amazon Simple Storage Service (Amazon S3)

b)

Amazon Simple Queue Service (Amazon SQS)

c)

Amazon Simple Notification Service (Amazon SNS)

d)

Amazon EC2 Auto Scaling

70.

Designed for frequently accessed data

Stores data in a minimum of three Availability Zones

Provides high availability for objects. This makes it a good choice for a wide range of use cases, such as websites, content distribution, and data analytics.

a)

S3 Intelligent-Tiering

b)

S3 Standard-Infrequent Access (S3 Standard-IA)

c)

S3 Standard

d)

S3 One Zone-Infrequent Access (S3 One Zone-IA)

71.

Ideal for infrequently accessed data

Similar to S3 Standard but has a lower storage price and higher retrieval price

a)

S3 Standard

b)

S3 Standard-Infrequent Access (S3 Standard-IA)

c)

S3 Intelligent-Tiering

d)

S3 Glacier

72.

Stores data in a single Availability Zone

Has a lower storage price than S3 Standard-IA

a)

S3 Intelligent-Tiering

b)

S3 Glacier

c)

S3 Glacier Deep Archive

d)

S3 One Zone-Infrequent Access (S3 One Zone-IA)

73.

Ideal for data with unknown or changing access patterns

Requires a small monthly monitoring and automation fee per object

a)

S3 One Zone-Infrequent Access (S3 One Zone-IA)

b)

S3 Intelligent-Tiering

c)

S3 Standard-Infrequent Access (S3 Standard-IA)

d)

S3 Glacier

74.

Low-cost storage designed for data archiving

Able to retrieve objects within a few minutes to hours

a)

S3 Glacier Deep Archive

b)

S3 Glacier

c)

S3 One Zone-Infrequent Access (S3 One Zone-IA)

d)

S3 Intelligent-Tiering

75.

Lowest-cost object storage class ideal for archiving

Able to retrieve objects within 12 hours

a)

S3 One Zone-Infrequent Access (S3 One Zone-IA)

b)

S3 Glacier Deep Archive

c)

S3 Glacier

d)

S3 Intelligent-Tiering

76.

is a regional service. It stores data in and across multiple Availability Zones. 

a)

Amazon EBS

b)

Amazon EFS

77.

volume stores data in a single Availability Zone. 

a)

Amazon EBS

b)

Amazon EFS

78.

data is stored in a way that relates it to other pieces of data

a)

relational database

b)

PostgreSQL

c)

structured query language

d)

Amazon Relational Database Service

79.

is a service that enables you to run relational databases in the AWS Cloud.

a)

Amazon Aurora

b)

Amazon Relational Database Service

c)

Relational databases

d)

structured query language

80.

is an enterprise-class relational database. It is compatible with MySQL and PostgreSQL relational databases. It is up to five times faster than standard MySQL databases and up to three times faster than standard PostgreSQL databases.

a)

Relational Database

b)

Amazon Aurora

c)

Amazon RDS

d)

Amazon Relational Database Service

81.

is a key-value database service. It delivers single-digit millisecond performance at any scale

a)

Amazon RDS

b)

Amazon Redshift

c)

Amazon DynamoDB

d)

Amazon SQS

82.

What are the scenarios in which you should use Amazon Relational Database Service (Amazon RDS)? (Select TWO.)

a)

Running a serverless database

b)

Using SQL to organize data

c)

Storing data in a key-value database

d)

Scaling up to 10 trillion requests per day

e)

Storing data in an Amazon Aurora database

83.

is a data warehousing service that you can use for big data analytics. It offers the ability to collect data from many sources and helps you to understand relationships and trends across your data.

a)

Amazon DynamoDB

b)

Amazon SQS

c)

Amazon Redshift

d)

Amazon S3

84.

enables you to migrate relational databases, nonrelational databases, and other types of data stores.

a)

AWS Database Migration Service

b)

Amazon DynamoDB

c)

Amazon Redshift

d)

Amazon SQS

85.

is a document database service that supports MongoDB workloads.

a)

Amazon Managed Blockchain

b)

Amazon DocumentDB

c)

Amazon Neptune

d)

Amazon Quantum Ledger Database (Amazon QLDB)

86.

is a graph database service. 

a)

Amazon Neptune

b)

Amazon DocumentDB

c)

Amazon Quantum Ledger Database (Amazon QLDB)

d)

Amazon Managed Blockchain

87.

is a ledger database service. 

a)

Amazon DocumentDB

b)

Amazon Neptune

c)

Amazon Quantum Ledger Database

d)

Amazon Managed Blockchain

88.

is a service that adds caching layers on top of your databases to help improve the read times of common requests. 

a)

Amazon Managed Blockchain

b)

Amazon ElastiCache

c)

Amazon Quantum Ledger Database (Amazon QLDB)

d)

Amazon Neptune

89.

is a service that you can use to create and manage blockchain networks with open-source frameworks. 

a)

Amazon Managed Blockchain

b)

Amazon ElastiCache

c)

Amazon Quantum Ledger Database

d)

Amazon DynamoDB Accelerator

90.

is an in-memory cache for DynamoDB. 

a)

Amazon Neptune

b)

Amazon ElastiCache

c)

Amazon DynamoDB Accelerator

d)

Amazon Managed Blockchain

91.

Which Amazon S3 storage classes are optimized for archival data? (Select TWO.)

a)

S3 Standard

b)

S3 Glacier

c)

S3 Intelligent-Tiering

d)

S3 Standard-IA

e)

S3 Glacier Deep Archive

92.

You want to store data in an object storage service. Which AWS service is best for this type of storage?

a)

Amazon Managed Blockchain

b)

Amazon Elastic File System (Amazon EFS)

c)

Amazon Elastic Block Store (Amazon EBS)

d)

Amazon Simple Storage Service (Amazon S3)

93.

Which statement best describes Amazon DynamoDB?

a)

A service that enables you to run relational databases in the AWS Cloud

b)

A serverless key-value database service

c)

A service that you can use to migrate relational databases, nonrelational databases, and other types of data stores

d)

An enterprise-class relational database

94.

Which service is used to query and analyze data across a data warehouse?

a)

Amazon Redshift

b)

Amazon Neptune

c)

Amazon DocumentDB

d)

Amazon ElastiCache

95.

enables you to manage access to AWS services and resources securely.   

a)

AWS Identity and Access Management (IAM)

b)

AWS SQS

c)

IAM policies

d)

IAM users