Amazon Web ServicesFree levelCLF-C02Page 3 of 4

CLF-C02 exam dumps: questions 201 to 300 of 341

Page 3 of the free CLF-C02 question bank for the AWS Certified Cloud Practitioner exam. Questions 201 to 300 are listed below, the first 5 in full with answers and explanations. Back to page 1 for the exam overview and FAQ.

Question bank last updated April 2025

Free CLF-C02 practice questions

Questions 201 to 205 of 341

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

CLF-C02 Question 201

Select 3

A company wants to host a web application on AWS that requires secure, low-latency connections for users worldwide. Which AWS networking services should they consider using?

  1. A

    Amazon CloudFront

  2. B

    AWS Direct Connect

  3. C

    AWS Global Accelerator

  4. D

    Amazon Virtual Private Cloud (VPC)

  5. E

    Amazon Route 53

Show answer and explanation

Correct answers: A, C, E

Explanation

To ensure a secure, low-latency experience for users worldwide, the company should use Amazon CloudFront for content delivery, AWS Global Accelerator for improved global performance and availability, and Amazon Route 53 for intelligent traffic routing based on user location. AWS Direct Connect and Amazon VPC do not directly address the requirements of this scenario.

  • A. Correct.

    Amazon CloudFront is a content delivery network (CDN) service that helps distribute content with low latency and high transfer speeds, making it ideal for delivering web applications globally.

  • B. Incorrect.

    AWS Direct Connect is a dedicated network connection between your data center and AWS, which is not relevant for optimizing global user access to a web application.

  • C. Correct.

    AWS Global Accelerator improves the availability and performance of your application for global users by routing traffic through the AWS global network.

  • D. Incorrect.

    Amazon Virtual Private Cloud (VPC) allows you to create a private network within AWS, but it does not directly optimize global access or improve latency for users.

  • E. Correct.

    Amazon Route 53 is a scalable Domain Name System (DNS) web service that helps route users to the nearest application endpoint, improving performance for global users.

CLF-C02 Question 202

Single answer

Your company is building a highly available web application and requires a service to distribute incoming traffic to multiple backend instances in different availability zones. Which AWS network service should you use?

  1. A

    Amazon Route 53

  2. B

    Elastic Load Balancing (ELB)

  3. C

    AWS Direct Connect

  4. D

    Amazon VPC

Show answer and explanation

Correct answer: B

Explanation

The correct answer is Elastic Load Balancing (ELB) because it is specifically designed to distribute incoming application traffic across multiple targets, such as EC2 instances, containers, or IP addresses, ensuring high availability and fault tolerance for the application. Other services mentioned do not perform this specific function.

  • A. Incorrect.

    Amazon Route 53 is a scalable Domain Name System (DNS) service used for domain registration and routing traffic based on DNS queries, not for distributing traffic to backend instances.

  • B. Correct.

    Elastic Load Balancing (ELB) is designed to automatically distribute incoming application traffic across multiple targets, such as EC2 instances, in one or more availability zones. It ensures high availability and fault tolerance for your application.

  • C. Incorrect.

    AWS Direct Connect is a network service enabling dedicated private connectivity between on-premises environments and AWS but does not distribute traffic across backend instances.

  • D. Incorrect.

    Amazon VPC is a service that allows you to create a logically isolated network in AWS. While it enables network configurations, it does not provide traffic distribution across instances.

CLF-C02 Question 203

Select 3

Your company wants to deploy a highly available web application in AWS. To ensure the application can handle traffic across multiple availability zones and regions, which AWS network services could you use to distribute traffic and provide fault tolerance?

  1. A

    Amazon Route 53

  2. B

    AWS Direct Connect

  3. C

    Elastic Load Balancing (ELB)

  4. D

    Amazon VPC

  5. E

    AWS Global Accelerator

Show answer and explanation

Correct answers: A, C, E

Explanation

To ensure high availability and fault tolerance for a web application, you can use Amazon Route 53 for DNS-based traffic routing, Elastic Load Balancing for distributing traffic across instances in different availability zones, and AWS Global Accelerator for directing traffic to optimal endpoints across multiple regions. AWS Direct Connect and Amazon VPC are valuable in networking but do not specifically address traffic distribution or fault tolerance.

  • A. Correct.

    Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service that can route user traffic to endpoints in different AWS regions, ensuring global fault tolerance.

  • B. Incorrect.

    AWS Direct Connect is a dedicated network connection between on-premises environments and AWS, but it does not provide traffic distribution or fault tolerance for applications.

  • C. Correct.

    Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets, such as EC2 instances, in one or more availability zones, ensuring availability and fault tolerance.

  • D. Incorrect.

    Amazon VPC (Virtual Private Cloud) allows the creation of isolated network environments but does not distribute traffic or provide fault tolerance by itself.

  • E. Correct.

    AWS Global Accelerator improves the availability and performance of applications by directing traffic to optimal endpoints across AWS regions, making it suitable for global fault tolerance.

