ExamGecko
Home Home / Amazon / CLF-C02

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

Question list
Search
Search

List of questions

Search

Related questions











A company is connecting multiple VPCs and on-premises networks. The company needs to use an AWS service as a cloud router to simplify peering relationships.

Which AWS service can the company use to meet this requirement?

A.

AWS Direct Connect

A.

AWS Direct Connect

Answers
B.

AWS Transit Gateway

B.

AWS Transit Gateway

Answers
C.

Amazon Connect

C.

Amazon Connect

Answers
D.

Amazon Route 53

D.

Amazon Route 53

Answers
Suggested answer: B

Explanation:

AWS Transit Gateway acts as a cloud router for connecting multiple VPCs and on-premises networks, simplifying network management by creating a hub-and-spoke model for routing traffic. Direct Connect provides a private connection to AWS but does not function as a central router. Amazon Connect is unrelated, and Route 53 is for DNS services, not VPC connectivity.

A company is releasing a business-critical application. Before the release, the company needs strategic planning assistance from AWS. During the release, the company needs AWS infrastructure event management and real-time support.

What should the company do to meet these requirement?

A.

Access AWS Trusted Advisor.

A.

Access AWS Trusted Advisor.

Answers
B.

Contact the AWS Partner Network (APN).

B.

Contact the AWS Partner Network (APN).

Answers
C.

Sign up for AWS Enterprise Support.

C.

Sign up for AWS Enterprise Support.

Answers
D.

Contact AWS Professional Services.

D.

Contact AWS Professional Services.

Answers
Suggested answer: C

Explanation:

AWS Enterprise Support provides strategic planning assistance, infrastructure event management, and real-time support, which are necessary for business-critical applications. Trusted Advisor and APN do not offer direct strategic support, and while AWS Professional Services can assist with complex solutions, Enterprise Support specifically includes ongoing operational support and event management.

A company wants an AWS service to collect and process 10 TB of data locally and transfer the data to AWS. The company has intermittent connectivity.

Which AWS service will meet these requirements?

A.

AWS Database Migration Service (AWS DMS)

A.

AWS Database Migration Service (AWS DMS)

Answers
B.

AWS DataSync

B.

AWS DataSync

Answers
C.

AWS Backup

C.

AWS Backup

Answers
D.

AWS Snowball Edge

D.

AWS Snowball Edge

Answers
Suggested answer: D

Explanation:

The correct answer is D. AWS Snowball Edge.

AWS Snowball Edge is a physical device that can be used to collect and process data locally and then transfer it to AWS. It is designed for situations where there is limited or intermittent network connectivity, or where bandwidth costs are high. AWS Snowball Edge can store up to 80 TB of data and has compute and storage capabilities to run applications on the device1.

AWS Database Migration Service (AWS DMS) is a service that helps migrate databases to AWS. It does not collect or process data locally, nor does it work offline2.

AWS DataSync is a service that helps transfer data between on-premises storage systems and AWS storage services. It does not collect or process data locally, and it requires a network connection to work3.

AWS Backup is a service that helps automate and manage backups across AWS services. It does not collect or process data locally, nor does it transfer data to AWS. It only backs up data that is already in AWS4.

1: AWS Snowball Edge 2: AWS Database Migration Service (AWS DMS) 3: AWS DataSync 4: AWS Backup


A company needs to store infrequently used data for data archives and long-term backups.

Which AWS service or storage class will meet these requirements MOST cost-effectively?

A.

Amazon FSx for Lustre

A.

Amazon FSx for Lustre

Answers
B.

Amazon Elastic Block Store (Amazon EBS)

B.

Amazon Elastic Block Store (Amazon EBS)

Answers
C.

Amazon Elastic File System (Amazon EFS)

C.

Amazon Elastic File System (Amazon EFS)

Answers
D.

Amazon S3 Glacier Flexible Retrieval

D.

Amazon S3 Glacier Flexible Retrieval

Answers
Suggested answer: D

Explanation:

Amazon S3 Glacier Flexible Retrieval is optimized for storing infrequently accessed data at a very low cost, making it suitable for data archiving and long-term backups. It provides flexible retrieval options for archived data. Other services like FSx for Lustre, EBS, and EFS are more suited for frequently accessed data and higher-performance use cases, not archival storage.

A company needs access to checks and recommendations that help the company follow AWS best practices for cost optimization, security, fault tolerance, performance, and service quotas.

