πŸ”

CLF-C02 β€” questions

Page 3 of 36 Β· 719 total questions.

Topic 1 Β· Question 41

Which service enables customers to audit API calls in their AWS accounts?

  • AAWS CloudTrail (correct answer)
  • BAWS Trusted Advisor
  • CAmazon Inspector
  • DAWS X-Ray
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: AWS CloudTrail

Explanation

AWS CloudTrail records API activity for auditing and governance.

Topic 1 Β· Question 42

What is a customer responsibility when using AWS Lambda according to the AWS shared responsibility model?

  • AManaging the code within the Lambda function (correct answer)
  • BConfirming that the hardware is working in the data center
  • CPatching the operating system
  • DShutting down Lambda functions when they are no longer in use
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Managing the code within the Lambda function

Explanation

AWS Lambda runs code without provisioning servers and scales automatically, which minimizes operational overhead.

Topic 1 Β· Question 43

A company has 5 TB of data stored in Amazon S3. The company plans to occasionally run queries on the data for analysis. Which AWS service should the company use to run these queries in the MOST cost-effective manner?

  • AAmazon Redshift
  • BAmazon Athena (correct answer)
  • CAmazon Kinesis
  • DAmazon RDS
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Amazon Athena

Explanation

Amazon Athena runs serverless SQL queries directly on data in Amazon S3 with no infrastructure to manage. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 44

Which AWS service can be used at no additional cost?

  • AAmazon SageMaker
  • BAWS Config
  • CAWS Organizations (correct answer)
  • DAmazon CloudWatch
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Organizations

Explanation

AWS Organizations centrally governs and secures multiple AWS accounts.

Topic 1 Β· Question 45

Which AWS Cloud Adoption Framework (AWS CAF) capability belongs to the people perspective?

  • AData architecture
  • BEvent management
  • CCloud fluency (correct answer)
  • DStrategic partnership
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Cloud fluency.

Topic 1 Β· Question 46 Β· Select all that apply

A company wants to make an upfront commitment for continued use of its production Amazon EC2 instances in exchange for a reduced overall cost. Which pricing options meet these requirements with the LOWEST cost? (Choose two.)

  • ASpot Instances
  • BOn-Demand Instances
  • CReserved Instances (correct answer)
  • DSavings Plans (correct answer)
  • EDedicated Hosts
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: Reserved Instances Option D: Savings Plans

Explanation

Reserved Instances lower cost for steady-state, predictable long-running workloads. Savings Plans reduce cost for consistent compute usage in exchange for a usage commitment. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 47

A company wants to migrate its on-premises relational databases to the AWS Cloud. The company wants to use infrastructure as close to its current geographical location as possible. Which AWS service or resource should the company use to select its Amazon RDS deployment area?

  • AAmazon Connect
  • BAWS Wavelength
  • CAWS Regions (correct answer)
  • DAWS Direct Connect
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Regions.

Topic 1 Β· Question 48

A company is exploring the use of the AWS Cloud, and needs to create a cost estimate for a project before the infrastructure is provisioned. Which AWS service or feature can be used to estimate costs before deployment?

  • AAWS Free Tier
  • BAWS Pricing Calculator (correct answer)
  • CAWS Billing and Cost Management
  • DAWS Cost and Usage Report
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AWS Pricing Calculator.

Topic 1 Β· Question 49

A company is building an application that needs to deliver images and videos globally with minimal latency. Which approach can the company use to accomplish this in a cost effective manner?

  • ADeliver the content through Amazon CloudFront. (correct answer)
  • BStore the content on Amazon S3 and enable S3 cross-region replication.
  • CImplement a VPN across multiple AWS Regions.
  • DDeliver the content through AWS PrivateLink.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Deliver the content through Amazon CloudFront.

Explanation

Amazon CloudFront caches content at edge locations to reduce latency and offload origins. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 50

Which option is a benefit of the economies of scale based on the advantages of cloud computing?

  • AThe ability to trade variable expense for fixed expense
  • BIncreased speed and agility
  • CLower variable costs over fixed costs (correct answer)
  • DIncreased operational costs across data centers
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Lower variable costs over fixed costs.

