AWS Practice TestMarch 16, 202615 min read

Free AWS Cloud Practitioner Practice Test 2026 — Are You Actually Ready?

Stop guessing. Take this free CLF-C02 practice test and find out exactly where you stand before exam day.

AWS Cloud Practitioner CLF-C02 free practice test 2026

I booked my AWS Cloud Practitioner exam three weeks out. Felt great about it — I'd watched every video, read every whitepaper. Then I took my first practice test and scored 58%.

That wake-up call saved me $150 and a lot of embarrassment. Turns out, knowing about AWS and actually passing the CLF-C02 are two different things.

So here's the deal: below you'll find 15 free practice questions that mirror the real exam format. No sign-up. No paywall. Just questions, answers, and explanations. If you're scoring 80%+ here, you're probably ready. Below that? Keep studying.

Quick CLF-C02 Exam Breakdown

Before jumping into questions, let's get the basics straight. The AWS Cloud Practitioner (CLF-C02) is AWS's entry-level certification. It validates that you understand cloud concepts well enough to have an intelligent conversation about AWS — not that you can architect a multi-region disaster recovery system.

DetailWhat You Need to Know
Exam CodeCLF-C02 (current version)
Questions65 total — 50 scored, 15 unscored
Duration90 minutes
Passing Score700 / 1000
Cost$100 USD
FormatMultiple choice & multiple response

Domain Weights — Where to Focus

Not all domains are equal. Here's how the exam breaks down:

  • Cloud Concepts (24%) — the "why" of cloud computing
  • Security & Compliance (30%) — the biggest chunk, don't sleep on this
  • Cloud Technology & Services (34%) — the "what" — know your services
  • Billing, Pricing & Support (12%) — smallest but still 6-8 questions

Study tip: Security + Technology together make up 64% of your exam. If you're short on time, double down on these two domains. I'd personally start with Security & Compliance questions first.

Free Practice Questions — Domain 1: Cloud Concepts

Question 1

A startup wants to avoid large upfront hardware costs and only pay for computing resources they actually use. Which cloud computing advantage does this describe?

A. High availability
B. Global reach
C. Pay-as-you-go pricing
D. Fault tolerance

Pay-as-you-go pricing means you trade capital expense (CapEx) for operational expense (OpEx). No upfront investment, you only pay for what you consume. This is one of the six advantages of cloud computing AWS loves to test on.

Question 2

Which AWS Well-Architected Framework pillar focuses on the ability to run workloads effectively and gain insights into operations?

A. Reliability
B. Operational Excellence
C. Performance Efficiency
D. Sustainability

Operational Excellence covers running and monitoring systems to deliver business value. It includes automation, responding to events, and defining standards for daily operations. The six pillars are: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability.

Question 3

A company wants to deploy applications closer to users in multiple geographic locations. Which cloud computing benefit enables this?

A. Go global in minutes
B. Economy of scale
C. Stop guessing capacity
D. Increase speed and agility

"Go global in minutes" means you can deploy applications in multiple AWS Regions around the world with just a few clicks, bringing your app closer to end users for lower latency.

Free Practice Questions — Domain 2: Security & Compliance

Question 4

Under the AWS Shared Responsibility Model, which task is the customer's responsibility?

A. Patching the hypervisor
B. Physical security of data centers
C. Maintaining network infrastructure
D. Configuring security groups for EC2 instances

AWS handles security OF the cloud (physical infrastructure, hypervisor, networking). You handle security IN the cloud — that includes configuring security groups, managing IAM users, encrypting your data, and patching your OS.

Question 5

Which AWS service should you use to centrally manage encryption keys used to encrypt your data across AWS services?

A. AWS Shield
B. AWS KMS
C. Amazon GuardDuty
D. AWS WAF

AWS Key Management Service (KMS) lets you create, manage, and control encryption keys. It integrates with most AWS services. Shield protects against DDoS, GuardDuty detects threats, and WAF filters web traffic — none of them manage encryption keys.

Question 6

A company wants to enforce multi-factor authentication (MFA) for all IAM users accessing the AWS Management Console. Which service should they use?

A. Amazon Cognito
B. AWS Organizations
C. AWS IAM
D. AWS Config

AWS Identity and Access Management (IAM) is where you configure MFA for users. You can set IAM policies that require MFA for console access. Cognito is for app user pools, Organizations manages multi-account setups, and Config tracks resource configuration.

Free Practice Questions — Domain 3: Cloud Technology & Services

Question 7

A company needs to run code in response to events without managing servers. Which AWS service should they use?

A. AWS Lambda
B. Amazon EC2
C. Amazon ECS
D. AWS Elastic Beanstalk

AWS Lambda is serverless compute — you upload your code, and Lambda runs it in response to events (API calls, S3 uploads, DynamoDB changes). No server management required. EC2 requires you to manage instances, ECS manages containers, and Elastic Beanstalk still uses EC2 under the hood.

Question 8

Which AWS service provides a managed relational database with automatic backups, patching, and high availability?

A. Amazon DynamoDB
B. Amazon Redshift
C. Amazon ElastiCache
D. Amazon RDS