Which combination of an AWS service and AWS Support plan on the AWS account will meet these requirements?

A.

AWS Trusted Advisor with AWS Developer Support

A.

AWS Trusted Advisor with AWS Developer Support

Answers
B.

AWS Health Dashboard with AWS Enterprise Support

B.

AWS Health Dashboard with AWS Enterprise Support

Answers
C.

AWS Trusted Advisor with AWS Business Support

C.

AWS Trusted Advisor with AWS Business Support

Answers
D.

AWS Health Dashboard with AWS Enterprise On-Ramp Support

D.

AWS Health Dashboard with AWS Enterprise On-Ramp Support

Answers
Suggested answer: C

Explanation:

AWS Trusted Advisor provides checks and recommendations across various categories, including cost optimization, security, and performance. Access to all Trusted Advisor checks is available with AWS Business Support, ensuring the company can follow AWS best practices comprehensively. The Developer Support plan offers limited Trusted Advisor checks, and AWS Health Dashboard provides insights into service health but not specific best practice recommendations.

Which AWS services can host PostgreSQL databases? (Select TWO.)

A.

Amazon S3

A.

Amazon S3

Answers
B.

Amazon Aurora

B.

Amazon Aurora

Answers
C.

Amazon EC2

C.

Amazon EC2

Answers
D.

Amazon OpenSearch Service

D.

Amazon OpenSearch Service

Answers
E.

Amazon Elastic File System (Amazon EFS)

E.

Amazon Elastic File System (Amazon EFS)

Answers
Suggested answer: B, C

Explanation:

Amazon Aurora (with PostgreSQL compatibility) and Amazon EC2 can both host PostgreSQL databases. Aurora is a managed database service that provides a fully compatible PostgreSQL environment with automated management. EC2 can also host PostgreSQL, but it requires more manual setup and maintenance. Amazon S3 and EFS do not host databases, and Amazon OpenSearch Service is intended for search and analytics, not relational databases.

What is a benefit of using an Elastic Load Balancing (ELB) load balancer with applications running in the AWS Cloud?

A.

An ELB will automatically scale resources to meet capacity needs.

A.

An ELB will automatically scale resources to meet capacity needs.

Answers
B.

An ELB can balance traffic across multiple compute resources.

B.

An ELB can balance traffic across multiple compute resources.

Answers
C.

An ELB can span multiple AWS Regions.

C.

An ELB can span multiple AWS Regions.

Answers
D.

An ELB can balance traffic between multiple internet gateways.

D.

An ELB can balance traffic between multiple internet gateways.

Answers
Suggested answer: B

Explanation:

Elastic Load Balancing (ELB) distributes incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses, ensuring better application availability and fault tolerance. While ELB scales to meet traffic demands, it does not inherently scale compute resources themselves, span multiple regions, or balance traffic between internet gateways.

Which action should a company take to improve security in its AWS account?

A.

Require multi-factor authentication (MFA) for privileged users.

A.

Require multi-factor authentication (MFA) for privileged users.

Answers
B.

Remove the root user account.

B.

Remove the root user account.

Answers
C.

Create an access key for the AWS account root user.

C.

Create an access key for the AWS account root user.

Answers
D.

Create an access key for each privileged user.

D.

Create an access key for each privileged user.

Answers
Suggested answer: A

Explanation:

Enforcing multi-factor authentication (MFA) for privileged users enhances account security by requiring a second form of authentication. It reduces the risk of unauthorized access, even if credentials are compromised. Removing the root account is not possible, and creating access keys for the root account or privileged users can increase security risks rather than reduce them.

A developer needs to use a standardized template to create copies of a company's AWS architecture for development test, and production environments. Which AWS service should the developer use to meet this requirement?

A.

AWS Cloud Map

A.

AWS Cloud Map

Answers
B.

AWS Cloud Formation

B.

AWS Cloud Formation

Answers
C.

Amazon CloudFront

C.

Amazon CloudFront

Answers
D.

AWS CloudTrail

D.

AWS CloudTrail

Answers
Suggested answer: B

Explanation:

AWS CloudFormation allows developers to create, manage, and deploy AWS resources using templates, ensuring a standardized and repeatable infrastructure setup. It's ideal for setting up development, test, and production environments consistently. AWS Cloud Map, CloudFront, and CloudTrail do not provide templated infrastructure management capabilities.

Total 789 questions
Go to page: of 79