CLF-C02 Question 204

Select 3

You are designing a Virtual Private Cloud (VPC) for a new application in AWS. The application requires private subnets for backend servers and public subnets for web servers. Which of the following components must be included in your VPC design to allow the web servers to communicate with the internet while keeping the backend servers private?

  1. A

    Internet Gateway

  2. B

    NAT Gateway

  3. C

    Route Table

  4. D

    Elastic Load Balancer

  5. E

    VPC Peering Connection

Show answer and explanation

Correct answers: A, B, C

Explanation

To meet the requirements of the scenario, the VPC must include an Internet Gateway for public subnet internet access, a NAT Gateway for private subnet instances to access the internet without being directly exposed, and Route Tables to define the traffic routing. These components work together to ensure proper communication and isolation between public and private subnets.

  • A. Correct.

    An Internet Gateway is required to enable resources in the public subnets to communicate with the internet.

  • B. Correct.

    A NAT Gateway is used to allow instances in the private subnets to access the internet for updates or patches without exposing them to inbound internet traffic.

  • C. Correct.

    A Route Table is necessary to define how traffic is directed within the VPC, including routes for internet access through the Internet Gateway or NAT Gateway.

  • D. Incorrect.

    An Elastic Load Balancer is used for distributing traffic across multiple instances but is not required for basic internet connectivity or subnet isolation.

  • E. Incorrect.

    VPC Peering Connection is used to connect two VPCs, which is unrelated to the requirement of internet access or subnet isolation in this scenario.

CLF-C02 Question 205

Select 3

You are tasked with designing a new Virtual Private Cloud (VPC) for your company's AWS environment. Which of the following components must you configure to ensure that resources in the VPC can communicate with the internet and other AWS services?

  1. A

    Internet Gateway

  2. B

    NAT Gateway

  3. C

    Subnet

  4. D

    Route Table

  5. E

    Elastic Load Balancer

Show answer and explanation

Correct answers: A, C, D

Explanation

To enable communication with the internet and other AWS services in a VPC, you must configure an Internet Gateway, subnets (for segmenting the VPC, such as public subnets), and route tables to define the traffic flow. While NAT Gateways and Elastic Load Balancers are useful for specific scenarios, they are not mandatory components for basic internet communication in a VPC.

  • A. Correct.

    An Internet Gateway is required to allow resources within the VPC to communicate with the internet. Without it, the VPC would be isolated from the internet.

  • B. Incorrect.

    A NAT Gateway is not strictly required to enable communication with the internet unless private subnets need to access the internet securely. It is optional depending on your design.

  • C. Correct.

    Subnets are essential components of a VPC and are used to divide the VPC into smaller network segments. Public subnets are required for internet-facing resources.

  • D. Correct.

    A route table is needed to define the network traffic paths within the VPC, including directing traffic to the internet via the Internet Gateway.

  • E. Incorrect.

    An Elastic Load Balancer is a service used to distribute traffic among instances but is not a required component for enabling communication with the internet or other AWS services.

Timed practice exam

Take a CLF-C02 practice test under exam conditions

65 questions in 90 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

