ExamGecko
Home Home / Amazon / CLF-C02

Amazon CLF-C02 Practice Test - Questions Answers, Page 18

Question list
Search
Search

List of questions

Search

Related questions











A company moves its infrastructure from on premises to the AWS Cloud. The company can now provision additional Amazon EC2 instances whenever the instances are required. With this ability, the company can launch new marketing campaigns in 3 days instead of 3 weeks.

Which benefit of the AWS Cloud does this scenario demonstrate?

A.
Cost savings
A.
Cost savings
Answers
B.
Improved operational resilience
B.
Improved operational resilience
Answers
C.
Increased business agility
C.
Increased business agility
Answers
D.
Enhanced security
D.
Enhanced security
Answers
Suggested answer: C

Explanation:

Increased business agility is the benefit of the AWS Cloud that this scenario demonstrates. Business agility refers to the ability of a company to adapt to changing customer needs, market conditions, and competitive pressures. Moving to the AWS Cloud enables business agility by providing faster access to resources, lower upfront costs, and greater scalability and flexibility. By using the AWS Cloud, the company can launch new marketing campaigns in 3 days instead of 3 weeks, which shows that it can respond to customer feedback more quickly and efficiently. For more information, see Benefits of Cloud Computing and [Business Agility].

A retail company is migrating its IT infrastructure applications from on premises to the AWS Cloud.

Which costs will the company eliminate with this migration? (Select TWO.)

A.
Cost of data center operations
A.
Cost of data center operations
Answers
B.
Cost of application licensing
B.
Cost of application licensing
Answers
C.
Cost of marketing campaigns
C.
Cost of marketing campaigns
Answers
D.
Cost of physical server hardware
D.
Cost of physical server hardware
Answers
E.
Cost of network management
E.
Cost of network management
Answers
Suggested answer: A, D

Explanation:

The costs that the company will eliminate with this migration are the cost of application licensing and the cost of physical server hardware. The cost of application licensing is the fee that the company has to pay to use the software applications on its on-premises servers. The cost of physical server hardware is the expense that the company has to incur to purchase, maintain, and upgrade the servers and related equipment. By migrating to the AWS Cloud, the company can avoid these costs by using the AWS services and resources that are already licensed and managed by AWS. For more information, see [Cloud Economics] and [AWS Total Cost of Ownership (TCO) Calculator].

Which AWS Support plan assigns an AWS concierge agent to a company's account?

A.
AWS Basic Support
A.
AWS Basic Support
Answers
B.
AWS Developer Support
B.
AWS Developer Support
Answers
C.
AWS Business Support
C.
AWS Business Support
Answers
D.
AWS Enterprise Support
D.
AWS Enterprise Support
Answers
Suggested answer: D

Explanation:

AWS Enterprise Support is the AWS Support plan that assigns an AWS concierge agent to a company's account. AWS Enterprise Support is the highest level of support that AWS offers, and it provides the most comprehensive and personalized assistance. An AWS concierge agent is a dedicated technical account manager who acts as a single point of contact for the company and helps to optimize the AWS environment, resolve issues, and access AWS experts. For more information, see [AWS Support Plans] and [AWS Concierge Support].

A company hosts an application on an Amazon EC2 instance. The EC2 instance needs to access several AWS resources, including Amazon S3 and Amazon DynamoDB.

What is the MOST operationally efficient solution to delegate permissions?

A.
Create an 1AM role with the required permissions. Attach the role to the EC2 instance.
A.
Create an 1AM role with the required permissions. Attach the role to the EC2 instance.
Answers
B.
Create an IAM user and use its access key and secret access key in the application.
B.
Create an IAM user and use its access key and secret access key in the application.
Answers
C.
Create an 1AM user and use its access key and secret access key to create a CLI profile in the EC2 instance.
C.
Create an 1AM user and use its access key and secret access key to create a CLI profile in the EC2 instance.
Answers
D.
Create an 1AM role with the required permissions. Attach the role to the administrative1AM user.
D.
Create an 1AM role with the required permissions. Attach the role to the administrative1AM user.
Answers
Suggested answer: A

Explanation:

Creating an IAM role with the required permissions and attaching the role to the EC2 instance is the most operationally efficient solution to delegate permissions. An IAM role is an entity that defines a set of permissions for making AWS service requests. An IAM role can be assumed by an EC2 instance to access other AWS resources, such as Amazon S3 and Amazon DynamoDB, without having to store any credentials on the instance. This solution is more secure and scalable than using IAM users and their access keys. For more information, see [IAM Roles for Amazon EC2] and [Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances].

Which encryption types can be used to protect objects at rest in Amazon S3? (Select TWO.)

A.
Server-side encryption with AmazonS3 managed encryption keys (SSE-S3)
A.
Server-side encryption with AmazonS3 managed encryption keys (SSE-S3)
Answers
B.
Server-side encryption with AWS KMSmanaged keys (SSE-KMS)
B.
Server-side encryption with AWS KMSmanaged keys (SSE-KMS)
Answers
C.
TLS
C.
TLS
Answers
D.
SSL
D.
SSL
Answers
E.
Transparent Data Encryption (TDE)
E.
Transparent Data Encryption (TDE)
Answers
Suggested answer: A, B

Explanation:

