AWS Certified Cloud Practitioner(CLF-C02)

The AWS Certified Cloud Practitioner(CLF-C02) were last updated on today.
  • Viewing page 5 out of 370 pages.
  • Viewing questions 21-25 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 #21 Topic 1

An ecommerce company wants to design a highly available application that will be hosted on multiple Amazon EC2 instances. How should the company deploy the EC2 instances to meet these requirements?

  • A . cross multiple edge locations
  • B . Across multiple VPCs
  • C . Across multiple Availability Zones
  • D . Across multiple AWS accounts
Suggested Answer: C
NOTE: Answer is C. Deploying across multiple Availability Zones helps achieve high availability as it protects the application from the failure of a single location. VPCs, AWS accounts, or edge locations aren't specifically designed for high availability.
Question #22 Topic 1

A company wants to minimize network latency between its Amazon EC2 instances. The EC2 instances do not need to be highly available. Which solution meets these requirements?

  • A . Use EC2 instances in a single vailability Zone.
  • B . Use Amazon CloudFront as the database for the EC2 instances.
  • C . Use E2 instances in the same edge location and the same Availability Zone.
  • D . Use EC2 instances in the same edge location and the same AWS Region.
Suggested Answer: A
NOTE: Answer is A. The question is about minimizing network latency between EC2 instances. Since high availability is not a requirement, using EC2 instances in a single Availability Zone is the most appropriate solution. This is because instances in the same availability zone will have the lowest latency. Other options such as using CloudFront or different edge locations and regions do not specifically cater to minimizing latency between EC2 instances.
Question #23 Topic 1

A company wants to store data with high availability, encrypt the data at rest, and have direct access to the data over the internet. Which AWS service will meet these requirements MOST cost-effectively?

  • A . mazon Elastic Block Store (mazon EBS)
  • B . Amazon S3
  • C . Amazon Elastic File System (Amazon EFS)
  • D . AWS Storage Gateway
Suggested Answer: B
NOTE: Answer is B. Amazon S3 provides a highly durable and available store for a wide variety of content, ranging from web applications to media files. It's designed for durability, and it stores files for the long term and encrypts them to provide security. Moreover, it also provides direct access over the internet and it can be very cost-effective based on the storage class chosen.
Question #24 Topic 1

A company that has multiple AWS accounts wants to reduce its recurring cloud costs. The company is using AWS Organizations. Which AWS tool or feature will share volume pricing discounts and Savings Plans among accounts?

  • A . WS Budgets
  • B . Consolidated billing
  • C . AWS credits
  • D . Cost allocation tags
Suggested Answer: B
NOTE: Answer is B. Consolidated billing is a feature used when managing costs across multiple Amazon Web Services (AWS) accounts. It allows you to combine usage from all accounts in your organization. This leads to a higher aggregate usage level, which often results in lower prices due to volume pricing.
Question #25 Topic 1

Which AWS service provides the capability to view end-to-end performance metrics and troubleshoot distributed applications?

  • A . WS Cloud9
  • B . AWS CodeStar
  • C . AWS loud Map
  • D . AWS X-Ray
Suggested Answer: D
NOTE: Answer is D. AWS X-Ray helps developers analyze and debug distributed applications, such as those developed using a microservices architecture. So it's better suited to provide the capability to view end-to-end performance metrics and troubleshoot distributed applications.