C02 PRACTICE EXAM 2026 | COMPLETE
STUDY GUIDE, MOCK TEST QUESTIONS,
VERIFIED ANSWERS & PDF EXAM PREP
RESOURCE
• This 200-question practice exam covers every domain of the AWS Certified Cloud
Practitioner CLF-C02 exam — Cloud Concepts, Security & Compliance, Cloud
Technology & Services, and Billing & Pricing — with verified answers and detailed
EXPERT RATIONALE to reinforce your understanding.
• Work through all questions in sequence, review each EXPERT RATIONALE
carefully whether you got it right or wrong, and revisit any topic where you feel
uncertain before sitting the real exam.
QUESTION 1 What does the AWS Cloud provide that allows companies to trade
capital expense (CapEx) for variable expense (OpEx)?
A. The ability to buy physical servers at a discount
B. Reserved Instance pricing for long-term savings
C. A subscription model that requires annual commitment
D. Dedicated hardware provisioned in advance
E. On-demand pricing where you pay only for what you use
Correct Answer: E. On-demand pricing where you pay only for what you
use
EXPERT RATIONALE: AWS allows organizations to replace upfront capital
expenditures on hardware with variable operational expenses. You pay only for the
compute, storage, and services you actually consume, eliminating the need to
invest in data centers and servers before knowing how much capacity you need.
QUESTION 2 Which of the following best defines an AWS Region?
A. A single data center facility owned by AWS
,B. A collection of Edge Locations used for content delivery
C. A geographic area containing two or more Availability Zones
D. A virtual private network segment within AWS
E. A dedicated zone for government workloads only
Correct Answer: C. A geographic area containing two or more Availability
Zones
EXPERT RATIONALE: An AWS Region is a physical location in the world where AWS
clusters data centers. Each Region consists of multiple, isolated Availability Zones,
allowing customers to build highly available and fault-tolerant applications.
QUESTION 3 What is an AWS Availability Zone?
A. A content delivery endpoint close to end users
B. A group of AWS Regions located on the same continent
C. One or more discrete data centers with redundant power, networking, and
connectivity
D. A virtual machine instance running in the cloud
E. A subnet within an Amazon VPC
Correct Answer: C. One or more discrete data centers with redundant
power, networking, and connectivity
EXPERT RATIONALE: An Availability Zone (AZ) consists of one or more data centers
with redundant infrastructure. AZs within a Region are isolated from each other to
prevent failures from spreading, yet connected with low-latency networking to
support multi-AZ architectures.
QUESTION 4 Which AWS service provides a global content delivery network
(CDN) to accelerate the delivery of websites, APIs, and media content?
A. AWS Global Accelerator
,B. Amazon Route 53
C. Amazon CloudFront
D. AWS Direct Connect
E. Amazon API Gateway
Correct Answer: C. Amazon CloudFront
EXPERT RATIONALE: Amazon CloudFront is AWS's managed CDN service. It caches
content at Edge Locations worldwide, reducing latency and improving load times
for end users regardless of geographic location.
QUESTION 5 Which of the following is a benefit of cloud computing related to
speed and agility?
A. Requiring months of hardware procurement before deploying new services
B. Eliminating all operational costs permanently
C. Provisioning new IT resources in minutes rather than weeks
D. Locking customers into long-term vendor contracts
E. Restricting the number of resources that can be deployed at any time
Correct Answer: C. Provisioning new IT resources in minutes rather than
weeks
EXPERT RATIONALE: One of the six core advantages of cloud computing is
increased speed and agility. Developers can instantly spin up new resources,
experiment rapidly, and scale without the delays of traditional hardware
procurement.
QUESTION 6 Under the AWS Shared Responsibility Model, which of the
following is the customer's responsibility?
A. Physical security of AWS data centers
, B. Maintaining the hypervisor layer
C. Patching the underlying host operating systems
D. Configuring security groups and network access control lists
E. Managing global network infrastructure
Correct Answer: D. Configuring security groups and network access control
lists
EXPERT RATIONALE: Under the Shared Responsibility Model, AWS secures the
infrastructure (hardware, networking, hypervisors, physical facilities), while
customers are responsible for securing what they build on top of it — including
firewall rules, access controls, data encryption, and OS patching on their own
instances.
QUESTION 7 Which AWS service provides managed relational database
capabilities including automated backups, patching, and scaling?
A. Amazon DynamoDB
B. Amazon Redshift
C. Amazon RDS
D. AWS Database Migration Service
E. Amazon ElastiCache
Correct Answer: C. Amazon RDS
EXPERT RATIONALE: Amazon Relational Database Service (RDS) manages common
database administration tasks such as hardware provisioning, patching, backups,
and scaling. It supports engines including MySQL, PostgreSQL, MariaDB, Oracle,
SQL Server, and Amazon Aurora.