CLF-C02 Practice Test Questions

782 Questions


Topic 1: Exam Pool A

What are some advantages of using Amazon EC2 instances lo host applications in the AWS Cloud instead of on premises? (Select TWO.)


A. EC2 includes operating system patch management


B. EC2 integrates with Amazon VPC. AWS CloudTrail, and AWS Identity and Access Management (IAM)


C. EC2 has a 100% service level agreement (SLA).


D. EC2 has a flexible, pay-as-you-go pricing model.


E. EC2 has automatic storage cost optimization.





B.
  EC2 integrates with Amazon VPC. AWS CloudTrail, and AWS Identity and Access Management (IAM)

D.
  EC2 has a flexible, pay-as-you-go pricing model.

Explanation: Some of the advantages of using Amazon EC2 instances to host applications in the AWS Cloud instead of on premises are:
EC2 integrates with Amazon VPC, AWS CloudTrail, and AWS Identity and Access Management (IAM). Amazon VPC lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. AWS CloudTrail enables governance, compliance, operational auditing, and risk auditing of your AWS account. AWS IAM enables you to manage access to AWS services and resources securely. Therefore, the correct answer is B. You can learn more about Amazon EC2 and its integration with other AWS services EC2 has a flexible, pay-as-you-go pricing model. You only pay for the compute capacity you use, and you can scale up and down as needed. You can also choose from different pricing options, such as On-Demand, Savings Plans, Reserved Instances, and Spot Instances, to optimize your costs. Therefore, the correct answer is D. You can learn more about Amazon EC2 pricing The other options are incorrect because:
EC2 does not include operating system patch management. You are responsible for managing and maintaining your own operating systems on EC2 instances. You can use AWS Systems Manager to automate common maintenance tasks, such as applying patches, or use Amazon EC2 Image Builder to create and maintain secure images. Therefore, the incorrect answer is A.
EC2 does not have a 100% service level agreement (SLA). The EC2 SLA guarantees 99.99% availability for each EC2 Region, not for each individual instance. Therefore, the incorrect answer is C.
EC2 does not have automatic storage cost optimization. You are responsible for choosing the right storage option for your EC2 instances, such as Amazon Elastic Block Store (EBS) or Amazon Elastic File System (EFS), and monitoring and optimizing your storage costs. You can use AWS Cost Explorer or AWS Trusted Advisor to analyze and reduce your storage spending. Therefore, the incorrect answer is E.

Which AWS service uses a combination of publishers and subscribers?


A. AWS Lambda


B. Amazon Simple Notification Service (Amazon SNS)


C. Amazon CloudWatch


D. AWS CloudFormation





B.
  Amazon Simple Notification Service (Amazon SNS)

Explanation: Amazon Simple Notification Service (Amazon SNS) is a service that provides fully managed pub/sub messaging. Pub/sub messaging is a pattern that uses a combination of publishers and subscribers. Publishers are entities that produce messages and send them to topics. Subscribers are entities that receive messages from topics. Topics are logical access points that act as communication channels between publishers and subscribers. Amazon SNS enables applications to decouple, scale, and coordinate the delivery of messages to multiple endpoints, such as email, SMS, mobile push notifications, Lambda functions, SQS queues, and HTTP/S endpoints. Amazon SNS Overview AWS Certified Cloud Practitioner - aws.amazon.com

Which pillar of the AWS Well-Architected Framework focuses on the ability to run workloads effectively, gain insight into operations, and continuously improve supporting processes and procedures?


A. Cost optimization


B. Reliability


C. Operational excellence


D. Performance efficiency





C.
  Operational excellence

Explanation: The AWS Well-Architected Framework is a set of best practices and guidelines for designing and operating systems in the cloud. The framework consists of five pillars: operational excellence, security, reliability, performance efficiency, and cost optimization. The operational excellence pillar focuses on the ability to run workloads effectively, gain insight into operations, and continuously improve supporting processes and procedures. Therefore, the correct answer is C. You can learn more about the AWS Well-Architected Framework and its pillars.

Amazon Elastic File System (Amazon EFS) and Amazon FSx offer which type of storage?


A. File storage


B. Object storage


C. Block storage


D. Instance store





A.
  File storage

Explanation: Amazon Elastic File System (Amazon EFS) and Amazon FSx offer file storage. File storage is a type of storage that organizes data into files and folders, and allows multiple users or applications to access and share the same files over a network. Amazon EFS is a fully managed, scalable, and elastic file system that supports the Network File System (NFS) protocol and can be used with Amazon EC2 instances and AWS Lambda functions. Amazon FSx is a fully managed service that provides two file system options: Amazon FSx for Windows File Server, which supports the Server Message Block (SMB) protocol and is compatible with Microsoft Windows applications; and Amazon FSx for Lustre, which is a high-performance file system that is optimized for compute intensive workloads.

A company is configuring its AWS Cloud environment. The company's administrators need to group users together and apply permissions to the group. Which AWS service or feature can the company use to meet these requirements?


A. AWS Organizations


B. Resource groups


C. Resource tagging


D. AWS Identity and Access Management (IAM)





D.
  AWS Identity and Access Management (IAM)

Explanation: The AWS service or feature that the company can use to group users together and apply permissions to the group is AWS Identity and Access Management (IAM). AWS IAM is a service that enables users to create and manage users, groups, roles, and permissions for AWS services and resources. Users can use IAM groups to organize multiple users that have similar access requirements, and attach policies to the groups that define the permissions for the users in the group. This simplifies the management and administration of user access.

