πŸ”

CLF-C02 β€” questions

Page 24 of 36 Β· 719 total questions.

Topic 1 Β· Question 461

A company needs the ability to acquire resources when the resources are needed. The company also needs the ability to release the resources when the resources are no longer needed. Which AWS concept represents the company's goals?

  • AScalability
  • BSustainability
  • CElasticity (correct answer)
  • DOperational excellence
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Elasticity.

Topic 1 Β· Question 462

A company wants to use Amazon EC2 instances for a stable production workload that will run for 1 year. Which instance purchasing option meets these requirements MOST cost-effectively?

  • ADedicated Hosts
  • BReserved Instances (correct answer)
  • COn-Demand Instances
  • DSpot Instances
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Reserved Instances

Explanation

Reserved Instances lower cost for steady-state, predictable long-running workloads. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 463

A company wants to log in securely to Linux Amazon EC2 instances. How can the company accomplish this goal?

  • AUse SSH keys. (correct answer)
  • BUse a VPN.
  • CUse end-to-end encryption.
  • DUse Amazon Route 53.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use SSH keys.

Topic 1 Β· Question 464

A company wants to use a serverless compute service for an application. Which AWS service will meet this requirement?

  • AAWS Lambda (correct answer)
  • BAWS CloudFormation
  • CAWS Elastic Beanstalk
  • DElastic Load Balancing
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: AWS Lambda

Explanation

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

Topic 1 Β· Question 465

A company wants a solution that will automatically adjust the number of Amazon EC2 instances that are being used based on the current load. Which AWS offering will meet these requirements?

  • ADedicated Hosts
  • BPlacement groups
  • CAuto Scaling groups (correct answer)
  • DReserved Instances
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Auto Scaling groups

Explanation

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

Topic 1 Β· Question 466

A company is building AWS architecture to deliver real-time data feeds from an on-premises data center into an application that runs on AWS. The company needs a consistent network connection with minimal latency. What should the company use to connect the application and the data center to meet these requirements?

  • AAWS Direct Connect (correct answer)
  • BPublic internet
  • CAWS VPN
  • DAmazon Connect
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: AWS Direct Connect

Explanation

AWS Direct Connect provides a dedicated, consistent private network link between on premises and AWS. This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 467

A company plans to migrate its custom marketing application and order-processing application to AWS. The company needs to deploy the applications on different types of instances with various configurations of CPU, memory, storage, and networking capacity. Which AWS service should the company use to meet these requirements?

  • AAWS Lambda
  • BAmazon Cognito
  • CAmazon Athena
  • DAmazon EC2 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Amazon EC2

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system.

Topic 1 Β· Question 468

A company wants to monitor and block malicious HTTP and HTTPS requests that its Amazon CloudFront distributions receive. Which AWS service should the company use to meet these requirements?

  • AAmazon GuardDuty
  • BAmazon Inspector
  • CAWS WAF (correct answer)
  • DAmazon Detective
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS WAF

Explanation

AWS WAF protects web applications from common exploits and malicious requests.

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

Which AWS services can host PostgreSQL databases? (Choose two.)

  • AAmazon S3
  • BAmazon Aurora (correct answer)
  • CAmazon EC2 (correct answer)
  • DAmazon OpenSearch Service
  • EAmazon Elastic File System (Amazon EFS)
Reveal answer & explanation
Correct answer: B, C

The correct answer is B, C. Option B: Amazon Aurora Option C: Amazon EC2

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. Amazon Aurora is a high-performance managed relational database with built-in replication and failover.

Topic 1 Β· Question 470

Which AWS service can generate information that can be used by external auditors?

  • AAmazon Cognito
  • BAmazon FSx
  • CAWS Config (correct answer)
  • DAmazon Inspector
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Config

Explanation

AWS Config tracks resource configuration changes and evaluates compliance.

Topic 1 Β· Question 471

Which AWS service or feature requires an internet service provider (ISP) and a colocation facility to be implemented?

  • AAWS VPN
  • BAmazon Connect
  • CAWS Direct Connect (correct answer)
  • DInternet gateway
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS Direct Connect

Explanation

AWS Direct Connect provides a dedicated, consistent private network link between on premises and AWS.

