ExamGecko
Home Home / Amazon / CLF-C02

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

Question list
Search
Search

List of questions

Search

Related questions











An ecommerce company has migrated its IT infrastructure from an on-premises data center to the AWS Cloud. Which cost is the company's direct responsibility?

A.
Cost of application software licenses
A.
Cost of application software licenses
Answers
B.
Cost of the hardware infrastructure on AWS
B.
Cost of the hardware infrastructure on AWS
Answers
C.
Cost of power for the AWS servers
C.
Cost of power for the AWS servers
Answers
D.
Cost of physical security for the AWS data center
D.
Cost of physical security for the AWS data center
Answers
Suggested answer: A

Explanation:

The cost of application software licenses is the company's direct responsibility when it migrates its IT infrastructure from an on-premises data center to the AWS Cloud. Application software licenses are the agreements that grant users the right to use specific software products, such as operating systems, databases, or applications. Depending on the type and terms of the license, users may need to pay a fee to the software vendor or provider to use the software legally and access its features and updates. When users migrate their IT infrastructure to the AWS Cloud, they can choose to buy new licenses from AWS, bring their own licenses (BYOL), or use a combination of both. However, regardless of the option they choose, they are still responsible for complying with the license terms and paying the license fees to the software vendor or provider. AWS does not charge users for the application software licenses they bring or buy, but only for the AWS resources they use to run their applications. Therefore, the cost of application software licenses is the only cost among the options that is the company's direct responsibility. The other costs are either included in the AWS service fees or covered by AWS.

A company wants to receive a notification when a specific AWS cost threshold is reached.

Which AWS services or tools can the company use to meet this requirement? (Select TWO.)

A.
Amazon Simple Queue Service (Amazon SQS)
A.
Amazon Simple Queue Service (Amazon SQS)
Answers
B.
AWS Budgets
B.
AWS Budgets
Answers
C.
Cost Explorer
C.
Cost Explorer
Answers
D.
Amazon CloudWatch
D.
Amazon CloudWatch
Answers
E.
AWS Cost and Usage Report
E.
AWS Cost and Usage Report
Answers
Suggested answer: B, D

Explanation:

AWS Budgets and Amazon CloudWatch are two AWS services or tools that the company can use to receive a notification when a specific AWS cost threshold is reached. AWS Budgets allows users to set custom budgets to track their costs and usage, and respond quickly to alerts received from email or Amazon Simple Notification Service (Amazon SNS) notifications if they exceed their threshold. Users can create cost budgets with fixed or variable target amounts, and configure their notifications for actual or forecasted spend. Users can also set up custom actions to run automatically or through an approval process when a budget target is exceeded. For example, users could automatically apply a custom IAM policy that denies them the ability to provision additional resources within an account. Amazon CloudWatch is a service that monitors applications, responds to performance changes, optimizes resource use, and provides insights into operational health. Users can use CloudWatch to collect and track metrics, which are variables they can measure for their resources and applications. Users can create alarms that watch metrics and send notifications or automatically make changes to the resources they are monitoring when a threshold is breached. Users can use CloudWatch to monitor their AWS costs and usage by creating billing alarms that send notifications when their estimated charges exceed a specified threshold amount. Users can also use CloudWatch to monitor their Reserved Instance (RI) or Savings Plans utilization and coverage, and receive notifications when they fall below a certain level.

A user has a stateful workload that will run on Amazon EC2 for the next 3 years.

What is the MOST cost-effective pricing model for this workload?

A.
On-Demand Instances
A.
On-Demand Instances
Answers
B.
Reserved Instances
B.
Reserved Instances
Answers
C.
Dedicated Instances
C.
Dedicated Instances
Answers
D.
Spot Instances
D.
Spot Instances
Answers
Suggested answer: B

Explanation:

Reserved Instances are a pricing model that offers significant discounts on Amazon EC2 usage compared to On-Demand Instances. Reserved Instances are suitable for stateful workloads that have predictable and consistent usage patterns for a long-term period. By committing to a one-year or three-year term, customers can reduce their total cost of ownership and optimize their cloud spend. Reserved Instances also provide capacity reservation, ensuring that customers have access to the EC2 instances they need when they need them.Reference:AWS Pricing Calculator,Amazon EC2 Pricing, [AWS Cloud Practitioner Essentials: Module 3 - Compute in the Cloud]

