CLF-C02 Practice Test Questions

817 Questions


Topic 2: Exam Pool B

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


B. Amazon S3


C. AWS Storage Gateway


D. Amazon Kinesis





B.
  Amazon S3

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.

Which AWS service is always available free of charge to users?


A. Amazon Athena


B. AWS Identity and Access Management (IAM)


C. AWS Secrets Manager


D. Amazon ElastiCache





B.
  AWS Identity and Access Management (IAM)

Explanation: AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources for your users. You use IAM to control who can use your AWS resources (authentication) and what resources they can use and in what ways (authorization). IAM is always available free of charge to users4.

A company wants guidance to optimize the cost and performance of its current AWS environment. Which AWS service or tool should the company use to identify areas for optimization?


A. Amazon QuickSight


B. AWS Trusted Advisor


C. AWS Organizations


D. AWS Budgets





B.
  AWS Trusted Advisor

Explanation: AWS Trusted Advisor is the AWS service or tool that the company should use to identify areas for optimization. According to the AWS Trusted Advisor User Guide, “AWS Trusted Advisor is an online tool that provides you real time guidance to help you provision your resources following AWS best practices. AWS Trusted Advisor checks help optimize your AWS infrastructure, increase security and performance, reduce your overall costs, and monitor service limits.” Amazon QuickSight, AWS Organizations, and AWS Budgets are not designed to provide optimization recommendations for the current AWS environment.

Which AWS service or tool offers consolidated billing?


A. AWS Artifact


B. AWS Budgets


C. AWS Organizations


D. AWS Trusted Advisor





C.
  AWS Organizations

Explanation: AWS Organizations is a service that enables you to consolidate multiple AWS accounts into an organization that you create and centrally manage. With AWS Organizations, you can create a single payment method for all the AWS accounts in your organization through consolidated billing. Consolidated billing enables you to see a combined view of AWS charges incurred by all accounts in your organization, as well as get a detailed cost report for each individual AWS account associated with your organization. AWS Artifact is a service that provides on-demand access to AWS’ security and compliance reports and select online agreements. AWS Budgets is a service that enables you to plan your service usage, service costs, and instance reservations. AWS Trusted Advisor is a service that provides real-time guidance to help you provision your resources following AWS best practices. None of these services or tools offer consolidated billing.

A company wants to improve its security and audit posture by limiting Amazon EC2 inbound access. According to the AWS shared responsibility model, which task is the responsibility of the customer?


A. Protect the global infrastructure that runs all of the services offered in the AWS Cloud.


B. Configure logical access controls for resources, and protect account credentials.


C. Configure the security used by managed services.


D. Patch and back up Amazon Aurora.





B.
  Configure logical access controls for resources, and protect account credentials.

Explanation: According to the AWS shared responsibility model, the customer is responsible for configuring logical access controls for resources, and protecting account credentials. This includes managing IAM user permissions, security group rules, network ACLs, encryption keys, and other aspects of access management1. AWS is responsible for protecting the global infrastructure that runs all of the services offered in the AWS Cloud, such as the hardware, software, networking, and facilities. AWS is also responsible for configuring the security used by managed services, such as Amazon RDS, Amazon DynamoDB, and Amazon Aurora2.

A manufacturing company has a critical application that runs at a remote site that has a slow internet connection. The company wants to migrate the workload to AWS. The application is sensitive to latency and interruptions in connectivity. The company wants a solution that can host this application with minimum latency. Which AWS service or feature should the company use to meet these requirements?


A. Availability Zones


B. AWS Local Zones


C. AWS Wavelength


D. AWS Outposts





D.
  AWS Outposts

Explanation: AWS Outposts is a service that offers fully managed and configurable compute and storage racks built with AWS-designed hardware that allow you to run your workloads on premises and seamlessly connect to AWS services in the cloud. AWS Outposts is ideal for workloads that require low latency, local data processing, or local data storage. With AWS Outposts, you can use the same AWS APIs, tools, and infrastructure across on premises and the cloud to deliver a truly consistent hybrid experience5. Availability Zones are isolated locations within each AWS Region that are engineered to be fault-tolerant and provide high availability. AWS Local Zones are extensions of AWS Regions that are placed closer to large population, industry, and IT centers where no AWS Region exists today. AWS Wavelength is a service that enables developers to build applications that deliver ultra-low latency to mobile devices and users by deploying AWS compute and storage at the edge of the 5G network. None of these services or features can help you host a critical application with minimum latency at a remote site that has a slow internet connection.

