AWS Cloud Practitioner CLF-C02 Sign in Try 10 free questions

Free CLF-C02 practice questions: CloudFront & edge locations

One service, one job: cache content at the edge so it loads fast worldwide. Six questions on CloudFront and edge locations — 2026 edition.

Here are 6 typical CloudFront and edge questions in the exam's own style — free, with the answer explained, no sign-up.

Straight to the 6 free questions ↓

CloudFront is a one-job service, and the CLF-C02 tests that one job cleanly: cache content at the edge so it loads fast for users everywhere. Learn what it is, why it helps, and how edge locations differ from Availability Zones, and this topic is quick marks.

What CloudFront is

Amazon CloudFront is a content delivery network (CDN). It caches content at edge locations — a global network of sites close to users — so that content is served from nearby instead of travelling all the way from a single Region. The benefit is lower latency: content loads faster because it has less distance to travel. Whenever a question describes a worldwide audience and slow loads from one location, CloudFront is the fix.

How it works, in three words

  • Origin — the source of the content, usually an S3 bucket or a web server. This is where the real content lives.
  • Edge location — where CloudFront caches a copy, close to users.
  • Cache miss — the first time content is requested at an edge location, CloudFront fetches it from the origin, caches it, and serves it. Later requests are then served straight from the cache.

That flow — request hits the nearest edge, edge serves the cache or fills it from the origin — is the whole mental model, and it answers most CloudFront questions.

The distinction to lock in: edge locations are not Availability Zones

The trap the exam plants is confusing edge locations with Availability Zones. They are different networks for different jobs:

  • Availability Zones are where you run and store workloads inside a Region.
  • Edge locations are a separate, larger network used only to cache and deliver content near users.

Delivery is the edge; compute and storage are Regions and zones. If a question offers an edge location as a place to run instances or host a database, it is a distractor.

How to use the questions below

Answer each one before opening the explanation, then read past the correct letter to why the other three fail. The distractors are always another service offered where a CDN belongs, or an edge location cast in the role of an Availability Zone. Recognising “global delivery, low latency” as CloudFront is the reflex the exam rewards, and the reasoning below builds it.

Amazon CloudFront as a content delivery network: a user request goes to the nearest edge location, which serves cached content or, on a cache miss, fetches it from the origin (an S3 bucket or web server) and caches it there. Edge locations form a separate global network from Availability Zones.

6 free CLF-C02 practice questions

Answers and explanations — no email wall
CLF-C02 Question 1 of 6

What is Amazon CloudFront?

Answer: A — A content delivery network (CDN) that caches content at edge locations near users

Amazon CloudFront is AWS's content delivery network: it caches content at edge locations around the world so it can be served close to users. Why not the others: running virtual servers is EC2. A managed relational database is RDS. A web application firewall is AWS WAF (which can sit in front of CloudFront, but is a different service). CloudFront is delivery, not compute or storage.

CLF-C02 Question 2 of 6

What is the main benefit of using CloudFront?

Answer: A — Lower latency, by serving cached content from an edge location close to the user

By caching content at edge locations near users, CloudFront cuts the distance data travels and so reduces latency — content loads faster. Why not the others: managing encryption keys is KMS. Database storage is a database service. Running code is compute (EC2 or Lambda). CloudFront's benefit is speed of delivery.

CLF-C02 Question 3 of 6

Where does CloudFront cache content to serve it quickly?

Answer: A — At edge locations

CloudFront caches at edge locations — a global network of sites close to users. Why not the others: Availability Zones are where you run and store workloads inside a Region, not the CDN cache. A VPC is your private network, not a global cache. And CloudFront does not permanently store content on the user's device. Edge locations are the CDN's cache.

CLF-C02 Question 4 of 6

In CloudFront, what is the 'origin'?

Answer: A — The source of the content, such as an S3 bucket or a web server, that CloudFront caches from

The origin is where the real content lives — commonly an S3 bucket or a web server — and CloudFront pulls from it to fill its cache. Why not the others: the user's browser is the destination, not the source. The edge location is CloudFront's cache, not the origin. And a Region's service count is unrelated. Origin means the content's source.

CLF-C02 Question 5 of 6

A company serves static images and files to a worldwide audience from a single Region, and users far away report slow loads. What is the most direct improvement?

Answer: A — Put Amazon CloudFront in front of the content to cache it at edge locations

CloudFront caches the content at edge locations near users worldwide, so distant users get it from a nearby site instead of the single Region — directly addressing the latency. Why not the others: a cheaper Region does not fix distance. A larger instance does not shorten the network path. DynamoDB is a database, not a delivery mechanism for static files. Global delivery points to CloudFront.

CLF-C02 Question 6 of 6

When a user requests content that is not yet cached at the nearest edge location, what does CloudFront do?

Answer: A — It fetches the content from the origin, caches it at the edge, and serves it — so later requests are served from the cache

On a cache miss, CloudFront retrieves the content from the origin, stores it at the edge, and delivers it; subsequent requests for the same content are then served quickly from that cache. Why not the others: it does not error out or require manual uploads to the edge, it does not pick a random Region, and it does not stop caching — the first request simply populates the cache.

That is exactly how every question in the course works — answer, explanation, why-not. The real set continues in the practice player: 10 free questions, no sign-up.

Continue with the 10 free questions →

Those 6 questions were the start.

The exam does not test whether you recognise a term — it tests whether you can rule out three plausible answers under time pressure. That is what the explanations above are for, and there are 390 more questions built exactly like them.

Collecting questions yourself

  • Scattered across forums, of unknown age
  • Answer keys without reasoning
  • No idea which domain you are weak in

Practising with a system

  • 390 questions in 6 full tests, CLF-C02 (2026)
  • Every option explained — including the wrong ones
  • Readiness per exam domain, and drills for your weakest
Start free — 10 questions

Straight into the player. No account, no email.

Frequently asked questions

Is this the current CLF-C02 format?
Yes — these questions follow the CLF-C02 exam guide (2026 edition). CloudFront and edge locations sit in the Cloud Technology and Services domain, the largest on the exam at 34%, and the CDN idea recurs whenever a question is about global delivery and latency.
Are these real exam questions?
No. They are our own questions, written in the style and difficulty of the exam. Reproducing real exam items violates the AWS certification agreement and can get your certification revoked, and a memorised item teaches you nothing about the one you have not seen.
Do I need to configure CloudFront for the exam?
No. CLF-C02 tests what CloudFront is, why it reduces latency, and how edge locations differ from Availability Zones. You will not set up a distribution by hand; you will recognise where a CDN is the right answer.
What is the one distinction people miss?
Edge locations are not Availability Zones. Availability Zones are where you run and store workloads inside a Region; edge locations are a separate, larger network used only to cache and deliver content near users. Delivery is edge; compute and storage are Regions and zones.

Updated for CLF-C02 (July 2026). The sample questions above are our own work in the style of the exam — not real exam items. The exam itself is set and marked by the certification body.