AWS · CLF-C02
Validates overall knowledge of the AWS Cloud, including cloud concepts, security and compliance, cloud technology and services, and billing and pricing.
Practice Questions
600
≈ 9 practice exams
Duration
90 minutes
Passing Score
700/1000
Difficulty
FoundationalLast Updated
Jan 2026
Use this CLF-C02 practice exam to prepare for AWS Certified Cloud Practitioner (CLF-C02) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 600 questions for AWS CLF-C02, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Cloud Concepts (24%), Security and Compliance (30%), Cloud Technology and Services (34%), and Billing, Pricing, and Support (12%). Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The AWS Certified Cloud Practitioner (CLF-C02) is a foundational-level certification from Amazon Web Services that validates a broad, high-level understanding of the AWS Cloud platform, its core services, and its key terminology. The certification demonstrates competency across four core domains: cloud concepts and the AWS value proposition, security and compliance including the shared responsibility model, cloud technology and services spanning compute, networking, database, and storage, and billing, pricing, and support structures. Launched on September 19, 2023 as the successor to CLF-C01, the updated CLF-C02 exam places greater emphasis on governance concepts and the AWS Cloud Adoption Framework (CAF), while increasing the weight of the Security and Compliance domain from 25% to 30%. It is assessed on a compensatory scoring model, meaning candidates must achieve an overall passing score without needing to pass each individual domain section.
The CLF-C02 is designed for individuals who are new to cloud computing or seeking to formalize foundational AWS knowledge, regardless of their technical background. It is particularly well-suited for professionals in non-technical roles — such as sales, marketing, project management, or finance — who work alongside technical teams and need cloud literacy, as well as for IT professionals beginning their AWS journey who plan to advance toward Associate or Specialty certifications. Candidates who have had up to 6 months of exposure to AWS Cloud in any capacity (technical, managerial, sales, or operational) are the primary audience, though no prior cloud experience is strictly required.
There are no formal prerequisites for the CLF-C02 exam. AWS does not require candidates to hold any prior certifications or complete specific training courses before sitting for the exam. AWS recommends that candidates have up to 6 months of exposure to the AWS Cloud in any capacity — technical or non-technical — though even this is not a hard requirement. Candidates benefit from a general familiarity with IT concepts and an understanding of basic cloud terminology. Those with no IT background whatsoever can still successfully prepare through AWS's official training materials available on AWS Skill Builder.
The CLF-C02 exam consists of 65 total questions delivered in 90 minutes, of which 50 questions are scored and 15 are unscored pretest questions that are not identified and do not affect the final score. Questions are presented in two formats: multiple choice (one correct answer from four options) and multiple response (two or more correct answers from five or more options). The exam is available through Pearson VUE either at an authorized testing center or via online proctored delivery in 13 languages, including English, Japanese, Korean, Spanish, Portuguese, French, German, Italian, Arabic, and simplified/traditional Chinese. Scores are reported on a scaled range of 100–1,000, and the minimum passing score is 700. The compensatory scoring model means no individual domain passing threshold exists — only the total score matters. Unanswered questions are counted as incorrect, so guessing carries no additional penalty. The exam fee is $100 USD.
The AWS Certified Cloud Practitioner serves as the entry point into the AWS certification pathway and is widely recognized as a credential that demonstrates cloud literacy across both technical and business roles. Holders of the certification report measurable career impact: according to research by Jefferson Frank, 73% of AWS-certified professionals received a salary raise after certification, averaging 27%. Entry-level roles for CLF-C02 holders in the U.S. average approximately $85,000–$105,000 annually, with the certification functioning primarily as a gateway to higher-paying Associate and Professional-level roles such as Solutions Architect, SysOps Administrator, or Cloud Developer, which command average U.S. salaries of $130,000–$160,000. AWS currently holds approximately 32% of the global public cloud market, sustaining strong employer demand for cloud-credentialed professionals. Passing the CLF-C02 also provides a 50% discount voucher toward the next AWS certification exam, making it a cost-effective first step in building an AWS credential stack.
5 sample questions with answers and explanations. The full bank has 600 questions, enough for 9 full-length practice exams.
Preview — answers shown1. A solutions architect is explaining the differences between Amazon SNS and Amazon SQS to a development team building a microservices application. Which two statements accurately describe the distinct characteristics of these services? (Select two!)
Multiple correct answersExplanation
Amazon SQS retains messages in the queue until a consumer polls and explicitly deletes them after successful processing. The default message retention period is 4 days, configurable from 1 minute up to 14 days. This decoupling allows producers and consumers to operate independently at different rates without risk of message loss. Amazon SNS uses a publish-subscribe model where publishing a single message to a topic immediately pushes that message to all subscribed endpoints simultaneously — this fan-out capability allows one SNS topic to trigger multiple Lambda functions, SQS queues, HTTP endpoints, or email addresses in parallel without the publisher needing to know about each subscriber. Amazon SNS is push-based, not pull-based — it delivers messages to registered subscribers without requiring them to poll for new messages. Amazon SQS Standard queues provide at-least-once delivery with best-effort ordering, not exactly-once delivery or strict FIFO ordering; SQS FIFO queues are required for exactly-once processing and guaranteed order. Amazon SNS does not store messages for extended retry windows — it uses a push delivery model without a durable persistent message store. Amazon SQS is the service in the portfolio designed for durable message storage and queuing.
2. A cloud architect at Litware Corp is reviewing the company's AWS architecture against the AWS Well-Architected Framework. The architect wants to identify design decisions that align specifically with the Sustainability pillar. Which approach reflects a Sustainability pillar design principle? (Select one!)
Explanation
The Sustainability pillar of the AWS Well-Architected Framework focuses on minimizing environmental impact. Selecting Regions powered by renewable energy is a core Sustainability design principle — when latency or data residency constraints are flexible, choosing a Region with a lower carbon footprint reduces the environmental cost of running the workload. Deploying across multiple Availability Zones addresses the Reliability pillar by preventing failures from affecting the full workload. Enabling CloudTrail aligns with the Security pillar's auditing and traceability principle. Configuring least-privilege IAM policies also belongs to the Security pillar under the access management design principle.
3. A solutions architect at Woodgrove Bank is preparing a cloud economics presentation for the CFO. The CFO has two questions: first, why can AWS offer significantly lower per-unit infrastructure costs than the bank could achieve running its own data centers; second, why the bank can handle a sudden surge in transaction volume during a market event without having pre-purchased excess server capacity year-round. Which pair of AWS cloud concepts correctly explains these two benefits, respectively? (Select one!)
Explanation
Economies of scale explains AWS's ability to offer lower per-unit infrastructure costs than individual organizations. AWS aggregates hardware purchasing, data center operations, and energy consumption across millions of customers worldwide, enabling bulk purchasing agreements with vendors and highly optimized facility designs. These savings are continuously passed on to customers through reduced service pricing. Elasticity describes the ability of cloud resources to automatically scale capacity both upward and downward in response to actual demand. The bank can absorb a sudden transaction spike without pre-purchasing idle capacity because resources provision on-demand within minutes and scale back down when the surge subsides — incurring cost only for what is actually consumed. The reversed ordering placing elasticity first and economies of scale second is incorrect because the question specifies the cost-reduction benefit first and the automatic scaling benefit second. High availability and fault tolerance describe system resilience and uptime guarantees rather than pricing advantages or automatic resource scaling. Global infrastructure and scalability describe geographic reach and the general capacity to grow, but do not specifically address AWS's aggregate purchasing power or automatic bidirectional scaling.
4. Northwind Insurance must continuously demonstrate to external auditors that all Amazon S3 buckets in their AWS environment have server-side encryption enabled at all times. They require automated alerts the moment any bucket configuration becomes non-compliant. Which AWS service is best suited for this continuous compliance monitoring requirement? (Select one!)
Explanation
AWS Config is purpose-built for tracking the configuration compliance state of AWS resources over time. It continuously records the current configuration of resources, evaluates that state against managed or custom rules, and reports compliance status. The managed rule s3-bucket-server-side-encryption-enabled continuously checks whether S3 buckets have encryption configured and can trigger SNS notifications or invoke Lambda for remediation when a bucket becomes non-compliant. AWS CloudTrail records API activity and tells you who made a specific API call and when — for example, who removed encryption from a bucket. CloudTrail answers the question of what happened and who did it, but does not continuously evaluate whether resources are currently in a compliant state. The distinction between CloudTrail as an API audit log and AWS Config as a configuration compliance evaluator is a frequently tested concept. Amazon CloudWatch monitors operational metrics and application logs. S3 encryption compliance status is not a CloudWatch metric, so alarms cannot be created for this condition natively. AWS Security Hub aggregates findings from services such as GuardDuty, Inspector, and Macie into a centralized security dashboard, but configuration rule evaluation against specific resource properties is Config's responsibility.
5. Fabrikam Corp's cloud operations team wants to use AWS Trusted Advisor to review all available security vulnerability checks, cost optimization opportunities, fault tolerance gaps, and performance recommendations across their AWS environment. When they access Trusted Advisor, they can only view a limited set of checks. Which action will grant them access to the complete set of Trusted Advisor checks? (Select one!)
Explanation
AWS Trusted Advisor provides different levels of check access based on the AWS Support plan associated with the account. Basic Support and Developer Support accounts receive only a small core set of checks covering the most critical security and service limit recommendations. Upgrading to Business Support or Enterprise Support unlocks the full catalog of Trusted Advisor checks across all five categories: Cost Optimization, Performance, Security, Fault Tolerance, and Service Limits. Enabling AWS Config in all Regions improves configuration tracking and compliance monitoring for resource settings over time, but it has no effect on which Trusted Advisor checks are available. Config and Trusted Advisor are separate services with different purposes and independent access models. Activating AWS Security Hub and enabling security standards improves centralized aggregation of security findings from services like Amazon GuardDuty, Amazon Inspector, and Amazon Macie. Security Hub does not expand Trusted Advisor's check catalog — these are independent services that complement each other but do not control each other's features. Attaching an IAM policy controls which IAM users can view Trusted Advisor results in the console or via API, but IAM permissions have no effect on which checks the account can access. The set of available checks is determined solely by the AWS Support plan tier associated with the account, not by the permissions granted to individual IAM identities.
AWS Certified SysOps Administrator - Associate (SOA-C02)
SOA-C02 · 2141 questions
AWS Certified Advanced Networking - Specialty (ANS-C01)
ANS-C01 · 1453 questions
AWS Certified AI Practitioner (AIF-C01)
AIF-C01 · 426 questions
AWS Certified CloudOps Engineer - Associate (SOA-C03)
SOA-C03 · 2141 questions
AWS Certified Data Engineer - Associate (DEA-C01)
DEA-C01 · 1120 questions
AWS Certified Developer - Associate (DVA-C02)
DVA-C02 · 536 questions
$17.99
One-time access to this exam