CLF-C02 practice questions 201 to 300 of 341

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 4 pages of up to 100 questions.

  1. 201.A company wants to host a web application on AWS that requires secure, low-latency connections for users...
  2. 202.Your company is building a highly available web application and requires a service to distribute incoming...
  3. 203.Your company wants to deploy a highly available web application in AWS. To ensure the application can handle...
  4. 204.You are designing a Virtual Private Cloud (VPC) for a new application in AWS. The application requires...
  5. 205.You are tasked with designing a new Virtual Private Cloud (VPC) for your company's AWS environment. Which of...
  6. 206.You are designing a Virtual Private Cloud (VPC) in AWS for a new application. The application requires...
  7. 207.A company has launched an Amazon EC2 instance within a VPC. They want to ensure that only inbound HTTP...
  8. 208.You are configuring a Virtual Private Cloud (VPC) in AWS for a web application. The application has an EC2...
  9. 209.You are setting up a Virtual Private Cloud (VPC) for a web application that includes a public-facing web...
  10. 210.A company wants to route users to their application hosted on multiple AWS regions to ensure low latency and...
  11. 211.Your company has just launched a new web application, and you need to ensure that traffic is routed to the...
  12. 212.Your company is hosting a web application on AWS and wants to ensure users can access it using a custom...
  13. 213.You are designing an application that requires low-latency access for global users and needs to cache...
  14. 214.A company wants to improve the performance and availability of its globally distributed web application while...
  15. 215.A company wants to improve the performance and availability of its globally distributed web application. They...
  16. 216.A company needs a reliable and low-latency connection between their on-premises data center and AWS. They...
  17. 217.Your company requires a secure and low-latency dedicated connection between its on-premises data center and...
  18. 218.A company needs a dedicated network connection between its on-premises data center and AWS to handle...
  19. 219.A company wants to store large amounts of structured and unstructured data with high durability and...
  20. 220.A company wants to implement a storage solution for their application that requires low-latency access to...
  21. 221.A company needs to store large amounts of unstructured data, such as images and videos, and requires the...
  22. 222.A company is looking for a scalable and cost-effective solution to store backups of their application logs,...
  23. 223.A company is planning to store a large amount of unstructured data such as images, videos, and backups. They...
  24. 224.A company wants to store large amounts of unstructured data, such as multimedia files, and ensure high...
  25. 225.You are managing a large-scale data archival system that requires data to be stored at the lowest possible...
  26. 226.A company wants to store data in Amazon S3 that they rarely access but need to retrieve quickly when...
  27. 227.Your company is storing large amounts of data in Amazon S3 that is rarely accessed but must be immediately...
  28. 228.A company is running a web application on Amazon EC2 instances. They need a high-performance, temporary...
  29. 229.A company is running a high-performance database on an Amazon EC2 instance and requires low-latency,...
  30. 230.A company is running a critical application on an Amazon EC2 instance and requires persistent, low-latency...
  31. 231.A company needs a scalable file system to support its Linux-based web applications. The solution must allow...
  32. 232.A company is migrating its on-premises file storage system to AWS. They require a solution that supports...
  33. 233.A company is building a new application that requires a shared file storage solution for multiple Amazon EC2...
  34. 234.A company wants to enable a hybrid cloud storage solution where frequently accessed files are cached locally...
  35. 235.A company wants to provide low-latency access to frequently used on-premises application data while storing...
  36. 236.A company wants to integrate their on-premises infrastructure with AWS to provide low-latency access to...
  37. 237.Your organization uses Amazon S3 to store large amounts of data, including logs, reports, and backups. To...
  38. 238.A company uses Amazon S3 to store large amounts of application log data. The logs are frequently accessed for...
  39. 239.An e-commerce company uses Amazon S3 to store product images and videos. To optimize storage costs, they want...
  40. 240.A company wants to centralize and automate the backup of its Amazon RDS databases, Amazon EBS volumes, and...
  41. 241.A company wants to centralize and automate the backup process for its Amazon EC2 instances, Amazon RDS...
  42. 242.A company wants to ensure that its backup process is automated, centralized, and compliant with regulatory...
  43. 243.A company wants to create a virtual assistant that can understand natural language, provide text-to-speech...
  44. 244.A company wants to implement a recommendation system for their online retail platform using an AWS service...
  45. 245.A retail company wants to build a recommendation system to suggest products to customers based on their...
  46. 246.A company wants to build a chatbot to handle customer inquiries in natural language and also needs a solution...
  47. 247.A company wants to build a virtual customer support agent that can interact with users via voice and text,...
  48. 248.Your company wants to build an intelligent chatbot to handle customer inquiries and also implement a document...
  49. 249.A retail company wants to perform real-time processing of streaming data from their e-commerce website to...
  50. 250.A company wants to analyze real-time data streams generated by IoT devices, such as temperature and humidity...
  51. 251.A retail company wants to analyze large volumes of transactional data in near real-time to track purchasing...
  52. 252.Your company needs to deploy a new data analytics pipeline that involves data storage, processing, and...
  53. 253.A company wants to build a data analytics pipeline in AWS to process large-scale data in near real-time. They...
  54. 254.Your company has a web application that requires video processing, machine learning predictions, and...
  55. 255.Your company runs a mobile application that needs to send real-time notifications to users about important...
  56. 256.A company needs to design a solution to send automated alerts to their operations team when critical...
  57. 257.A company needs to send critical alerts and notifications to their DevOps team in real-time, as well as...
  58. 258.A company is developing a web application that requires a relational database to store user data. They need a...
  59. 259.A company needs to build a scalable web application that handles unpredictable traffic spikes, requires...
  60. 260.Your company is building a web application that will experience unpredictable traffic patterns, with periods...
  61. 261.Your company is running multiple production workloads on AWS, and you require 24/7 technical support with...
  62. 262.A company is running multiple production workloads on AWS and needs 24/7 access to technical support,...
  63. 263.A company with a small development team is building a new application on AWS and needs guidance on best...
  64. 264.Your company is running several business-critical workloads on AWS and needs 24/7 access to cloud support...
  65. 265.A startup is running its applications on AWS and is looking for a support plan to address technical issues...
  66. 266.Your company has recently migrated its workloads to AWS and is looking for 24/7 access to cloud support...
  67. 267.You are a developer tasked with deploying an application on AWS. The application requires continuous...
  68. 268.You are a developer working on an application that needs to be deployed in Amazon Web Services (AWS). You...
  69. 269.A development team is building a serverless application on AWS and needs a tool to monitor logs, troubleshoot...
  70. 270.Which AWS service can be used to present the output of virtual machines (VMs) to end-user machines, enabling...
  71. 271.You are tasked with enabling remote access for a team of developers to work on virtual machines (VMs) hosted...
  72. 272.Which of the following AWS services can be used to present the output of virtual machines (VMs) on end-user...
  73. 273.A startup is building a mobile and web application that requires a scalable backend and a responsive...
  74. 274.A startup wants to build a highly interactive mobile and web application frontend that requires scalable...
  75. 275.A startup wants to build and deploy a mobile application frontend quickly with minimal management overhead....
  76. 276.A company wants to manage and securely connect a large fleet of IoT devices to the cloud. They also need to...
  77. 277.A company is building a smart home solution and needs to manage thousands of IoT devices securely and...
  78. 278.A company is planning to manage a fleet of IoT devices deployed across multiple locations. They need a...
  79. 279.A company is launching a new application with an unknown level of demand. They want to minimize their upfront...
  80. 280.A startup company is planning to deploy a web application on AWS but is unsure about future traffic demands....
  81. 281.A startup is evaluating different AWS pricing models to minimize their infrastructure costs. Their workload...
  82. 282.A company is running a batch processing application that processes large datasets once a week for a few...
  83. 283.Your company is running a web application with consistent, predictable traffic patterns. The application...
  84. 284.Your company is running a batch processing application that operates on large datasets. The application's...
  85. 285.A company is considering purchasing Reserved Instances to reduce costs for their predictable workloads. They...
  86. 286.A company is planning to use Amazon EC2 Reserved Instances (RIs) to save costs for workloads with predictable...
  87. 287.A company is planning to use Amazon EC2 Reserved Instances to save costs on their consistent workloads. Which...
  88. 288.An organization is using AWS Organizations with multiple accounts and has purchased Reserved Instances (RIs)...
  89. 289.A company has purchased a Reserved Instance (RI) within their AWS Organization to reduce costs for their EC2...
  90. 290.An organization has purchased Reserved Instances (RIs) in AWS to optimize costs. How is the RI discount...
  91. 291.You are running an application in AWS that processes large volumes of data. The application stores data in...
  92. 292.A company is hosting its web application on Amazon EC2 instances in the AWS US East (N. Virginia) Region....
  93. 293.A company is hosting an application on Amazon EC2 instances in the us-east-1 and us-west-1 Regions. They want...
  94. 294.A company is planning to store large amounts of data for archival purposes. The data will rarely be accessed...
  95. 295.A company wants to store large amounts of non-frequently accessed data in AWS to optimize costs. They also...
  96. 296.A startup is using Amazon S3 to store large amounts of data for backup and archival purposes. They do not...
  97. 297.A company wants to ensure they do not exceed their monthly AWS budget and require notifications when their...
  98. 298.A company wants to ensure it does not exceed its monthly AWS spending limit. Which AWS service or feature can...
  99. 299.Your company has recently started using AWS services, and as the cloud administrator, you want to ensure that...
  100. 300.Your organization wants to track and manage its AWS costs for multiple accounts within an organization. You...