AWS Certified Cloud Practitioner (CLF-C02)

AWS Cloud Practitioner Exam Questions: Worked Examples

9 min read11 July 2026

The best way to solve AWS Cloud Practitioner exam questions is to identify the business requirement, recognise the relevant AWS concept and eliminate answers that solve a different problem. The original examples below demonstrate that process: each includes a scenario, answer choices and explanations for both the correct answer and the distractors. They are learning exercises, not exam dumps or reproductions of live questions. Use them to practise the reasoning behind service selection, security responsibilities and cost decisions, rather than memorising associations that may fail when a question changes one important detail.

CLF-C02 tests foundational understanding across cloud concepts, security and compliance, cloud technology and services, and billing, pricing and support. These AWS Cloud Practitioner sample questions cover selected concepts rather than the full syllabus. For structured preparation, combine the [Erudex AWS Certified Cloud Practitioner course](/courses/aws-cloud-practitioner) with [practice tests](/practice), then revisit the topics behind your mistakes. Keep an Erudex course certificate distinct from the AWS certification: AWS awards its credential through its own certification process. Before booking, check the official AWS exam guide and exam page for the current scope, format and administrative requirements.

Key points

  • Translate each scenario into a requirement before comparing services.
  • Explain why distractors fail, not just why the correct answer works.
  • Use fresh original questions to test understanding rather than recall.
  • Check the official AWS exam guide for current CLF-C02 scope.

Identify who owns the task in a shared responsibility question

Start by naming the service and the layer being managed. Consider this original question: a company runs its application on Amazon EC2 instances. Which task is the customer's responsibility under the AWS shared responsibility model? A: replacing failed physical disks in an AWS data centre. B: patching the guest operating system on its EC2 instances. C: maintaining the physical network equipment supporting AWS infrastructure. D: controlling physical access to AWS data centres. Before choosing, separate physical infrastructure from the software and configuration the customer controls. The reference to EC2 matters because responsibilities change with the service being used.

The correct answer is B. For EC2, the customer is responsible for managing the guest operating system, including updates and security patches, alongside its applications and relevant security configuration. A, C and D describe responsibilities AWS retains for the underlying infrastructure and facilities. The distractors are plausible security tasks, but they belong to the wrong party. Do not turn this into a universal rule that customers patch every operating system behind every AWS service. With more abstracted services, AWS manages more of the underlying stack. Always connect the responsibility to the specific service in the scenario.

  • Identify the AWS service before assigning responsibility.
  • Separate physical infrastructure from customer-controlled software.
  • Managed services change the division of operational tasks.

Choose access controls that match the least-privilege requirement

Security questions often contain several answers that would technically allow an action, but only one follows the requested security principle. Try this scenario: an application running on Amazon EC2 needs to read objects from one specific Amazon S3 bucket. Which approach best follows AWS security recommendations? A: embed an IAM user's long-term access keys in the application. B: make the bucket publicly readable. C: attach an IAM role to the instance through an instance profile, granting only the required S3 read permissions. D: store AWS account root user access keys on the instance. Focus on both credential handling and permission scope.

The correct answer is C. An IAM role lets the application obtain temporary credentials without embedding long-term keys, while a narrowly scoped permissions policy supports least privilege. A introduces long-term credentials that require protection and rotation; it is not the recommended approach for this EC2 workload. B unnecessarily exposes the data rather than authenticating the application. D uses highly privileged root credentials for a routine workload, contrary to AWS guidance. The key technique is to test every answer against every requirement. An option that provides access but fails the security requirement is still incorrect.

  • Prefer temporary role credentials for supported AWS workloads.
  • Grant only the actions and resources the workload requires.
  • Avoid root user credentials for routine application access.

Separate operational monitoring from activity auditing

When two services sound similar, describe the required output before evaluating their names. Consider this multiple-response example: an operations team needs an alarm when an EC2 instance's CPU utilisation stays above a threshold. It also needs a record showing which identity made a security group configuration change. Which TWO services most directly address these requirements? A: Amazon CloudWatch. B: AWS CloudTrail. C: AWS Artifact. D: Amazon Inspector. The scenario asks for two distinct outputs: a metric-based alarm and an account activity record. Treat those as separate matches rather than searching for one service that appears broadly related to security.

The correct answers are A and B. CloudWatch provides metrics and alarms, including alarms based on EC2 CPU utilisation. CloudTrail records AWS account activity, including relevant API calls and identity information associated with configuration changes. AWS Artifact, option C, provides access to AWS compliance reports and certain agreements; it is not an operational audit trail of your team's changes. Amazon Inspector, option D, is a vulnerability management service, not the primary service for either requested output. Notice how the distractors share a security or governance theme. Broad relevance is insufficient: the service must produce the evidence or behaviour the question requests.

  • CloudWatch: operational metrics, logs and alarms.
  • CloudTrail: AWS account activity and API event records.
  • For multiple-response questions, verify each selected answer independently.