To reduce costs, a company is planning to migrate a NoSQL database to AWS.

Which AWS service is fully managed and can automatically scale throughput capacity to meet database workload demands?

A.
Amazon Redshift
A.
Amazon Redshift
Answers
B.
Amazon Aurora
B.
Amazon Aurora
Answers
C.
Amazon DynamoDB
C.
Amazon DynamoDB
Answers
D.
Amazon RDS
D.
Amazon RDS
Answers
Suggested answer: C

Explanation:

Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database service that can deliver consistent, single-digit millisecond performance at any scale. DynamoDB can automatically scale throughput capacity to meet the demands of the database workload, without requiring any manual intervention. DynamoDB is ideal for NoSQL applications that need high performance, availability, and scalability. DynamoDB also offers features such as encryption at rest, point-in-time recovery, global tables, and in-memory caching.Reference:What is NoSQL?,Amazon DynamoDB, [AWS Cloud Practitioner Essentials: Module 4 - Databases in the Cloud]

A company is running a monolithic on-premises application that does not scale and is difficult to maintain. The company has a plan to migrate the application to AWS and divide the application into microservices.

Which best practice of the AWS Well-Architected Framework is the company following with this plan?

A.
Integrate functional testing as part of AWS deployment.
A.
Integrate functional testing as part of AWS deployment.
Answers
B.
Use automation to deploy changes.
B.
Use automation to deploy changes.
Answers
C.
Deploy the application to multiple locations.
C.
Deploy the application to multiple locations.
Answers
D.
Implement loosely coupled dependencies.
D.
Implement loosely coupled dependencies.
Answers
Suggested answer: D

Explanation:

The company is following the best practice of implementing loosely coupled dependencies by migrating the application to AWS and dividing the application into microservices. Loosely coupled dependencies are a design principle of the AWS Well-Architected Framework that helps to reduce the interdependencies between components and improve the scalability, reliability, and performance of the system. By breaking down the monolithic application into smaller, independent, and modular services, the company can reduce the complexity and maintenance costs, increase the agility and flexibility, and enable faster and more frequent deployments. AWS CloudFormation is an AWS service that provides the ability to manage infrastructure as code. Infrastructure as code is a process of defining and provisioning AWS resources using code or templates, rather than manual actions or scripts. AWS CloudFormation allows users to create and update stacks of AWS resources based on predefined templates that describe the desired state and configuration of the resources. AWS CloudFormation automates and simplifies the deployment and management of AWS resources, and ensures consistency and repeatability across different environments and regions. AWS CloudFormation also supports rollback, change sets, drift detection, and nested stacks features that help users to monitor and control the changes to their infrastructure.Reference:Implementing Loosely Coupled Dependencies,What is AWS CloudFormation?

Which AWS service provides the ability to manage infrastructure as code?

A.
AWS CodePipeline
A.
AWS CodePipeline
Answers
B.
AWS CodeDeploy
B.
AWS CodeDeploy
Answers
C.
AWS Direct Connect
C.
AWS Direct Connect
Answers
D.
AWS CloudFormation
D.
AWS CloudFormation
Answers
Suggested answer: D

Explanation:

The AWS service that provides the ability to manage infrastructure as code is AWS CloudFormation. Infrastructure as code is a process of defining and provisioning AWS resources using code or templates, rather than manual actions or scripts. AWS CloudFormation allows you to create and update stacks of AWS resources based on predefined templates that describe the desired state and configuration of the resources. AWS CloudFormation automates and simplifies the deployment and management of AWS resources, and ensures consistency and repeatability across different environments and regions.AWS CloudFormation also supports rollback, change sets, drift detection, and nested stacks features that help you to monitor and control the changes to your infrastructure1.

A company wants to grant users in one AWS account access to resources in another AWS account. The users do not currently have permission to access the resources.

Which AWS service will meet this requirement?