Amazon RDS (Relational Database Service) is the managed relational database. It supports MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Aurora. DynamoDB is NoSQL, Redshift is a data warehouse, and ElastiCache is an in-memory cache.

Question 9

Which AWS service can deliver content to users globally with low latency using edge locations?

A. AWS Direct Connect
B. Amazon CloudFront
C. Amazon Route 53
D. AWS Global Accelerator

Amazon CloudFront is AWS's Content Delivery Network (CDN). It caches content at 400+ edge locations worldwide, reducing latency. Direct Connect is a dedicated network connection, Route 53 is DNS, and Global Accelerator optimizes network routing but doesn't cache content.

Question 10

A company needs to store objects with 99.999999999% (11 nines) durability. Which AWS service provides this?

A. Amazon EBS
B. Amazon EFS
C. Amazon S3
D. Amazon FSx

Amazon S3 (Simple Storage Service) is designed for 99.999999999% durability — that's the famous "11 nines." Your data is automatically replicated across at least 3 Availability Zones. EBS is block storage for EC2, EFS is a file system, and FSx is managed file storage.

Free Practice Questions — Domain 4: Billing & Pricing

Question 11

Which AWS tool allows you to estimate the cost of your architecture before deploying it?

A. AWS Pricing Calculator
B. AWS Cost Explorer
C. AWS Budgets
D. AWS Cost and Usage Report

AWS Pricing Calculator lets you estimate costs BEFORE deploying. Cost Explorer shows costs AFTER you've been using services. Budgets sets spending alerts, and Cost and Usage Report provides detailed billing data.

Question 12

Which EC2 pricing model provides the highest discount compared to On-Demand pricing?

A. Reserved Instances
B. Savings Plans
C. Dedicated Hosts
D. Spot Instances

Spot Instances offer up to 90% discount vs On-Demand — the highest savings of any pricing model. The catch? AWS can reclaim them with 2 minutes notice. Reserved Instances save up to 72%, Savings Plans up to 72%, and Dedicated Hosts are actually more expensive.

Bonus: Tricky Scenario Questions

These are the ones that trip people up. The exam loves to give you two answers that both seem right. Here's how to deal with that.

Question 13

A company needs to send email notifications when their AWS spending exceeds a certain threshold. Which combination of services should they use?

A. AWS Cost Explorer + Amazon SES
B. AWS Budgets + Amazon SNS
C. AWS CloudTrail + Amazon SQS
D. Amazon CloudWatch + AWS Lambda

AWS Budgets lets you set custom cost thresholds and trigger alerts through Amazon SNS (Simple Notification Service) which can send emails. Cost Explorer shows historical data but doesn't alert. CloudTrail logs API activity. CloudWatch monitors performance, not billing.

Question 14

Which AWS support plan provides access to a Technical Account Manager (TAM)?

A. Basic
B. Business
C. Enterprise
D. Developer

Only the Enterprise (and Enterprise On-Ramp) support plans include a dedicated Technical Account Manager. This is a classic exam question — know your support plans: Basic (free), Developer ($29/mo), Business ($100/mo+), Enterprise On-Ramp ($5,500/mo), Enterprise ($15,000/mo+).

Question 15

A company needs to migrate a large on-premises database to AWS with minimal downtime. Which AWS service facilitates continuous data replication during migration?

A. AWS Database Migration Service (DMS)
B. AWS Snowball
C. AWS DataSync
D. AWS Transfer Family

AWS DMS supports continuous data replication for database migrations with minimal downtime. It can migrate between same or different database engines. Snowball is for physical data transport, DataSync is for file storage, and Transfer Family handles SFTP/FTPS transfers.

How'd You Do? Honest Assessment Time

Count your correct answers out of 15 and check where you stand:

  • 13-15 correct (87%+): You're ready. Book that exam. Seriously.
  • 10-12 correct (67-80%): Close, but not safe. Focus on the domains where you missed questions. Give it another week.
  • 7-9 correct (47-60%): You need more study time. Go through each domain systematically.
  • Below 7: Don't rush it. Spend 2-3 more weeks with structured study. The $100 exam fee isn't worth wasting.

Real talk: These 15 questions are a sample. The actual exam has 65 questions and covers more ground. If you want a more thorough assessment, try our full AWS CLF-C02 practice exam with 500+ questions across all domains.

5 Things That Catch People Off Guard on Exam Day

Based on feedback from hundreds of test-takers, here's what surprises people:

1. The Shared Responsibility Model Shows Up Everywhere

Not kidding. Expect 4-6 questions that test this concept directly or indirectly. Know exactly what AWS manages vs. what you manage. If it's "security OF the cloud" — AWS. If it's "security IN the cloud" — you.

2. Multiple-Response Questions Are Harder Than They Look

Some questions ask you to pick 2 or 3 correct answers. These are tricky because partial credit doesn't exist — you need ALL correct answers. Read each option carefully.

3. The AWS Free Tier Has Nuances

Know the difference: some services are always free (IAM, VPC), some are free for 12 months (EC2 t2.micro, S3 5GB), and some offer short-term trials. The exam will test this.

4. Support Plans Are Heavily Tested