Topic 1 Β· Question 51

Which of the following is a software development framework that a company can use to define cloud resources as code and provision the resources through AWS CloudFormation?

  • AAWS CLI
  • BAWS Developer Center
  • CAWS Cloud Development Kit (AWS CDK) (correct answer)
  • DAWS CodeStar
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Cloud Development Kit (AWS CDK)

Explanation

The AWS CDK defines cloud infrastructure as code using familiar programming languages.

Topic 1 Β· Question 52

A company is developing an application that uses multiple AWS services. The application needs to use temporary, limited-privilege credentials for authentication with other AWS APIs. Which AWS service or feature should the company use to meet these authentication requirements?

  • AAmazon API Gateway
  • BIAM users
  • CAWS Security Token Service (AWS STS) (correct answer)
  • DIAM instance profiles
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Security Token Service (AWS STS).

Topic 1 Β· Question 53

Which AWS service is a cloud security posture management (CSPM) service that aggregates alerts from various AWS services and partner products in a standardized format?

  • AAWS Security Hub (correct answer)
  • BAWS Trusted Advisor
  • CAmazon EventBridge
  • DAmazon GuardDuty
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: AWS Security Hub

Explanation

AWS Security Hub centralizes security findings and compliance checks.

Topic 1 Β· Question 54

Which AWS service is always provided at no charge?

  • AAmazon S3
  • BAWS Identity and Access Management (IAM) (correct answer)
  • CElastic Load Balancers
  • DAWS WAF
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AWS Identity and Access Management (IAM)

Explanation

AWS IAM controls authenticated and authorized access to AWS resources with fine-grained policies.

Topic 1 Β· Question 55

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?

  • AAmazon Redshift
  • BAmazon Aurora
  • CAmazon DynamoDB (correct answer)
  • DAmazon RDS
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Amazon DynamoDB

Explanation

Amazon DynamoDB is a fully managed, serverless NoSQL database with single-digit millisecond latency and automatic scaling. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 56

A company is using Amazon DynamoDB. Which task is the company’s responsibility, according to the AWS shared responsibility model?

  • APatch the operating system.
  • BProvision hosts.
  • CManage database access permissions. (correct answer)
  • DSecure the operating system.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Manage database access permissions.

Topic 1 Β· Question 57

A company has a test AWS environment. A company is planning on testing an application within AWS. The application testing can be interrupted and does not need to run continuously. Which Amazon EC2 purchasing option will meet these requirements MOST cost-effectively?

  • AOn-Demand Instances
  • BDedicated Instances
  • CSpot Instances (correct answer)
  • DReserved Instances
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Spot Instances

Explanation

Spot Instances use spare capacity at a large discount, ideal for fault-tolerant or interruptible workloads. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 58

Which AWS service gives users the ability to discover and protect sensitive data that is stored in Amazon S3 buckets?

  • AAmazon Macie (correct answer)
  • BAmazon Detective
  • CAmazon GuardDuty
  • DAWS IAM Access Analyzer
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Amazon Macie

Explanation

Amazon Macie discovers and protects sensitive data such as PII in S3.

Topic 1 Β· Question 59 Β· Select all that apply

Which of the following services can be used to block network traffic to an instance? (Choose two.)

  • ASecurity groups (correct answer)
  • BAmazon Virtual Private Cloud (Amazon VPC) flow logs
  • CNetwork ACLs (correct answer)
  • DAmazon CloudWatch
  • EAWS CloudTrail
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: Security groups Option C: Network ACLs.

Topic 1 Β· Question 60

Which AWS service can identify when an Amazon EC2 instance was terminated?

  • AAWS Identity and Access Management (IAM)
  • BAWS CloudTrail (correct answer)
  • CAWS Compute Optimizer
  • DAmazon EventBridge
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AWS CloudTrail

Explanation

AWS CloudTrail records API activity for auditing and governance.

Showing questions 41–60 of 719 Β· Page 3 of 36