Which group shares responsibility with AWS for security and compliance of AWS accounts and resources?


A. Third-party vendors


B. Customers


C. Reseller partners


D. Internet providers





B.
  Customers

Explanation: Customers share responsibility with AWS for security and compliance of AWS accounts and resources. This is part of the AWS shared responsibility model, which 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, such as identity and access management, encryption, firewall, and backup. For more information, see AWS Shared Responsibility Model and AWS Cloud Security.

Which AWS service requires the customer to patch the guest operating system?


A. AWS Lambda


B. Amazon OpenSearch Service


C. Amazon EC2


D. Amazon ElastiCache





C.
  Amazon EC2

Explanation: The AWS service that requires the customer to patch the guest operating system is Amazon EC2. Amazon EC2 is a service that provides scalable compute capacity in the cloud, and allows customers to launch and run virtual servers, called instances, with a variety of operating systems, configurations, and specifications. The customer is responsible for patching and updating the guest operating system and any applications that run on the EC2 instances, as part of the security in the cloud. AWS Lambda, Amazon OpenSearch Service, and Amazon ElastiCache are not services that require the customer to patch the guest operating system. AWS Lambda is a serverless compute service that allows customers to run code without provisioning or managing servers. Amazon OpenSearch Service is a fully managed service that makes it easy to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. Amazon ElastiCache is a fully managed service that provides in-memory data store and cache solutions, such as Redis and Memcached. These services are managed by AWS, and AWS is responsible for patching and updating the underlying infrastructure and software.

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


A. Operating system patches


B. Cost optimization


C. Repetitive tasks


D. Service quotas


E. Account activity records





B.
  Cost optimization

D.
  Service quotas

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.

A company wants its workload to perform consistently and correctly. Which benefit of AWS Cloud computing does this goal represent?


A. Security


B. Elasticity


C. Pay-as-you-go pricing


D. Reliability





D.
  Reliability

Explanation: Reliability is the benefit of AWS Cloud computing that ensures the workload performs consistently and correctly. According to the AWS Cloud Practitioner Essentials course, reliability means "the ability of a system to recover from infrastructure or service disruptions, dynamically acquire computing resources to meet demand, and mitigate disruptions such as misconfigurations or transient network issues."1 Elasticity, security, and pay-as-you-go pricing are also benefits of AWS Cloud computing, but they do not directly relate to the goal of consistent and correct performance.

A company is running an application on AWS. The company wants to identify and prevent the accidental Which AWS service or feature will meet these requirements?


A. Amazon GuardDuty


B. Network ACL


C. AWS WAF


D. AWS Network Firewall





A.
  Amazon GuardDuty

Explanation: Amazon GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts, workloads, and data stored in Amazon S3. With the cloud, the collection and aggregation of account and network activities is simplified, but it can be time consuming for security teams to continuously analyze event log data for potential threats. With GuardDuty, you can automate anomaly detection and get actionable findings to help you protect your AWS resources4.

A company is reviewing the design of an application that will be migrated from on premises to a single Amazon EC2 instance. What should the company do to make the application highly available?


A. Provision additional EC2 instances in other Availability Zones.


B. Configure an Application Load Balancer (ALB). Assign the EC2 instance as the ALB's target.


C. Use an Amazon Machine Image (AMI) to create the EC2 instance.


D. Provision the application by using an EC2 Spot Instance.





A.
  Provision additional EC2 instances in other Availability Zones.

Explanation: Provisioning additional EC2 instances in other Availability Zones is a way to make the application highly available, as it reduces the impact of failures and increases fault tolerance. Configuring an Application Load Balancer and assigning the EC2 instance as the ALB’s target is a way to distribute traffic among multiple instances, but it does not make the application highly available if there is only one instance. Using an Amazon Machine Image to create the EC2 instance is a way to launch a virtual server with a preconfigured operating system and software, but it does not make the application highly available by itself. Provisioning the application by using an EC2 Spot Instance is a way to use spare EC2 capacity at up to 90% off the On-Demand price, but it does not make the application highly available, as Spot Instances can be interrupted by EC2 with a two-minute notification.


Page 24 out of 69 Pages
Previous