ExamGecko
Home Home / Amazon / CLF-C02

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

Question list
Search
Search

List of questions

Search

Related questions











A user discovered that an Amazon EC2 instance is missing an Amazon Elastic Block Store (Amazon EBS) data volume. The user wants to determine when the EBS volume was removed.

Which AWS service will provide this information?

A.
AWS Config
A.
AWS Config
Answers
B.
AWS Trusted Advisor
B.
AWS Trusted Advisor
Answers
C.
Amazon Timestream
C.
Amazon Timestream
Answers
D.
Amazon QuickSight
D.
Amazon QuickSight
Answers
Suggested answer: A

Explanation:

AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. AWS Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations.

AWS Config can help you determine when an EBS volume was removed from an EC2 instance by providing a timeline of configuration changes and compliance status. AWS Trusted Advisor, Amazon Timestream, and Amazon QuickSight do not provide the same level of configuration tracking and auditing as AWS Config. Source: AWS Config

What is an AWS responsibility under the AWS shared responsibility model?

A.
Configure the security group rules that determine which ports are open on an Amazon EC2 Linux instance.
A.
Configure the security group rules that determine which ports are open on an Amazon EC2 Linux instance.
Answers
B.
Ensure the security of the internal network in the AWS data centers.
B.
Ensure the security of the internal network in the AWS data centers.
Answers
C.
Patch the guest operating system with the latest security patches on Amazon EC2.
C.
Patch the guest operating system with the latest security patches on Amazon EC2.
Answers
D.
Turn on server-side encryption for Amazon S3 buckets.A company wants to deploy its critical application on AWS and maintain high availability.
D.
Turn on server-side encryption for Amazon S3 buckets.A company wants to deploy its critical application on AWS and maintain high availability.
Answers
Suggested answer: B

Explanation:

Under the AWS shared responsibility model, AWS is responsible for ensuring the security of the internal network in the AWS data centers, as well as the physical security of the hardware and facilities that run AWS services. AWS customers are responsible for configuring the security group rules that determine which ports are open on an EC2 Linux instance, patching the guest operating system with the latest security patches on EC2, and turning on server-side encryption for S3 buckets.

Source: AWS Shared Responsibility Model

How should the company deploy the application to meet these requirements?

A.
Ina single Availability Zone
A.
Ina single Availability Zone
Answers
B.
On AWS Direct Connect
B.
On AWS Direct Connect
Answers
C.
On Reserved Instances
C.
On Reserved Instances
Answers
D.
In multiple Availability Zones
D.
In multiple Availability Zones
Answers
Suggested answer: D

Explanation:

Deploying the application in multiple Availability Zones is the best way to ensure high availability for the application. Availability Zones are isolated locations within an AWS Region that are engineered to be fault-tolerant from failures in other Availability Zones. By deploying the application in multiple Availability Zones, the company can reduce the impact of outages and increase the resilience of the application. Deploying the application in a single Availability Zone, on AWS Direct Connect, or on Reserved Instances does not provide the same level of high availability as deploying the application in multiple Availability Zones. Source: Availability Zones

A company must store call recordings for 6 years. The storage system should be highly durable and cost-effective.

Which AWS service meets these requirements?

A.
AWS Snowball
A.
AWS Snowball
Answers
B.
Amazon S3
B.
Amazon S3
Answers
C.
AWS Storage Gateway
C.
AWS Storage Gateway
Answers
D.
Amazon Kinesis
D.
Amazon Kinesis
Answers
Suggested answer: B

Explanation:

Amazon S3 is a service that provides highly durable and cost-effective object storage for a variety of use cases, including backup and archive, big data analytics, disaster recovery, and cloud applications.