A company deploys its application to multiple AWS Regions and configures automatic failover between those Regions. Which cloud concept does this architecture represent?


A. Security


B. Reliability


C. Scalability


D. Cost optimization





B.
  Reliability

Explanation: Reliability is the cloud concept that this architecture represents. Reliability is 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. Deploying an application to multiple AWS Regions and configuring automatic failover between those Regions enhances the reliability of the application by reducing the impact of regional failures and increasing the availability of the application4.

Who is responsible for decommissioning end-of-life underlying storage devices that are used to host data on AWS?


A. Customer


B. AWS


C. Account creator


D. Auditing team





B.
  AWS

Explanation: AWS is responsible for decommissioning end-of-life underlying storage devices that are used to host data on AWS. AWS follows strict and audited data destruction processes to ensure that customer data is not exposed to unauthorized individuals or devices when an AWS storage device reaches the end of its useful life. AWS uses techniques detailed in DoD 5220.22-M (“National Industrial Security Program Operating Manual”) or NIST 800-88 (“Guidelines for Media Sanitization”) to destroy data as part of the decommissioning process3.

Which activity is a customer responsibility in the AWS Cloud according to the AWS shared responsibility model?


A. Ensuring network connectivity from AWS to the internet


B. Patching and fixing flaws within the AWS Cloud infrastructure


C. Ensuring the physical security of cloud data centers


D. Ensuring Amazon EBS volumes are backed up





D.
  Ensuring Amazon EBS volumes are backed up

Explanation: The AWS shared responsibility model describes how AWS and the customer share responsibility for security and compliance of the AWS environment. AWS is responsible for the security of the cloud, which includes the physical security of AWS facilities, the infrastructure, hardware, software, and networking that run AWS services. The customer is responsible for security in the cloud, which includes the configuration of security groups, the encryption of customer data on AWS, the management of AWS Lambda infrastructure, and the management of network throughput of each AWS Region. One of the customer responsibilities is to ensure that Amazon EBS volumes are backed up.

A company has been storing monthly reports in an Amazon S3 bucket. The company exports the report data into comma-separated values (.csv) files. A developer wants to write a simple query that can read all of these files and generate a summary report. Which AWS service or feature should the developer use to meet these requirements with the LEAST amount of operational overhead?


A. Amazon S3 Select


B. Amazon Athena


C. Amazon Redshift


D. Amazon EC2





C.
  Amazon Redshift

Explanation: Amazon Athena is the AWS service that the developer should use to write a simple query that can read all of the .csv files stored in an Amazon S3 bucket and generate a summary report. Amazon Athena is an interactive query service that allows users to analyze data in Amazon S3 using standard SQL. Amazon Athena does not require any server setup or management, and users only pay for the queries they run. Amazon Athena can handle various data formats, including .csv, and can integrate with other AWS services such as Amazon QuickSight for data visualization.

What is an Availability Zone?


A. A location where users can deploy compute, storage, database, and other select AWS services where no AWS Region currently exists


B. One or more discrete data centers with redundant power, networking, and connectivity


C. One or more clusters of servers where new workloads can be deployed


D. A fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to users globally





B.
  One or more discrete data centers with redundant power, networking, and connectivity

Explanation: An Availability Zone is one or more discrete data centers with redundant power, networking, and connectivity. Availability Zones are part of the AWS global infrastructure, which consists of AWS Regions, Availability Zones, and edge locations. Availability Zones are physically separate locations within an AWS Region that are engineered to be isolated from failures and connected by low-latency, high-throughput, and highly redundant networking. Each Availability Zone contains one or more data centers that house the servers and storage devices that run AWS services. Availability Zones enable users to design and operate fault-tolerant and high-availability applications on AWS. AWS Global Infrastructure AWS Certified Cloud Practitioner - aws.amazon.com.

Which AWS service or tool helps to centrally manage billing and allow controlled access to resources across AWS accounts?


A. AWS Identity and Access Management (IAM)


B. AWS Organizations


C. AWS Cost Explorer


D. AWS Budgets





B.
  AWS Organizations

Explanation: AWS Organizations helps to centrally manage billing and allow controlled access to resources across AWS accounts. AWS Organizations is a service that enables the user to consolidate multiple AWS accounts into an organization that can be managed as a single unit. AWS Organizations allows the user to create groups of accounts and apply policies to them, such as service control policies (SCPs) that specify the services and actions that users and roles can access in the accounts. AWS Organizations also enables the user to use consolidated billing, which combines the usage and charges from all the accounts in the organization into a single bill.

Which task is a customer's responsibility, according to the AWS shared responsibility model?


A. Management of the guest operating systems


B. Maintenance of the configuration of infrastructure devices


C. Management of the host operating systems and virtualization


D. Maintenance of the software that powers Availability Zones


E. A company has refined its workload to use specific AWS services to improve efficiency and reduce cost.





A.
  Management of the guest operating systems

Explanation: Management of the guest operating systems is a customer’s responsibility, according to the AWS shared responsibility model. The AWS shared responsibility model defines the different security and compliance responsibilities of AWS and the customer. AWS is responsible for the security of the cloud, which includes the physical infrastructure, hardware, software, and facilities that run the AWS Cloud. The customer is responsible for security in the cloud, which includes the configuration and management of the guest operating systems, applications, data, and network traffic protection.


Page 12 out of 66 Pages
Previous