πŸ”

CLF-C02 β€” questions

Page 22 of 36 Β· 719 total questions.

Topic 1 Β· Question 421

Which AWS service or tool gives a company the ability to release application changes in an automated way?

  • AAmazon AppFlow
  • BAWS CodeDeploy (correct answer)
  • CAWS PrivateLink
  • DAmazon EKS Distro
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AWS CodeDeploy

Explanation

AWS CodeDeploy automates application deployments to compute services.

Topic 1 Β· Question 422

Which AWS Cloud Adoption Framework (AWS CAF) perspective focuses on managing identities and permissions at scale?

  • AOperations
  • BPlatform
  • CGovernance
  • DSecurity (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Security.

Topic 1 Β· Question 423

Which AWS service or feature allows users to securely store encrypted credentials and retrieve these credentials when required?

  • AAWS Encryption SDK
  • BAWS Security Hub
  • CAWS Secrets Manager (correct answer)
  • DAWS Artifact
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Secrets Manager

Explanation

AWS Secrets Manager stores and automatically rotates secrets such as database credentials.

Topic 1 Β· Question 424

Which pillar of the AWS Well-Architected Framework aligns with the ability to make frequent, small, and reversible changes to AWS Cloud architecture?

  • ASecurity
  • BCost optimization
  • COperational excellence (correct answer)
  • DPerformance efficiency
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Operational excellence.

Topic 1 Β· Question 425

Which AWS service or resource can a company use to deploy AWS WAF rules?

  • AAmazon EC2
  • BApplication Load Balancer (correct answer)
  • CAWS Trusted Advisor
  • DNetwork Load Balancer
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Application Load Balancer

Explanation

An Application Load Balancer distributes HTTP/HTTPS traffic and supports path/host routing. A load balancer distributes traffic across targets in multiple AZs for availability and scale.

Topic 1 Β· Question 426

A company hosts its website on Amazon EC2 instances. The company needs to ensure that the website reaches a global audience and provides minimum latency to users. Which AWS service should the company use to meet these requirements?

  • AAmazon Route 53
  • BAmazon CloudFront (correct answer)
  • CElastic Load Balancing
  • DAWS Lambda
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Amazon CloudFront

Explanation

Amazon CloudFront caches content at edge locations to reduce latency and offload origins.

Topic 1 Β· Question 427

Which AWS design principle emphasizes the reduction of interdependencies between components of an application?

  • AScalability
  • BLoose coupling (correct answer)
  • CAutomation
  • DCaching
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Loose coupling.

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

A company wants to provide one of its employees with access to Amazon RDS. The company also wants to limit the interaction to only the AWS CLI and AWS software development kits (SDKs). Which combination of actions should the company take to meet these requirements while following the principles of least privilege? (Choose two.)

  • ACreate an IAM user and provide AWS Management Console access only.
  • BCreate an IAM user and provide programmatic access only. (correct answer)
  • CCreate an IAM role and provide AWS Management Console access only.
  • DCreate an IAM policy with administrator access and attach it to the IAM user.
  • ECreate an IAM policy with Amazon RDS access and attach it to the IAM user. (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Create an IAM user and provide programmatic access only. Option E: Create an IAM policy with Amazon RDS access and attach it to the IAM user.

Explanation

Amazon RDS is a managed relational database that handles patching, backups and failover. AWS IAM controls authenticated and authorized access to AWS resources with fine-grained policies.

Topic 1 Β· Question 429

A company is running a reporting web server application on Amazon EC2 instances. The application runs once every week and once again at the end of the month. The EC2 instances can be shut down when they are not in use. What is the MOST cost-effective billing model for this use case?

  • AStandard Reserved Instances
  • BConvertible Reserved Instances
  • COn-Demand Capacity Reservations
  • DOn-Demand Instances (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: On-Demand Instances This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 430

A company wants to discover, prepare, move, and integrate data from multiple sources for data analytics and machine learning. Which AWS serverless data integration service should the company use to meet these requirements?

  • AAWS Glue (correct answer)
  • BAWS Data Exchange
  • CAmazon Athena
  • DAmazon EMR
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: AWS Glue

Explanation

AWS Glue is a serverless ETL and data-catalog service that prepares and integrates data.

Topic 1 Β· Question 431

A company is moving its development and test environments to AWS to increase agility and reduce cost. Because these are not production workloads and the servers are not fully utilized, occasional unavailability is acceptable. What is the MOST cost-effective Amazon EC2 pricing model that will meet these requirements?

  • AReserved Instances
  • BOn-Demand Instances
  • CSpot Instances (correct answer)
  • DDedicated Hosts
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 432

A company deploys its application on Amazon EC2 instances. The application occasionally experiences sudden increases in demand. The company wants to ensure that its application can respond to changes in demand at the lowest possible cost. Which AWS service or concept will meet these requirements?

  • AAWS Auto Scaling (correct answer)
  • BAWS Compute Optimizer
  • CAWS Cost Explorer
  • DAWS Well-Architected Framework
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: AWS Auto Scaling

Explanation

Auto Scaling adjusts capacity automatically to match demand, improving availability and cost efficiency.

Topic 1 Β· Question 433

A company wants to organize its users so that the company can grant permissions to the users as a group. Which AWS service or tool can the company use to meet this requirement?

  • ASecurity groups
  • BAWS Identity and Access Management (IAM) (correct answer)
  • CResource groups
  • DAWS Security Hub
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 434 Β· Select all that apply

A company wants to build an application that uses AWS Lambda to run Python code. Under the AWS shared responsibility model, which tasks will be the company’s responsibility? (Choose two.)

  • AManagement of the underlying infrastructure.
  • BManagement of the operating system.
  • CWriting the business logic code. (correct answer)
  • DInstallation of the computer language runtime.
  • EProviding AWS Identity and Access Management (IAM) access to the Lambda service. (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: Writing the business logic code. Option E: Providing AWS Identity and Access Management (IAM) access to the Lambda service.

Explanation

AWS Lambda runs code without provisioning servers and scales automatically, which minimizes operational overhead. AWS IAM controls authenticated and authorized access to AWS resources with fine-grained policies.

Topic 1 Β· Question 435

A company needs to identify who accessed an AWS service and what action was performed for a given time period. Which AWS service should the company use to meet this requirement?

  • AAmazon CloudWatch
  • BAWS CloudTrail (correct answer)
  • CAWS Security Hub
  • DAmazon Inspector
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.

Topic 1 Β· Question 436

A company wants to use a centralized AWS service to enforce compliance with the organizational business standards. The company wants to use an AWS service that can govern and control who can deploy, manage, and decommission AWS resources. Which AWS service will meet these requirements?

  • AAmazon CloudWatch
  • BAWS Service Catalog (correct answer)
  • CAmazon GuardDuty
  • DAWS Security Hub
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AWS Service Catalog.

Topic 1 Β· Question 437

What does "security of the cloud” refer to in the AWS shared responsibility model?

  • AAvailability of AWS services such as Amazon EC2
  • BSecurity of the cloud infrastructure that runs all the AWS services (correct answer)
  • CImplementation of password policies for IAM users
  • DSecurity of customer environments by using AWS Network Firewall partners
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Security of the cloud infrastructure that runs all the AWS services.

Topic 1 Β· Question 438

A company has an application that produces unstructured data continuously. The company needs to store the data so that the data is durable and easy to query. Which AWS service can the company use to meet these requirements?

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

The correct answer is D. Option D: Amazon DynamoDB

Explanation

Amazon DynamoDB is a fully managed, serverless NoSQL database with single-digit millisecond latency and automatic scaling.

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

Which options are AWS Cloud Adoption Framework (AWS CAF) perspectives? (Choose two.)

  • ACloud fluency
  • BSecurity (correct answer)
  • CChange acceleration
  • DArchitecture
  • EBusiness (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Security Option E: Business.

Topic 1 Β· Question 440

A company wants to migrate a company’s on-premises container infrastructure to the AWS Cloud. The company wants to prevent unplanned administration and operation cost and adapt to a serverless architecture. Which AWS service will meet these requirements?

  • AAmazon Connect
  • BAWS Fargate (correct answer)
  • CAmazon Lightsail
  • DAmazon EC2
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: AWS Fargate

Explanation

AWS Fargate runs containers serverlessly so there are no EC2 hosts to manage or patch.

Showing questions 421–440 of 719 Β· Page 22 of 36