A.
IAM group
A.
IAM group
Answers
B.
IAM role
B.
IAM role
Answers
C.
IAM tag
C.
IAM tag
Answers
D.
IAM Access Analyzer
D.
IAM Access Analyzer
Answers
Suggested answer: B

Explanation:

IAM roles are a way to delegate access to resources in different AWS accounts. IAM roles allow users to assume a set of permissions for a limited time without having to create or share long-term credentials. IAM roles can be used to grant cross-account access by creating a trust relationship between the accounts and specifying the permissions that the role can perform. Users can then switch to the role and access the resources in the other account using temporary security credentials provided by the role.Reference:Cross account resource access in IAM,IAM tutorial: Delegate access across AWS accounts using IAM roles,How to Enable Cross-Account Access to the AWS Management Console

A company is planning to host its workloads on AWS.

Which AWS service requires the company to update and patch the guest operating system?

A.
Amazon DynamoDB
A.
Amazon DynamoDB
Answers
B.
Amazon S3
B.
Amazon S3
Answers
C.
Amazon EC2
C.
Amazon EC2
Answers
D.
Amazon Aurora
D.
Amazon Aurora
Answers
Suggested answer: C

Explanation:

Amazon EC2 is an AWS service that provides scalable, secure, and resizable compute capacity in the cloud. Amazon EC2 allows customers to launch and manage virtual servers, called instances, that run a variety of operating systems and applications. Customers have full control over the configuration and management of their instances, including the guest operating system. Therefore, customers are responsible for updating and patching the guest operating system on their EC2 instances, as well as any other software or utilities installed on the instances. AWS provides tools and services, such as AWS Systems Manager and AWS OpsWorks, to help customers automate and simplify the patching process.Reference:Shared Responsibility Model,Shared responsibility model, [Amazon EC2]

A company wants to query its server logs to gain insights about its customers' experiences.

Which AWS service will store this data MOST cost-effectively?

A.
Amazon Aurora
A.
Amazon Aurora
Answers
B.
Amazon Elastic File System (Amazon EFS)
B.
Amazon Elastic File System (Amazon EFS)
Answers
C.
Amazon Elastic Block Store (Amazon EBS)
C.
Amazon Elastic Block Store (Amazon EBS)
Answers
D.
Amazon S3
D.
Amazon S3
Answers
Suggested answer: D

Explanation:

Amazon S3 is an AWS service that provides scalable, durable, and cost-effective object storage in the cloud. Amazon S3 can store any amount and type of data, such as server logs, and offers various storage classes with different performance and pricing characteristics. Amazon S3 is the most cost-effective option for storing server logs, as it offers low-cost storage classes, such as S3 Standard-Infrequent Access (S3 Standard-IA) and S3 Intelligent-Tiering, that are suitable for infrequently accessed or changing access patterns data. Amazon S3 also integrates with other AWS services, such as Amazon Athena and Amazon OpenSearch Service, that can query the server logs directly from S3 without requiring any additional data loading or transformation.Reference:Amazon S3,Amazon S3 Storage Classes,Querying Data in Amazon S3

Which AWS service or feature will search for and identify AWS resources that are shared externally?

A.
Amazon OpenSearch Service
A.
Amazon OpenSearch Service
Answers
B.
AWS Control Tower
B.
AWS Control Tower
Answers
C.
AWS IAM Access Analyzer
C.
AWS IAM Access Analyzer
Answers
D.
AWS Fargate
D.
AWS Fargate
Answers
Suggested answer: C

Explanation:

AWS IAM Access Analyzer is an AWS service that helps customers identify and review the resources in their AWS account that are shared with an external entity, such as another AWS account, a root user, an organization, or a public entity. AWS IAM Access Analyzer uses automated reasoning, a form of mathematical logic and inference, to analyze the resource-based policies in the account and generate comprehensive findings that show the access level, the source of the access, the affected resource, and the condition under which the access applies. Customers can use AWS IAM Access Analyzer to audit their shared resources, validate their access policies, and monitor any changes to the resource sharing status.Reference:AWS IAM Access Analyzer,Identify and review resources shared with external entities,How AWS IAM Access Analyzer works

Total 789 questions
Go to page: of 79