Match a purchasing option to interruption tolerance

Pricing questions become easier when you underline the workload's duration, predictability and tolerance for disruption. Try this example: a company runs flexible batch-processing jobs on EC2. The jobs can save progress, resume later and tolerate interruptions. The company wants to use discounted spare EC2 capacity without making a long-term usage commitment. Which purchasing option best fits? A: On-Demand Instances. B: Spot Instances. C: EC2 Instance Savings Plans. D: Dedicated Hosts. The strongest clue is not simply that the company wants lower costs. It is the combination of spare capacity, interruption tolerance and no long-term commitment.

The correct answer is B. EC2 Spot Instances use spare capacity at discounted rates, but AWS can interrupt them when that capacity is needed elsewhere. Applications must therefore handle interruption and capacity availability appropriately. A offers flexible usage without a long-term commitment, but does not describe the discounted spare-capacity model. C provides discounts in exchange for a one- or three-year commitment to a consistent amount of eligible usage, measured in dollars per hour. D provides dedicated physical servers and may address licensing or placement requirements, neither of which appears here. Avoid treating one purchasing option as universally cheapest: suitability depends on workload constraints.

  • Spot suits workloads designed to tolerate interruptions.
  • On-Demand avoids a long-term usage commitment.
  • Savings Plans exchange a usage commitment for eligible discounts.

Use access requirements to choose an S3 storage class

Storage questions usually test a trade-off, not whether one class is inherently better than another. Consider this scenario: a company stores rarely accessed compliance archives in Amazon S3. It does not require immediate access, can wait up to 48 hours for retrieval and wants a storage class designed for very low-cost long-term archiving. Assume storage-duration and retrieval charges have been considered. Which class best fits? A: S3 Standard. B: S3 Standard-IA. C: S3 Glacier Instant Retrieval. D: S3 Glacier Deep Archive. The crucial clue is the acceptable retrieval delay, which allows an archival option that would be unsuitable for immediate access.

The correct answer is D. S3 Glacier Deep Archive is designed for long-term archival storage and requires objects to be restored before access; retrieval can take hours, with bulk retrieval typically completing within 48 hours. A is intended for frequently accessed data and does not match the archival cost objective. B supports infrequently accessed data with immediate access, but is not the best match for this delay-tolerant archive. C also provides immediate retrieval, a capability the scenario does not require. In real deployments, compare storage, request, retrieval and minimum-duration charges. A low storage rate alone does not establish the lowest total cost.

  • Distinguish immediate access from restore-based retrieval.
  • Include retrieval and minimum-storage-duration charges in comparisons.
  • Treat retrieval times as service characteristics, not a universal deadline guarantee.

Frequently asked questions

Are these real CLF-C02 exam questions?
No. These are original exam-style learning questions designed to explain concepts within the CLF-C02 syllabus. They are not copied from live exams, and they do not predict the questions you will receive. Use them to practise identifying requirements and rejecting plausible distractors. For authoritative information about assessed topics and question formats, consult the current AWS Certified Cloud Practitioner exam guide and official AWS preparation resources.
How should I review an AWS Cloud Practitioner practice exam?
Review every incorrect answer and every correct answer you reached by guessing. For each, record the requirement you missed, the concept being tested and why the strongest distractor fails. Classify the mistake as a knowledge gap, a misread constraint or confusion between similar services. Study that topic, then attempt a fresh question. Repeating the same test until its answers feel familiar can exaggerate readiness without improving understanding.
Do I need coding skills to answer Cloud Practitioner questions?
The AWS Certified Cloud Practitioner exam focuses on foundational cloud knowledge rather than implementing applications through code. Preparation should prioritise service purposes, cloud benefits, security responsibilities, pricing principles and support resources. You should recognise when a service fits a straightforward business requirement, but this is not a developer certification. Basic hands-on exploration can make concepts easier to remember, provided you understand potential charges and remove resources when finished.
What should I do when two answers both seem correct?
Return to the exact requirement and look for a distinguishing constraint: least operational effort, temporary credentials, immediate retrieval or interruption tolerance. Ask whether each answer satisfies every part of the scenario without adding assumptions. One option may be technically possible while another is the best fit. For multiple-response questions, select exactly the number requested and evaluate each choice independently. Practise explaining the difference in one sentence before checking the answer.

Study it properly: AWS Certified Cloud Practitioner (CLF-C02)

Master fundamental cloud computing architectures, security governance, and AWS core services for the CLF-C02 exam.

More on this subject

All articles · Sitemap