Amazon S3 offers 99.999999999% (11 9's) of durability, meaning that data is designed to withstand the loss of two facilities concurrently. Amazon S3 also offers several storage classes with different price and performance characteristics, such as S3 Glacier and S3 Glacier Deep Archive, which are ideal for long-term archival of data that is rarely accessed. AWS Snowball, AWS Storage Gateway, and Amazon Kinesis are not designed to provide the same level of durability and cost-effectiveness as Amazon S3 for storing call recordings for 6 years. Source: Amazon S3

In which categories does AWS Trusted Advisor provide recommended actions? (Select TWO.)

A.
Operating system patches
A.
Operating system patches
Answers
B.
Cost optimization
B.
Cost optimization
Answers
C.
Repetitive tasks
C.
Repetitive tasks
Answers
D.
Service quotas
D.
Service quotas
Answers
E.
Account activity records
E.
Account activity records
Answers
Suggested answer: B, D

Explanation:

AWS Trusted Advisor is a service that provides real-time guidance to help you provision your resources following AWS best practices. AWS Trusted Advisor provides recommended actions in five categories: cost optimization, performance, security, fault tolerance, and service quotas. Cost optimization helps you reduce your overall AWS costs by identifying idle and underutilized resources.

Service quotas helps you monitor and manage your usage of AWS service quotas and request quota increases. Operating system patches, repetitive tasks, and account activity records are not categories that AWS Trusted Advisor provides recommended actions for. Source: [AWS Trusted Advisor]

Which actions are examples of a company's effort to right size its AWS resources to control cloud costs? (Select TWO.)

A.
Switch from Amazon RDS to Amazon DynamoDB to accommodate NoSQL datasets.
A.
Switch from Amazon RDS to Amazon DynamoDB to accommodate NoSQL datasets.
Answers
B.
Base the selection of Amazon EC2 instance types on past utilization patterns.
B.
Base the selection of Amazon EC2 instance types on past utilization patterns.
Answers
C.
Use Amazon S3 Lifecycle policies to move objects that users access infrequently to lower-cost storage tiers.
C.
Use Amazon S3 Lifecycle policies to move objects that users access infrequently to lower-cost storage tiers.
Answers
D.
Use Multi-AZ deployments for Amazon RDS.
D.
Use Multi-AZ deployments for Amazon RDS.
Answers
E.
Replace existing Amazon EC2 instances with AWS Elastic Beanstalk.
E.
Replace existing Amazon EC2 instances with AWS Elastic Beanstalk.
Answers
Suggested answer: B, C

Explanation:

Basing the selection of Amazon EC2 instance types on past utilization patterns is a way to right size the AWS resources and optimize the performance and cost. Using Amazon S3 Lifecycle policies to move objects that users access infrequently to lower-cost storage tiers is another way to reduce the storage costs and align them with the business value of the data. These two actions are recommended by the AWS Cost Optimization Pillar1. Switching from Amazon RDS to Amazon DynamoDB is not necessarily a cost-saving action, as it depends on the use case and the data model.

Using Multi-AZ deployments for Amazon RDS is a way to improve the availability and durability of the database, but it also increases the cost. Replacing existing Amazon EC2 instances with AWS Elastic Beanstalk is a way to simplify the deployment and management of the application, but it does not affect the cost of the underlying EC2 instances.

A company has a single Amazon EC2 instance. The company wants to adopt a highly available architecture.

What can the company do to meet this requirement?

A.
Scale vertically to a larger EC2 instance size.
A.
Scale vertically to a larger EC2 instance size.
Answers
B.
Scale horizontally across multiple Availability Zones.
B.
Scale horizontally across multiple Availability Zones.
Answers
C.
Purchase an EC2 Dedicated Instance.
C.
Purchase an EC2 Dedicated Instance.
Answers
D.
Change the EC2 instance family to a compute optimized instance.
D.
Change the EC2 instance family to a compute optimized instance.
Answers
Suggested answer: B

Explanation:

Scaling horizontally across multiple Availability Zones is a way to adopt a highly available architecture, as it increases the fault tolerance and resilience of the application. Scaling vertically to a larger EC2 instance size is a way to improve the performance of the application, but it does not improve the availability. Purchasing an EC2 Dedicated Instance is a way to isolate the instance from other AWS customers, but it does not improve the availability. Changing the EC2 instance family to a compute optimized instance is a way to optimize the instance type for the workload, but it does not improve the availability. These concepts are explained in the AWS Well-Architected Framework2.

A company is running an application that is hosted on Amazon EC2 instances. The usage of the EC2 instances is higher during daytime hours than nighttime hours. The company wants to optimize the number of EC2 instances based on this usage pattern.

Which AWS service or instance purchasing option should the company use to meet these requirements?

A.
Spot Instances
A.
Spot Instances
Answers
B.
Reserved Instances
B.
Reserved Instances
Answers
C.
AWS CloudFormation
C.
AWS CloudFormation
Answers
D.
AWS Auto Scaling
D.
AWS Auto Scaling
Answers
Suggested answer: D

Explanation:

AWS Auto Scaling is the AWS service that allows users to optimize the number of EC2 instances based on the usage pattern, as it automatically adjusts the capacity to maintain steady and predictable performance at the lowest possible cost. Spot Instances are a way to reduce the cost of EC2 instances by bidding on unused EC2 capacity, but they are not suitable for applications that require steady and reliable performance. Reserved Instances are a way to reduce the cost of EC2 instances by committing to a certain amount of usage for a period of time, but they are not flexible to adjust to the usage pattern. AWS CloudFormation is a way to automate the creation and management of AWS resources, but it does not optimize the number of EC2 instances based on the usage pattern. These concepts are explained in the AWS Cloud Practitioner Essentials course3.

Which AWS services allow users to monitor and retain records of account activities that include governance, compliance, and auditing?

(Select TWO.)

A.
Amazon CloudWatch
A.
Amazon CloudWatch
Answers
B.
AWS CloudTrail
B.
AWS CloudTrail
Answers
C.
Amazon GuardDuty
C.
Amazon GuardDuty
Answers
D.
AWS Shield
D.
AWS Shield
Answers
E.
AWS WAF
E.
AWS WAF
Answers
Suggested answer: A, B

Explanation:

Amazon CloudWatch and AWS CloudTrail are the AWS services that allow users to monitor and retain records of account activities that include governance, compliance, and auditing. Amazon CloudWatch is a service that collects and tracks metrics, collects and monitors log files, and sets alarms. AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account. Amazon GuardDuty, AWS Shield, and AWS WAF are AWS services that provide security and protection for AWS resources, but they do not monitor and retain records of account activities. These concepts are explained in the AWS Cloud Practitioner Essentials course3.

Which AWS service or tool provides on-demand access to AWS security and compliance reports and AWS online agreements?

A.
AWS Artifact
A.
AWS Artifact
Answers
B.
AWS Trusted Advisor
B.
AWS Trusted Advisor
Answers
C.
Amazon Inspector
C.
Amazon Inspector
Answers
D.
AWS Billing console
D.
AWS Billing console
Answers
Suggested answer: A

Explanation:

AWS Artifact is the AWS service or tool that provides on-demand access to AWS security and compliance reports and AWS online agreements. AWS Trusted Advisor is a tool that provides realtime guidance to help users provision their resources following AWS best practices. Amazon Inspector is a service that helps users improve the security and compliance of their applications. AWS Billing console is a tool that helps users manage their AWS costs and usage. These concepts are explained in the AWS Cloud Practitioner Essentials course3.

Total 789 questions
Go to page: of 79