CLF-C02 Practice Test Questions

782 Questions


Topic 1: Exam Pool A

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


B. Improved operational resilience


C. Increased business agility


D. Enhanced security





C.
  Increased business agility

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 company needs to use standard SQL to query and combine exabytes of structured and semi-structured data across a data warehouse, operational database, and data lake. Which AWS service meets these requirements?


A. Amazon DynamoDB


B. Amazon Aurora


C. Amazon Athena


D. Amazon Redshift





D.
  Amazon Redshift

Explanation: Amazon Redshift is the service that meets the requirements of using standard SQL to query and combine exabytes of structured and semi-structured data across a data warehouse, operational database, and data lake. Amazon Redshift is a fully managed, petabyte-scale data warehouse service that allows you to run complex analytic queries using standard SQL and your existing business intelligence tools. Amazon Redshift also supports Redshift Spectrum, a feature that allows you to directly query and join data stored in Amazon S3 using the same SQL syntax. Amazon Redshift can scale up or down to handle any volume of data and deliver fast query performance5

When designing AWS workloads to be operational even when there are component failures, what is an AWS best practice?


A. Perform quarterly disaster recovery tests.


B. Place the main component on the us-east-1 Region.


C. Design for automatic failover to healthy resources.


D. Design workloads to fit on a single Amazon EC2 instance.





C.
  Design for automatic failover to healthy resources.

Explanation: Designing for automatic failover to healthy resources is an AWS best practice when designing AWS workloads to be operational even when there are component failures. This means that you should architect your system to handle the loss of one or more components without impacting the availability or performance of your application. You can use various AWS services and features to achieve this, such as Auto Scaling, Elastic Load Balancing, Amazon Route 53, Amazon CloudFormation, and AWS CloudFormation4.

Which duties are the responsibility of a company that is using AWS Lambda? (Select TWO.)


A. Security inside of code


B. Selection of CPU resources


C. Patching of operating system


D. Writing and updating of code


E. Security of underlying infrastructure





A.
  Security inside of code

D.
  Writing and updating of code

Explanation: The duties that are the responsibility of a company that is using AWS Lambda are security inside of code and writing and updating of code. AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers, scaling, or patching. AWS Lambda takes care of the security of the underlying infrastructure, such as the operating system, the network, and the firewall. However, the company is still responsible for the security of the code itself, such as encrypting sensitive data, validating input, and handling errors. The company is also responsible for writing and updating the code that defines the Lambda function, and choosing the runtime environment, such as Node.js, Python, or Java. AWS Lambda does not require the selection of CPU resources, as it automatically allocates them based on the memory configuration34.

Which of the following is a characteristic of the AWS account root user?


A. The root user is the only user that can be configured with multi-factor authentication (MFA).


B. The root user is the only user that can access the AWS Management Console.


C. The root user is the first sign-in identity that is available when an AWS account is created.


D. The root user has a password that cannot be changed.





C.
  The root user is the first sign-in identity that is available when an AWS account is created.

Explanation: The AWS account root user is the first sign-in identity that is available when an AWS account is created. It has complete access to all AWS services and resources in the account. The root user email address and password are the same credentials that are used to sign in to the AWS Management Console4. The root user should be used only to perform a few account and service management tasks. For day-to-day tasks, it is recommended to use AWS Identity and Access Management (IAM) users or roles instead.

Which AWS service provides the ability to host a NoSQL database in the AWS Cloud?


A. Amazon Aurora


B. Amazon DynamoDB


C. Amazon RDS


D. Amazon Redshift





B.
  Amazon DynamoDB

Explanation: Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It supports both keyvalue and document data models, and allows you to create tables that can store and retrieve any amount of data, and serve any level of request traffic. You can also use DynamoDB Streams to capture data modification events in DynamoDB tables.

A company's IT team is managing MySQL database server clusters. The IT team has to patch the database and take backup snapshots of the data in the clusters. The company wants to move this workload to AWS so that these tasks will be completed automatically. What should the company do to meet these requirements?


