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

Free CLF-C02 practice questions: Cloud Concepts

The domain the exam opens with, and the vocabulary everything else is built on. Six questions with the reasoning attached — CLF-C02, 2026 edition.

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

Straight to the 6 free questions ↓

Cloud Concepts is 24% of the CLF-C02 — around 15 or 16 of your 65 questions — and it is the domain everything else stands on. It is also the one candidates most often dismiss as “the easy one”, which is a specific and avoidable mistake.

The domain is not technical. It is definitional. That sounds easier and is frequently harder, because definitional questions punish approximate knowledge in a way that scenario questions do not. When a question lists four genuine AWS cloud benefits and asks which one a scenario describes, knowing roughly what all four mean gets you nothing.

The question shape that dominates this domain

Look at the pattern in the questions below. Four options; all four are real; only one matches the definition the stem asks for. That is not accidental — it is how this domain is written, because there is no architecture to reason about here. The only lever is precision.

So the study method is different from the other domains. Elsewhere, you learn to reason. Here, you learn to say each term in one sentence and — this is the part that matters — to say what it is not.

Take the AWS cloud benefits. There are six, and they are the single most reliable source of questions in this domain:

  • Trade capital expense for variable expense — how you pay. Not how fast you move.
  • Benefit from massive economies of scale — AWS’s aggregated purchasing lowers unit prices. Not your own efficiency.
  • Stop guessing capacity — scale to actual demand instead of forecasting it.
  • Increase speed and agility — resources in minutes rather than weeks.
  • Stop spending money running and maintaining data centres — focus on customers, not racks.
  • Go global in minutes — deploy to Regions worldwide with low latency for users.

Every one of those will show up as a distractor for the others. The scenario tells you which is meant. “Stops buying servers upfront and pays monthly” is the capital-to-variable trade, not agility — even though it is also more agile, and even though agility is a real benefit sitting right there in the options.

The service models, and the line that separates them

IaaS, PaaS and SaaS describe how much of the stack the provider takes over. The diagram above is worth a slow look, because the exam works exactly along those layers.

IaaS hands you the building blocks: virtual machines, storage, networking. You control the operating system and everything above it. EC2 is the canonical example, and “full control over the operating system” is the phrase that gives it away.

PaaS takes the operating system and runtime off your hands so you can concentrate on deploying and running your application. Elastic Beanstalk is the AWS example.

SaaS is a finished product delivered over the internet. You are a user, not an operator — a webmail service is the everyday case.

NaaS is not part of this trio, and it appears in options for exactly that reason.

The distinction is what you still manage, not who owns the hardware. That is why a question can hand you a service you have never heard of and still be answerable: if the description says you configure the OS, it is IaaS, whatever the name.

Deployment models, and the word “hybrid”

Three models, one of which is genuinely tested:

  • Cloud-native / all-in cloud — everything runs in the cloud.
  • Hybrid — some workloads in your own data centre, some in the cloud, connected.
  • On-premises / private cloud — everything stays in your own data centre, even if virtualised.

Hybrid is the one that appears, because it is the one real migrations actually look like. If a scenario mentions a data centre the company still runs and AWS, it is hybrid — no matter how much of the workload has moved.

Elasticity, scalability, and the half everyone drops

Scalability is the ability to grow — to handle more load by adding resources. Elasticity is the ability to grow and shrink automatically as demand moves.

The second half is the one that gets forgotten, and it is the half the exam cares about, because it is where the money is. A system that only ever scales up is not elastic; it is a system that will keep billing you for a peak that ended last Tuesday. If an option describes acquiring resources without ever mentioning releasing them, it is not describing elasticity.

The Well-Architected pillars

Six pillars: operational excellence, security, reliability, performance efficiency, cost optimisation, and sustainability. Learn the names and one line each. The exam gives you a scenario and asks which pillar it belongs to, and one pair does most of the damage:

Reliability asks does it recover, and can it meet demand? Performance efficiency asks is it using resources efficiently as demand and technology change? Recovery is reliability. Efficiency is performance efficiency. Scenarios about failover, backups and redundancy are reliability, every time.

How to use the questions below

Answer each one before you open the explanation. When you are wrong here, you will usually be wrong because two definitions blurred together — and the paragraph under the answer is written to pull them back apart. That is the work this domain asks for: not more knowledge, sharper edges on the knowledge you already have.