Server-side encryption with Amazon S3 managed encryption keys (SSE-S3) and server-side encryption with AWS KMS managed keys (SSE-KMS) are the encryption types that can be used to protect objects at rest in Amazon S3. Server-side encryption means that Amazon S3 encrypts the objects before saving them on disks and decrypts them when they are downloaded. SSE-S3 uses one master key per bucket that is managed by Amazon S3. SSE-KMS uses a customer master key (CMK) that is stored in AWS Key Management Service (AWS KMS) and provides additional benefits, such as audit trails and key rotation. For more information, see Protecting Data Using Server-Side Encryption and Protecting Data Using Encryption.

A company is building an application that will receive millions of database queries each second. The company needs the data store for the application to scale to meet these needs.

Which AWS service will meet this requirement?

A.
Amazon DynamoDB
A.
Amazon DynamoDB
Answers
B.
AWS Cloud9
B.
AWS Cloud9
Answers
C.
Amazon ElastiCache for Memcached
C.
Amazon ElastiCache for Memcached
Answers
D.
Amazon Neptune
D.
Amazon Neptune
Answers
Suggested answer: A

Explanation:

Amazon DynamoDB is the AWS service that will meet the requirement of building an application that will receive millions of database queries each second. Amazon DynamoDB is a fully managed NoSQL database service that provides fast and consistent performance, scalability, and durability.

Amazon DynamoDB can handle any level of request traffic and automatically scale up or down the capacity based on the demand. Amazon DynamoDB also supports in-memory caching with Amazon DynamoDB Accelerator (DAX) to improve the response time and reduce the cost. For more information, see What is Amazon DynamoDB? and Amazon DynamoDB Features.

An application runs on multiple Amazon EC2 instances that access a shared file system simultaneously.

Which AWS storage service should be used?

A.
Amazon EBS
A.
Amazon EBS
Answers
B.
Amazon EFS
B.
Amazon EFS
Answers
C.
Amazon S3
C.
Amazon S3
Answers
D.
AWS Artifact
D.
AWS Artifact
Answers
Suggested answer: B

Explanation:

Amazon Elastic File System (Amazon EFS) is the AWS storage service that should be used for an application that runs on multiple Amazon EC2 instances that access a shared file system simultaneously. Amazon EFS is a fully managed service that provides a scalable, elastic, and highly available file system for Linux-based workloads. Amazon EFS supports the Network File System version 4 (NFSv4) protocol and allows multiple EC2 instances to read and write data to the same file system concurrently. Amazon EFS also integrates with other AWS services, such as AWS Backup, AWS CloudFormation, and AWS CloudTrail. For more information, see What is Amazon Elastic File System? and [Amazon EFS Use Cases].

Which of the following is entirely the responsibility of AWS, according to the AWS shared responsibility model?

A.
Security awareness and training
A.
Security awareness and training
Answers
B.
Development of an 1AM password policy
B.
Development of an 1AM password policy
Answers
C.
Patching of the guest operating system
C.
Patching of the guest operating system
Answers
D.
Physical and environmental controls
D.
Physical and environmental controls
Answers
Suggested answer: D

Explanation:

Physical and environmental controls are entirely the responsibility of AWS, according to the AWS shared responsibility model. The AWS shared responsibility model defines the division of responsibilities between AWS and the customer for security and compliance. AWS is responsible for the security of the cloud, which includes the physical and environmental controls of the AWS global infrastructure, such as power, cooling, fire suppression, and physical access. The customer is responsible for the security in the cloud, which includes the configuration and management of the AWS resources and applications. For more information, see [AWS Shared Responsibility Model] and [AWS Cloud Security].

A company does not want to rely on elaborate forecasting to determine its usage of compute resources. Instead, the company wants to pay only for the resources that it uses. The company also needs the ability to increase or decrease its resource usage to meet business requirements.

Which pillar of the AWS Well-Architected Framework aligns with these requirements?

A.
Operational excellence
A.
Operational excellence
Answers
B.
Security
B.
Security
Answers
C.
Reliability
C.
Reliability
Answers
D.
Cost optimization
D.
Cost optimization
Answers
Suggested answer: D

Explanation:

Cost optimization is the pillar of the AWS Well-Architected Framework that aligns with the requirements of not relying on elaborate forecasting and paying only for the resources that are used.

The cost optimization pillar focuses on the ability of a system to deliver business value at the lowest price point. Cost optimization involves using the right AWS services and resources for the workload, measuring and monitoring the cost and usage, and continuously improving the cost efficiency. Cost optimization also leverages the benefits of the AWS Cloud, such as pay-as-you-go pricing, elasticity, and scalability. For more information, see [Cost Optimization Pillar] and [Cost Optimization].

A company wants to use Amazon EC2 instances to run a stateless and restartable process after business hours.

Which AWS service provides DNS resolution?

A.
Amazon CloudFront
A.
Amazon CloudFront
Answers
B.
Amazon VPC
B.
Amazon VPC
Answers
C.
Amazon Route 53
C.
Amazon Route 53
Answers
D.
AWS Direct Connect
D.
AWS Direct Connect
Answers
Suggested answer: C

Explanation:

Amazon Route 53 is the AWS service that provides DNS resolution. DNS (Domain Name System) is a service that translates domain names into IP addresses. Amazon Route 53 is a highly available and scalable cloud DNS service that offers domain name registration, DNS routing, and health checking.

Amazon Route 53 can route the traffic to various AWS services, such as Amazon EC2, Amazon S3, and Amazon CloudFront. Amazon Route 53 can also integrate with other AWS services, such as AWS Certificate Manager, AWS Shield, and AWS WAF. For more information, see [What is Amazon Route 53?] and [Amazon Route 53 Features].

Total 789 questions
Go to page: of 79