← Back to all articles
AWSCLF-C02Practice QuestionsCertificationCloud

CLF-C02 Practice Questions

10 June 2026·4 min read·By Jacob
25% off
$7.99$5.99
one-time payment
Start practising →

Lifetime access · No subscription

7-day money-back guarantee

One-time offer for AWS Certified Cloud Practitioner (CLF-C02) Practice Exams! Expires in

15:00
  • Practice question sets with real exam scenarios
  • Detailed explanations for every answer, right or wrong
  • Topic mode to drill specific exam domains
  • Exam simulator timed to match the real exam format

These questions cover core AWS services and cloud concepts — the foundation of CLF-C02 and the area where a confident understanding of "why" separates a passing score from a high one.


Question 1

A research team runs CPU-intensive jobs for 4–6 hours. The workload saturates all available CPU cores. Which EC2 instance family is the best fit?

  • A) R-series (memory optimised) for large in-memory datasets
  • B) C-series (compute optimised) for maximum vCPU performance
  • C) T-series (burstable) for variable workloads with low baseline
  • D) I-series (storage optimised) for high-disk-IOPS workloads
<details> <summary>Show Answer & Explanation</summary>

Answer: B — C-series (compute optimised)

C-series instances provide the highest vCPU-to-memory ratio in the EC2 fleet. They're purpose-built for workloads where the bottleneck is processing power rather than RAM or I/O.

Instance family quick reference for the exam:

FamilyOptimised forTypical use case
C (compute)vCPUHPC, batch jobs, video encoding
R (memory)RAMIn-memory DBs, large caches
M (general)BalanceWeb servers, small DBs
T (burstable)Baseline + burstDev/test, low-traffic sites
I (storage)NVMe IOPSNoSQL DBs, data warehousing
G/P (accelerated)GPUML training, graphics

T-series instances earn CPU credits when idle and spend them when busy — they're not appropriate for sustained high-CPU work because they throttle once credits are exhausted.

</details>

Question 2

Who is responsible for patching the operating system on an Amazon EC2 instance?

  • A) AWS — they manage all infrastructure including the OS
  • B) The customer — EC2 is IaaS, so the customer manages from the OS up
  • C) AWS manages patches; the customer applies them on a schedule they set
  • D) It depends on the instance type selected
<details> <summary>Show Answer & Explanation</summary>

Answer: B — The customer

The AWS Shared Responsibility Model divides security into two layers:

  • AWS: "Security of the cloud" — physical data centres, hardware, hypervisor, managed service infrastructure
  • Customer: "Security in the cloud" — OS patching, application security, data encryption, IAM configuration

EC2 is Infrastructure as a Service (IaaS). AWS manages the physical host and the hypervisor, but you control the guest OS and everything above it — including applying patches.

How the model shifts by service type:

ServiceAWS managesCustomer manages
EC2 (IaaS)Hardware, hypervisorOS, apps, data
RDS (managed DB)OS, DB engine patchesDB config, data, access
S3 (managed storage)Infrastructure, durabilityBucket policies, encryption config
Lambda (serverless)Runtime, OS, scalingFunction code, IAM

The higher up the stack, the more AWS takes on.

</details>

Question 3

A company stores infrequently accessed compliance archives that must be retrieved within 12 hours when needed. Which S3 storage class minimises cost?

  • A) S3 Standard — for frequently accessed data
  • B) S3 Standard-IA — infrequent access with millisecond retrieval
  • C) S3 Glacier Flexible Retrieval — archives with retrieval options from minutes to hours
  • D) S3 Glacier Deep Archive — lowest cost, retrieval within 12 hours
<details> <summary>Show Answer & Explanation</summary>

Answer: D — S3 Glacier Deep Archive

S3 Glacier Deep Archive is the lowest-cost S3 storage class. Standard retrieval takes up to 12 hours, which satisfies the requirement. It's designed specifically for long-term retention of data that's rarely accessed — compliance archives, backup copies, regulatory records.

S3 storage classes by cost and retrieval speed:

ClassMin storageRetrievalBest for
StandardNoneMillisecondsFrequently accessed
Standard-IA30 daysMillisecondsMonthly access
One Zone-IA30 daysMillisecondsNon-critical, single AZ
Glacier Instant90 daysMillisecondsQuarterly access
Glacier Flexible90 daysMinutes–hoursArchives, flexible retrieval
Glacier Deep Archive180 daysUp to 12 hoursRarely accessed, lowest cost

S3 Intelligent-Tiering moves objects between tiers automatically based on access patterns and is worth knowing for the exam as an "automatic" option.

</details>

Key Takeaways

  • C-series = compute optimised; T-series burstable instances throttle under sustained CPU load
  • Shared responsibility: AWS owns the physical infrastructure; customers own the OS and app layer on EC2
  • Glacier Deep Archive = lowest cost S3; 12-hour retrieval meets most compliance archive requirements

Ready to test your knowledge?

AWS Certified Cloud Practitioner (CLF-C02) Practice Exams

Put what you've learned to the test with practice questions that mirror the real exam.

Start Practising →