Memorize the four support plans and what each one includes. Especially: who gets Trusted Advisor full checks (Business+), who gets TAM (Enterprise), and response times for each plan.

5. It's More Conceptual Than Technical

You won't need to write code or configure services. It's about understanding WHAT services do and WHEN to use them. Think "which service?" not "how to configure it?"

Recommended Study Resources

Here's what I'd actually use if I were starting from zero today:

  1. ExamCert AWS CLF-C02 Practice Tests — free, 500+ questions with explanations. No sign-up needed for the first batch.
  2. AWS Skill Builder — free official AWS training. The Cloud Practitioner Essentials course is gold.
  3. Our 4-Week CLF-C02 Study Plan — structured week-by-week breakdown.
  4. Complete CLF-C02 Guide — everything you need in one place.
  5. AWS Certification Study Tips — general strategies that work across all AWS exams.

CLF-C02 Exam Domains & Weight Distribution

Understanding the domain weights helps you prioritize your study time. Here's the breakdown:

Domain 1: Cloud Concepts (24%) — Cloud value proposition, AWS Well-Architected Framework, cloud economics, migration strategies

Domain 2: Security & Compliance (30%) — Shared responsibility model, IAM, security services (GuardDuty, Inspector, Shield), compliance programs

Domain 3: Cloud Technology & Services (33%) — Compute (EC2, Lambda), storage (S3, EBS), database (RDS, DynamoDB), networking (VPC, CloudFront, Route 53)

Domain 4: Billing, Pricing & Support (13%) — Pricing models, Cost Explorer, Budgets, Support plans, AWS Organizations

4-Week CLF-C02 Study Plan

Follow this proven study plan to pass the AWS Cloud Practitioner exam on your first attempt:

Week 1: Cloud Concepts & AWS Basics — Learn what cloud computing is, AWS global infrastructure, regions/AZs, and the Well-Architected Framework. Sign up for AWS Free Tier.

Week 2: Core Services Deep Dive — Master EC2, S3, RDS, Lambda, VPC, IAM, and CloudFormation. Do hands-on labs in your free tier account. Practice CLF-C02 questions on ExamCert.

Week 3: Security, Compliance & Billing — Study the shared responsibility model, encryption (KMS), security services, pricing models, and cost management tools. Take practice exams daily.

Week 4: Review & Practice Exams — Focus on weak areas, take full-length practice exams, review explanations. Read the CLF-C02 Complete Guide and 4-Week Study Plan.

CLF-C02 vs Other Entry-Level Cloud Certifications

Deciding between cloud certifications? Here's how the AWS Cloud Practitioner compares:

CLF-C02 vs Azure AZ-900 — Both are entry-level. CLF-C02 is AWS-specific, AZ-900 covers Azure. Choose based on which cloud your employer uses. AZ-900 is slightly easier.

CLF-C02 vs GCP Associate Cloud Engineer — GCP ACE is more hands-on and intermediate-level. Start with CLF-C02 if you're new to cloud.

What's Next After CLF-C02? — Most people take the AWS Solutions Architect SAA-C03 next. It's the most popular AWS certification and significantly boosts earning potential. See our AWS Certification for Beginners guide.

Top Free Resources for CLF-C02 Preparation

ExamCert CLF-C02 Practice Tests — 500+ free questions with detailed explanations, exam simulation mode, progress tracking

AWS Skill Builder — Free digital training courses directly from AWS, including the official CLF-C02 learning path

AWS Free Tier — Hands-on experience with 100+ AWS services for 12 months at no cost

ExamCert Study Tips — Proven strategies from candidates who passed on their first attempt

How to Pass CLF-C02 in 2026 — Step-by-step guide with exam day tips

Ready to Pass the AWS Cloud Practitioner?

Join thousands of candidates using ExamCert's free CLF-C02 practice tests. 500+ questions, detailed explanations, and exam simulation mode.

Start Free Practice Test →

FAQ: AWS Cloud Practitioner Practice Test

Is the AWS Cloud Practitioner exam hard?

It's the easiest AWS certification. With 2-4 weeks of focused study and regular practice tests, most people pass first try. The key is understanding concepts rather than memorizing facts. If you're consistently scoring 80%+ on practice tests, you're ready.

How many questions are on the actual exam?

65 questions total — 50 are scored, 15 are unscored experimental questions. You won't know which are which, so treat every question seriously. You get 90 minutes.

What score do I need to pass?

700 out of 1000. AWS uses scaled scoring, so the exact number of correct answers varies. Aim for 80%+ on practice tests to be safe.

Can I take the exam from home?

Yes. Pearson VUE offers online proctoring. You'll need a webcam, microphone, quiet room, and clean desk. Check out our online proctoring tips before booking.

Is AWS Cloud Practitioner worth it in 2026?

If you're new to cloud, absolutely. It validates foundational knowledge and is a stepping stone to associate-level certs like AWS Solutions Architect. For experienced cloud engineers, skip straight to associate or professional level.

Want 500+ More Practice Questions?

These 15 questions are just a taste. Get the full CLF-C02 practice exam with detailed explanations for every answer.

Start Full Practice Exam — Free

More AWS Study Resources

Continue your certification journey