Topic 1 Β· Question 472

A company wants its Amazon EC2 instances to operate in a highly available environment, even if there is a natural disaster in a particular geographic area. Which solution achieves this goal?

  • AUse EC2 instances in multiple AWS Regions. (correct answer)
  • BUse EC2 instances in multiple edge locations.
  • CUse EC2 instances in the same Availability Zone but in different AWS Regions.
  • DUse Amazon CloudFront with the EC2 instances configured as the source.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use EC2 instances in multiple AWS Regions.

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 Β· Question 473

Which AWS service allows for file sharing between multiple Amazon EC2 instances?

  • AAWS Direct Connect
  • BAWS Snowball Edge
  • CAWS Backup
  • DAmazon Elastic File System (Amazon EFS) (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Amazon Elastic File System (Amazon EFS)

Explanation

Amazon EFS is a shared, elastic NFS file system that multiple instances can mount concurrently across AZs.

Topic 1 Β· Question 474

A company needs to manage multiple logins across AWS accounts within the same organization in AWS Organizations. Which AWS service should the company use to meet this requirement?

  • AAmazon VPC
  • BAmazon GuardDuty
  • CAmazon Cognito
  • DAWS IAM Identity Center (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: AWS IAM Identity Center

Explanation

AWS IAM controls authenticated and authorized access to AWS resources with fine-grained policies. AWS IAM Identity Center (SSO) centrally manages workforce access to multiple accounts and apps.

Topic 1 Β· Question 475

A company uses Amazon WorkSpaces. Which task is the responsibility of AWS, according to the AWS shared responsibility model?

  • ASet up multi-factor authentication (MFA) for each WorkSpaces user account.
  • BEnsure the environmental safety and security of the AWS infrastructure that hosts WorkSpaces. (correct answer)
  • CProvide security for WorkSpaces user accounts through AWS Identity and Access Management (IAM).
  • DConfigure AWS CloudTrail to log API calls and user activity.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Ensure the environmental safety and security of the AWS infrastructure that hosts WorkSpaces.

Topic 1 Β· Question 476

A company is migrating its public website to AWS. The company wants to host the domain name for the website on AWS. Which AWS service should the company use to meet this requirement?

  • AAWS Lambda
  • BAmazon Route 53 (correct answer)
  • CAmazon CloudFront
  • DAWS Direct Connect
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Amazon Route 53

Explanation

Amazon Route 53 provides DNS with health checks and routing policies for availability and latency.

Topic 1 Β· Question 477

A company uses a third-party identity provider (IdP). The company wants to provide its employees with access to AWS accounts and services without requiring another set of login credentials. Which AWS service will meet this requirement?

  • AAWS Directory Service
  • BAmazon Cognito
  • CAWS IAM Identity Center (correct answer)
  • DAWS Resource Access Manager (AWS RAM)
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AWS IAM Identity Center

Explanation

AWS IAM controls authenticated and authorized access to AWS resources with fine-grained policies. AWS IAM Identity Center (SSO) centrally manages workforce access to multiple accounts and apps.

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

Which combination of AWS services can be used to move a commercial relational database to an Amazon-managed open-source database? (Choose two.)

  • AAWS Database Migration Service (AWS DMS) (correct answer)
  • BAWS software development kits (SDKs)
  • CAWS Schema Conversion Tool (correct answer)
  • DAWS Systems Manager
  • EAmazon EMR
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: AWS Database Migration Service (AWS DMS) Option C: AWS Schema Conversion Tool

Explanation

AWS Database Migration Service migrates databases with minimal downtime.

Topic 1 Β· Question 479

Which AWS service gives users on-demand, self-service access to AWS compliance control reports?

  • AAWS Config
  • BAmazon GuardDuty
  • CAWS Trusted Advisor
  • DAWS Artifact (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: AWS Artifact.

Topic 1 Β· Question 480

A company runs a legacy workload in an on-premises data center. The company wants to migrate the workload to AWS. The company does not want to make any changes to the workload. Which migration strategy should the company use?

  • ARepurchase
  • BReplatform
  • CRehost (correct answer)
  • DRefactor
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Rehost.

Showing questions 461–480 of 719 Β· Page 24 of 36