A comparison of on-premises, IaaS, PaaS and SaaS across six layers — applications, data, runtime and middleware, operating system, virtualisation and servers, storage and networking — showing how each step hands more layers from the customer to the provider. On-premises leaves everything with the customer; IaaS takes over the servers and below; PaaS additionally takes over the operating system and runtime; SaaS takes over everything.

6 free CLF-C02 practice questions

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

Which type of cloud computing does Amazon EC2 represent?

Answer: B — Infrastructure as a Service (IaaS)

EC2 hands you the basic building blocks — the virtual machine, its operating system, its networking and storage configuration — and you control everything above the hypervisor. That is the definition of Infrastructure as a Service. Why not the others: PaaS removes infrastructure management so you can focus on deploying your application. SaaS delivers a finished application over the internet. NaaS is not one of the three core service models the exam works with.

CLF-C02 Question 2 of 6

A company replaces its on-premises data centre with AWS and stops buying servers upfront, paying instead for what it uses each month. Which cloud benefit does this describe?

Answer: A — Trading capital expense for variable expense

Replacing an upfront purchase with a pay-as-you-go bill is precisely the capital-expense-to-variable-expense trade AWS names first among the cloud benefits. Why not the others: speed and agility is about how quickly you can get resources, not how you pay. Going global in minutes is about deploying to Regions worldwide. Economies of scale is about AWS's aggregated purchasing lowering the price for everyone. All four are genuine AWS benefits, so the question turns entirely on which one the scenario describes.

CLF-C02 Question 3 of 6

Which pillar of the AWS Well-Architected Framework focuses on the ability to recover from failure and to meet demand?

Answer: B — Reliability

Reliability is the pillar about recovering from failure and dynamically acquiring resources to meet demand. Why not the others: operational excellence covers running and monitoring systems and improving processes. Performance efficiency is about using computing resources efficiently as demand and technology change. Cost optimisation is about avoiding unnecessary spend. Reliability and performance efficiency are the pair most often confused: reliability asks 'does it recover?', performance efficiency asks 'is it efficient?'

CLF-C02 Question 4 of 6

What does elasticity mean in the context of AWS?

Answer: A — The ability to acquire resources as you need them and release them when you do not

Elasticity is matching supply to demand in both directions — scaling out when load rises and back in when it falls, so you stop paying for what you no longer need. Why not the others: running in multiple Regions is global reach. Recovering deleted data is backup and durability. A stated availability percentage is a service level agreement. The half people forget is the release: a system that only grows is not elastic, it is just expensive.

CLF-C02 Question 5 of 6

A company keeps some workloads in its own data centre and runs others on AWS, connecting the two. Which deployment model is this?

Answer: B — Hybrid

Running in both your own data centre and the cloud, with the two connected, is the hybrid deployment model. Why not the others: cloud-native (or all-in cloud) means everything runs in the cloud. On-premises — sometimes called private cloud — means everything stays in your own data centre. Multi-Region is about which AWS Regions you use, and says nothing about whether you also run your own hardware.

CLF-C02 Question 6 of 6

Which statement best describes economies of scale as an AWS cloud benefit?

Answer: B — Because AWS aggregates usage from hundreds of thousands of customers, it achieves lower prices than any single customer could.

Economies of scale is specifically about aggregated demand: AWS buys at a scale no individual customer can reach, and passes the lower unit cost on. Why not the others: worldwide deployment in minutes is 'go global in minutes'. Not guessing capacity is its own benefit. Not maintaining data centres is 'stop spending money running and maintaining data centres'. This question is a good example of how this domain is tested — every option is a real AWS benefit, and only one matches the definition asked for.

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). Cloud Concepts is domain 1 and carries 24% of the scored questions, roughly 15 or 16 of your 65.
Are these real exam questions?
No. They are our own questions, written in the style and difficulty of the exam. Reproducing real exam items breaches the AWS certification agreement and can cost a candidate their certification. Ours are original — and they come with the explanation, which is the part that actually teaches.
Is this domain the easy one?
It is the least technical, which is not the same thing. Its questions are almost all definitional, and definitional questions punish approximate knowledge hard: four real cloud benefits are listed and you must pick the one the scenario describes. Approximately knowing them all is how people lose marks here.
Do I need to know all six Well-Architected pillars?
Know their names and one line each. The exam tests whether you can attach a scenario to the right pillar, and the pair worth extra attention is reliability against performance efficiency — recover, versus efficient.

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.