AWS Certified Cloud Practitioner(CLF-C02)

The AWS Certified Cloud Practitioner(CLF-C02) were last updated on today.
  • Viewing page 1 out of 370 pages.
  • Viewing questions 1-5 out of 1,850 questions
Disclaimers:
  • - ExamTopics website is not related to, affiliated with, endorsed or authorized by Amazon.and Azure
  • - Trademarks, certification & product names are used for reference only and belong to Amazon.and Azure

Topic 1 - Exam A

Question #1 Topic 1

A company is preparing to launch a redesigned website on AWS. Users from around the world will download digital handbooks from the website. Which AWS solution should the company use to provide these static files securely?

  • A Amazon Kinesis Data Streams
  • B Amazon CloudFront with Amazon S3
  • C Amazon EC2 instances with an Application Load Balancer
  • D Amazon Elastic File System (Amazon EFS)
Suggested Answer: B
NOTE: Answer is B. Amazon CloudFront is a content delivery network (CDN) offered by Amazon Web Services. It integrates with Amazon S3 which is an object storage service and can store and retrieve any amount of data, at any time, from anywhere. This makes it an ideal choice for serving static files securely to users worldwide due to its capabilities of low latency delivery and secure data transfer.
Question #2 Topic 1

A company wants its Amazon EC2 instances to share the same geographic area but use redundant underlying power sources. Which solution will meet these requirements?

  • A Use EC2 instances across multiple Availability Zones in the same AWS Region.
  • B Use Amazon CloudFront as the database for the EC2 instances.
  • C Use EC2 instances in the same edge location and the same Availability Zone.
  • D Use EC2 instances in AWS OpsWorks stacks in different AWS Regions.
Suggested Answer: A
NOTE: Answer is A. Amazon EC2 instances that are in multiple Availability Zones within the same AWS Region will share the same geographic area but utilize redundant power sources. This is because each Availability Zone is isolated, but the Availability Zones in a region are connected through low-latency links. An Availability Zone is made up of one or more data centers, each with redundant power, networking, and cooling.
Question #3 Topic 1

A company is launching a critical business application in an AWS Region. How can the company increase resilience for this application?

  • A Deploy a copy of the application in another AWS account.
  • B Deploy the application by using multiple VPCs.
  • C Deploy the application by using multiple subnets.
  • D Deploy the application by using multiple Availability Zones.
Suggested Answer: D
NOTE: Answer is D. Increase resilience for an application can be achieved by deploying the application across multiple Availability Zones. This ensures that even if one Availability Zone fails, the application continues to operate because the other Availability Zones would still be operational.
Question #4 Topic 1

A company wants the ability to automatically acquire resources as needed and release the resources when they are no longer needed. Which cloud concept describes this functionality?

  • A Availability
  • B Elasticity
  • C Durability
  • D Reliability
Suggested Answer: B
NOTE: Answer is B. The ability to automatically acquire resources as needed and release the resources when they are no longer needed is described by the concept of 'Elasticity' in cloud computing.
Question #5 Topic 1

An ecommerce company wants to distribute traffic between the Amazon EC2 instances that host its website. Which AWS service or resource will meet these requirements?

  • A Application Load Balancer
  • B AWS WAF
  • C AWS CloudHSM
  • D AWS Direct Connect
Suggested Answer: A
NOTE: Answer is A. Application Load Balancer is used to distribute and optimize traffic in multiple Amazon EC2 instances.