A. Deploy MySQL database server clusters on Amazon EC2 instances.


B. Use Amazon RDS with a MySQL database


C. Use an AWS Cloud Form at ion template to deploy MySQL database servers on Amazon EC2 instances.


D. Migrate all the MySQL database data to Amazon S3.





B.
  Use Amazon RDS with a MySQL database

Explanation: The company should use Amazon RDS with a MySQL database to meet the requirements of moving its workload to AWS so that the tasks of patching the database and taking backup snapshots of the data in the clusters will be completed automatically. Amazon RDS is a managed service that simplifies the setup, operation, and scaling of relational databases in the AWS Cloud. Amazon RDS automates common database administration tasks such as patching, backup, and recovery. Amazon RDS also supports MySQL and other popular database engines5

A company's user base needs to remotely access virtual desktop computers from the internet Which AWS service provides this functionality?


A. Amazon Connect


B. Amazon Cognito


C. Amazon Workspaces


D. Amazon Upstream 2.0





C.
  Amazon Workspaces

Explanation: Amazon Workspaces is the AWS service that provides the functionality of remotely accessing virtual desktop computers from the internet. Amazon Workspaces is a fully managed, secure desktop-as-a-service (DaaS) solution that allows users to provision cloud-based virtual desktops and access them from anywhere, using any supported device. Amazon Workspaces helps users reduce the complexity and cost of managing and maintaining physical desktops, and provides a consistent and secure user experience.

Which design principle should be considered when architecting in the AWS Cloud?


A. Think of servers as non-disposable resources.


B. Use synchronous integration of services.


C. Design loosely coupled components.


D. Implement the least permissive rules for security groups.





C.
  Design loosely coupled components.

Explanation: Designing loosely coupled components is a design principle that should be considered when architecting in the AWS Cloud. Loose coupling is a way of designing systems to reduce interdependencies and minimize the impact of changes. Loose coupling allows components to interact with each other through well-defined interfaces, rather than direct references. This reduces the risk of failures and errors propagating across the system, and enables greater scalability, availability, and maintainability5.

What is a benefit of moving to the AWS Cloud in terms of improving time to market?


A. Decreased deployment speed


B. Increased application security


C. Increased business agility


D. Increased backup capabilities





C.
  Increased business agility

Explanation: Increased business agility is a benefit of moving to the AWS Cloud in terms of improving time to market. 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, companies can launch new products and services, experiment with new ideas, and respond to customer feedback more quickly and efficiently.

Which of the following is a benefit of decoupling an AWS Cloud architecture?


A. Reduced latency


B. Ability to upgrade components independently


C. Decreased costs


D. Fewer components to manage





B.
  Ability to upgrade components independently

Explanation: A benefit of decoupling an AWS Cloud architecture is the ability to upgrade components independently. Decoupling is a way of designing systems to reduce interdependencies and minimize the impact of changes. Decoupling allows components to interact with each other through well-defined interfaces, rather than direct references. This reduces the risk of failures and errors propagating across the system, and enables greater scalability, availability, and maintainability. By decoupling an AWS Cloud architecture, the user can upgrade or modify one component without affecting the other components5.

Which AWS feature or resource is a deployable Amazon EC2 instance template that is prepackaged with software and security requirements?


A. Amazon Elastic Block Store (Amazon EBS) volume


B. AWS CloudFormation template


C. Amazon Elastic Block Store (Amazon EBS) snapshot


D. Amazon Machine Image (AMI)





D.
  Amazon Machine Image (AMI)

Explanation: An Amazon Machine Image (AMI) is a deployable Amazon EC2 instance template that is prepackaged with software and security requirements. It provides the information required to launch an instance, which is a virtual server in the cloud. You can use an AMI to launch as many instances as you need. You can also create your own custom AMIs or use AMIs shared by other AWS users1.


Page 6 out of 66 Pages
Previous