PRACTICE ENGINE · AWS CCP (CLF-C02)

AWS CCP (CLF-C02) Practice Exam.
Free practice test — 32 verified questions, instant feedback.

Progress saves on this device — no signup
Difficulty
QUESTION 1 / 32Cloud ConceptsEasy
A startup wants to avoid large upfront capital purchases of servers and instead pay only for the compute it actually uses each month. Which cloud economics concept BEST describes this benefit?
0/0session

Know the exam before you sit it

the facts most prep sites bury
65
Scored questions
1h 30m time limit
700/1000
Passing score
Set by the governing body
Study by section weight
The cheat sheet is built like the exam blueprint →

Every free resource for this exam

family overview →

Get a free AWS CCP (CLF-C02) study plan

A week-by-week plan plus new practice questions, straight to your inbox.

Frequently asked questions

How many questions are on the AWS Cloud Practitioner exam, and do they all count toward my score?

The exam contains 65 questions, delivered in two formats: multiple choice and multiple response. Only 50 of those questions actually affect your score — the other 15 are unscored and do not count against you. You won't be told which questions are unscored, so treat every one as if it counts. When you practice, run full 65-question sets so you build stamina for the real exam length rather than stopping once you hit 50.

What score do I need to pass, and is there a penalty for wrong answers?

The minimum passing score is 700 on a scaled score range of 100 to 1,000, and your result is reported as a simple pass or fail. There is no penalty for guessing, and unanswered questions are scored as incorrect — so leaving a question blank can only hurt you. Build the habit during practice of eliminating obviously wrong choices and committing to your best guess on every question, because an educated guess always beats a blank answer under these scoring rules.

Which exam domains should I spend the most practice time on?

The exam has four content domains with published weightings: Cloud Technology and Services at 34%, Security and Compliance at 30%, Cloud Concepts at 24%, and Billing, Pricing, and Support at 12%. Since the top two domains together make up 64% of scored content, most candidates get the biggest return from drilling Cloud Technology and Services and Security and Compliance questions first. Don't neglect Cloud Concepts, though — at 24% it covers foundational material like the pillars of the AWS Well-Architected Framework, migration strategies including the AWS Cloud Adoption Framework, and cloud economics concepts such as fixed versus variable costs and rightsizing.

How much time do I get on the exam, and how should I pace my practice sessions?

You are given 90 minutes to complete the exam's 65 questions, which works out to a little under 90 seconds per question on average. That is more time than most straightforward multiple-choice items require, so aim to bank time on the easy questions and spend it on the longer multiple-response ones. The best way to calibrate is with timed practice: simulate the full 90-minute window so your pacing feels automatic on exam day, whether you sit the exam at a Pearson VUE testing center or take it as an online proctored exam from home.

Browse all questions & answers
  1. 1. A startup wants to avoid large upfront capital purchases of servers and instead pay only for the compute it actually uses each month. Which cloud economics concept BEST describes this benefit?

    • A. Trading capital expense for variable expense
    • B. Increasing fixed costs to improve predictability
    • C. Eliminating all operational expenses
    • D. Prepaying three years of data center leases
    Show answer & explanation

    Answer: A
    Trading capital expense (CapEx) for variable/operational expense is a core cloud value proposition: instead of buying hardware up front, you pay only for consumption. B is wrong because cloud reduces fixed costs rather than increasing them. C is wrong because you still pay operating costs for what you use. D describes a traditional on-premises commitment, the opposite of the pay-as-you-go model.

  2. 2. Which statement correctly describes the difference between economies of scale in the AWS Cloud versus running your own data center?

    • A. AWS aggregates usage from many customers, achieving lower variable costs than a single organization could on its own
    • B. Each AWS customer must negotiate hardware prices individually with suppliers
    • C. Economies of scale only apply to storage, never to compute
    • D. Running your own data center always yields lower per-unit costs than AWS
    Show answer & explanation

    Answer: A
    Because AWS aggregates demand from hundreds of thousands of customers, it achieves higher purchasing power and lower per-unit costs, which it can pass on as lower prices. B is wrong because customers benefit from AWS's aggregate scale, not individual negotiation. C is wrong because economies of scale apply broadly across services. D is wrong because a single organization rarely matches hyperscaler purchasing power.

  3. 3. An architect is reviewing a workload against the AWS Well-Architected Framework. Which of the following is one of the framework's pillars?

    • A. Operational Excellence
    • B. Vendor Lock-in
    • C. Capital Expenditure
    • D. Physical Security
    Show answer & explanation

    Answer: A
    Operational Excellence is one of the pillars of the AWS Well-Architected Framework (alongside Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability). B, C, and D are not pillars; vendor lock-in and capital expenditure are concerns the cloud helps reduce, and physical security is part of AWS's responsibility rather than a design pillar.

  4. 4. A company is planning to move dozens of applications to AWS and wants a structured approach that addresses business, people, and governance readiness in addition to technology. Which AWS resource is designed for this purpose?

    • A. AWS Cloud Adoption Framework (AWS CAF)
    • B. AWS Trusted Advisor
    • C. AWS Cost Explorer
    • D. Amazon CloudWatch
    Show answer & explanation

    Answer: A
    The AWS Cloud Adoption Framework organizes migration guidance into perspectives spanning business, people, governance, platform, security, and operations. B is a service that inspects deployed resources for best practices, not a migration-readiness framework. C analyzes historical spend, and D monitors resource metrics; neither structures organizational cloud adoption.

  5. 5. Which benefit of cloud computing allows an application to automatically add capacity during a traffic spike and remove it afterward, so you are not paying for idle servers?

    • A. Elasticity
    • B. Colocation
    • C. Depreciation
    • D. Data residency
    Show answer & explanation

    Answer: A
    Elasticity is the ability to scale resources up and down automatically to match demand, avoiding over-provisioning. B (colocation) refers to housing hardware in a shared facility, an on-premises concept. C (depreciation) is an accounting treatment of owned assets. D (data residency) concerns where data is physically stored, not scaling.

  6. 6. Rightsizing is an important cloud cost practice. Which action BEST represents rightsizing a workload?

    • A. Analyzing utilization metrics and moving an over-provisioned instance to a smaller instance type that still meets demand
    • B. Doubling every instance size to guarantee headroom regardless of usage
    • C. Deleting all monitoring so metrics no longer accrue cost
    • D. Buying physical servers to run alongside cloud instances
    Show answer & explanation

    Answer: A
    Rightsizing means matching instance type and size to actual utilization, often downsizing over-provisioned resources to cut cost without hurting performance. B increases waste rather than reducing it. C removes visibility you need to rightsize. D is unrelated to optimizing existing cloud resources.

  7. 7. Under the AWS shared responsibility model, which task is the responsibility of AWS rather than the customer?

    • A. Maintaining the physical security of the data centers
    • B. Configuring security groups for an EC2 instance
    • C. Managing IAM users and their permissions
    • D. Encrypting application data before storing it in S3
    Show answer & explanation

    Answer: A
    AWS is responsible for security 'of' the cloud, which includes physical data center security, hardware, and the global infrastructure. B, C, and D are all 'in the cloud' responsibilities that belong to the customer: configuring firewalls, managing identities, and protecting their own data.

  8. 8. A security team wants to enforce the principle of least privilege for developers accessing AWS. Which AWS service should they use to define granular permissions?

    • A. AWS Identity and Access Management (IAM)
    • B. Amazon Route 53
    • C. AWS Snowball
    • D. Amazon Kinesis
    Show answer & explanation

    Answer: A
    IAM lets you create users, groups, and roles and attach policies that grant only the permissions needed, supporting least privilege. B is a DNS service, C is a data-transfer appliance, and D is a streaming-data service; none manage access permissions.

  9. 9. Which practice most directly reduces the risk that a compromised password alone grants access to the AWS root user?

    • A. Enabling multi-factor authentication (MFA) on the root user
    • B. Sharing the root credentials across the operations team
    • C. Using the root user for all daily administrative tasks
    • D. Disabling CloudTrail to reduce log volume
    Show answer & explanation

    Answer: A
    MFA adds a second factor so a stolen password alone is not enough to sign in, which is strongly recommended for the highly privileged root user. B increases exposure, C violates the guidance to avoid daily root use, and D removes an audit trail rather than improving authentication security.

  10. 10. An auditor asks which AWS service records API calls made in an account so the team can review who did what and when. Which service should the team point to?

    • A. AWS CloudTrail
    • B. Amazon CloudFront
    • C. AWS Lambda
    • D. Amazon EBS
    Show answer & explanation

    Answer: A
    CloudTrail records account activity and API calls, providing an audit trail of user and service actions. B is a content delivery network, C is a serverless compute service, and D is block storage; none provide the account-wide API auditing that CloudTrail does.

  11. 11. A company must demonstrate compliance to customers and wants to download AWS audit reports such as SOC and ISO certifications on demand. Which AWS service provides these reports?

    • A. AWS Artifact
    • B. AWS Config
    • C. Amazon Inspector
    • D. AWS Shield
    Show answer & explanation

    Answer: A
    AWS Artifact is the self-service portal for on-demand access to AWS compliance reports and agreements such as SOC and ISO. B tracks resource configuration changes, C assesses workloads for vulnerabilities, and D provides DDoS protection; none deliver downloadable compliance documentation.

  12. 12. A web application is receiving a distributed denial-of-service (DDoS) attack. Which AWS service is specifically designed to help protect against DDoS attacks?

    • A. AWS Shield
    • B. AWS Secrets Manager
    • C. Amazon Macie
    • D. AWS Key Management Service (KMS)
    Show answer & explanation

    Answer: A
    AWS Shield provides managed protection against DDoS attacks. B stores and rotates secrets, C discovers and protects sensitive data in S3, and D manages encryption keys; none are purpose-built DDoS mitigation services.

  13. 13. Which AWS service uses machine learning to automatically discover and classify sensitive data, such as personally identifiable information, stored in Amazon S3?

    • A. Amazon Macie
    • B. Amazon Cognito
    • C. AWS Direct Connect
    • D. Amazon QuickSight
    Show answer & explanation

    Answer: A
    Amazon Macie uses machine learning to discover, classify, and protect sensitive data like PII in S3. B manages user sign-up and sign-in for apps, C provides a dedicated network connection, and D is a business-intelligence dashboard service; none perform sensitive-data discovery.

  14. 14. A developer accidentally hardcoded a database password in application code. Which AWS service is designed to store, retrieve, and automatically rotate such credentials securely?

    • A. AWS Secrets Manager
    • B. Amazon CloudWatch Logs
    • C. AWS Glue
    • D. Amazon Athena
    Show answer & explanation

    Answer: A
    AWS Secrets Manager securely stores secrets such as database credentials and can rotate them automatically, removing the need to hardcode them. B collects log data, C is a data-integration/ETL service, and D queries data in S3 with SQL; none manage secret rotation.

  15. 15. Which statement about AWS encryption responsibilities is correct for a customer using Amazon S3?

    • A. The customer chooses whether and how to encrypt their data, and AWS provides tools such as KMS to help
    • B. AWS decrypts all customer data before displaying it publicly by default
    • C. Encryption is impossible in S3 and must be done on-premises first
    • D. Customers cannot manage their own encryption keys under any circumstances
    Show answer & explanation

    Answer: A
    Data protection is a customer responsibility; customers decide encryption settings and can use AWS KMS to manage keys. B is false and dangerous, C is false because S3 supports server-side encryption, and D is false because customer-managed keys are supported in KMS.

  16. 16. An organization wants to centrally manage and apply permission guardrails across many AWS accounts using service control policies. Which service enables this?

    • A. AWS Organizations
    • B. Amazon EventBridge
    • C. AWS Step Functions
    • D. Amazon Comprehend
    Show answer & explanation

    Answer: A
    AWS Organizations lets you group accounts and apply service control policies (SCPs) as guardrails across the organization, plus consolidate billing. B routes events, C orchestrates workflows, and D is a natural-language-processing service; none provide multi-account governance.

  17. 17. A company needs a compute service where they manage the operating system, install custom software, and choose the instance size for a long-running application. Which service fits BEST?

    • A. Amazon EC2
    • B. AWS Lambda
    • C. Amazon S3
    • D. Amazon Route 53
    Show answer & explanation

    Answer: A
    Amazon EC2 provides resizable virtual servers where you control the OS and installed software, ideal for long-running, customizable workloads. B is serverless and abstracts the OS with short execution limits, C is object storage, and D is DNS; none provide managed virtual machines.

  18. 18. A developer wants to run short, event-driven code without provisioning or managing any servers, paying only while the code executes. Which service is the BEST fit?

    • A. AWS Lambda
    • B. Amazon EC2 Reserved Instances
    • C. Amazon RDS
    • D. AWS Direct Connect
    Show answer & explanation

    Answer: A
    AWS Lambda is a serverless compute service that runs code in response to events and bills only for execution time, with no servers to manage. B requires managing EC2 instances, C is a managed relational database, and D is a networking connection; none are event-driven serverless compute.

  19. 19. Which AWS storage service is designed for storing and retrieving virtually unlimited amounts of objects, such as images and backups, accessed over the internet via HTTP(S)?

    • A. Amazon S3
    • B. Amazon EBS
    • C. Amazon EC2
    • D. Amazon VPC
    Show answer & explanation

    Answer: A
    Amazon S3 is object storage built for scalable storage and retrieval of objects over the web. B is block storage attached to a single EC2 instance, C is compute, and D is a virtual network; none are internet-scale object stores.

  20. 20. A team wants a fully managed relational database so they no longer patch the database engine, take backups, or manage the underlying OS. Which service should they choose?

    • A. Amazon RDS
    • B. Amazon DynamoDB
    • C. Amazon Redshift
    • D. Amazon S3 Glacier
    Show answer & explanation

    Answer: A
    Amazon RDS is a managed relational database service that handles patching, backups, and OS maintenance for engines like MySQL and PostgreSQL. B is a NoSQL key-value database, C is a data warehouse for analytics, and D is archival storage; none are managed relational transactional databases in this scenario.

  21. 21. An application needs a NoSQL database that delivers single-digit millisecond performance at any scale with no servers to manage. Which AWS service fits BEST?

    • A. Amazon DynamoDB
    • B. Amazon Aurora
    • C. Amazon EMR
    • D. AWS Fargate
    Show answer & explanation

    Answer: A
    Amazon DynamoDB is a fully managed, serverless NoSQL database offering consistent low-latency performance at scale. B (Aurora) is a relational database, C (EMR) is a big-data processing platform, and D (Fargate) is a serverless container compute engine; none are NoSQL key-value databases.

  22. 22. To reduce latency for global users, a company wants to cache and deliver static content from edge locations close to users. Which AWS service provides this content delivery network capability?

    • A. Amazon CloudFront
    • B. Amazon SQS
    • C. AWS CloudFormation
    • D. Amazon Elastic Beanstalk
    Show answer & explanation

    Answer: A
    Amazon CloudFront is a CDN that caches content at global edge locations to lower latency for end users. B is a message queue, C provisions infrastructure as code, and D deploys and manages applications; none are content delivery networks.

  23. 23. A solutions architect is choosing where to deploy resources for high availability. What is the recommended approach regarding AWS Availability Zones?

    • A. Deploy across multiple Availability Zones within a Region so a single AZ failure does not take down the application
    • B. Deploy everything in a single Availability Zone to simplify networking
    • C. Availability Zones are the same as Regions and provide no additional resilience
    • D. High availability requires deploying to a single edge location
    Show answer & explanation

    Answer: A
    Availability Zones are isolated locations within a Region; spreading resources across multiple AZs protects against the failure of any one AZ. B creates a single point of failure, C confuses AZs with Regions, and D confuses edge locations (used by CDNs) with compute high availability.

  24. 24. A company wants to establish a logically isolated section of the AWS Cloud where they define their own IP address range, subnets, and route tables. Which service provides this?

    • A. Amazon VPC (Virtual Private Cloud)
    • B. Amazon CloudWatch
    • C. AWS Trusted Advisor
    • D. Amazon SNS
    Show answer & explanation

    Answer: A
    Amazon VPC provides a logically isolated virtual network where you control IP ranges, subnets, route tables, and gateways. B monitors metrics and logs, C gives best-practice recommendations, and D publishes notifications; none define an isolated network.

  25. 25. A developer wants to deploy a web application by simply uploading their code and letting AWS handle capacity provisioning, load balancing, and health monitoring. Which service provides this managed platform experience?

    • A. AWS Elastic Beanstalk
    • B. Amazon Neptune
    • C. AWS Glue
    • D. Amazon Kinesis Data Firehose
    Show answer & explanation

    Answer: A
    Elastic Beanstalk is a platform-as-a-service that deploys and manages applications, handling provisioning, load balancing, scaling, and monitoring while you retain control of the underlying resources. B is a graph database, C is an ETL service, and D delivers streaming data; none are application deployment platforms.

  26. 26. Which service should a team choose when they want to run containers without managing the underlying EC2 servers, letting AWS handle the compute infrastructure?

    • A. AWS Fargate
    • B. Amazon Lightsail
    • C. Amazon EC2 Spot Instances
    • D. AWS Outposts
    Show answer & explanation

    Answer: A
    AWS Fargate is a serverless compute engine for containers that removes the need to provision and manage servers. B offers simplified virtual private servers, C is a discounted way to buy EC2 capacity you still manage, and D brings AWS infrastructure on-premises; none are serverless container runtimes.

  27. 27. A company wants automated recommendations that inspect their AWS environment for cost optimization, security gaps, and service limits. Which service provides these best-practice checks?

    • A. AWS Trusted Advisor
    • B. Amazon GuardDuty
    • C. AWS DataSync
    • D. Amazon MQ
    Show answer & explanation

    Answer: A
    AWS Trusted Advisor inspects your account and gives recommendations across categories such as cost optimization, security, performance, fault tolerance, and service limits. B is a threat-detection service, C automates data transfer, and D is a managed message broker; none deliver broad best-practice advisory checks.

  28. 28. Consolidated billing in AWS Organizations provides which primary benefit to a company running many accounts?

    • A. A single bill across accounts plus potential volume discounts from combined usage
    • B. Automatic deletion of unused resources across all accounts
    • C. Free unlimited compute for the management account
    • D. Removal of the need to secure individual accounts
    Show answer & explanation

    Answer: A
    Consolidated billing combines usage from all member accounts into one bill and can unlock volume pricing tiers because usage is aggregated. B is false, C is false because compute is never unlimited or free, and D is false because each account still requires its own security configuration.

  29. 29. A finance team wants to visualize and analyze historical AWS spending and forecast future costs. Which AWS tool is designed for this?

    • A. AWS Cost Explorer
    • B. AWS CloudTrail
    • C. Amazon Inspector
    • D. AWS Config
    Show answer & explanation

    Answer: A
    AWS Cost Explorer provides an interface to visualize, understand, and forecast AWS costs and usage over time. B logs API activity, C assesses security vulnerabilities, and D tracks configuration changes; none are cost-analysis tools.

  30. 30. A team wants to be notified automatically when their monthly spending is forecast to exceed a set threshold. Which AWS tool should they configure?

    • A. AWS Budgets
    • B. AWS Pricing Calculator
    • C. Amazon CloudSearch
    • D. AWS Global Accelerator
    Show answer & explanation

    Answer: A
    AWS Budgets lets you set custom cost or usage thresholds and receive alerts when actual or forecasted spend exceeds them. B estimates costs for planning before deployment, C is a managed search service, and D improves network performance; none send spend-threshold alerts.

  31. 31. A company runs steady-state EC2 workloads 24/7 for the next three years and wants the lowest price. Which purchasing option generally offers the greatest savings for predictable, long-term usage?

    • A. Reserved Instances or Savings Plans with a commitment term
    • B. On-Demand Instances billed per second
    • C. Spot Instances for production databases
    • D. Dedicated Hosts purchased hourly with no commitment
    Show answer & explanation

    Answer: A
    For steady, predictable, long-running workloads, committing to Reserved Instances or Savings Plans yields significant discounts versus On-Demand. B is flexible but the most expensive per hour for steady use, C risks interruption and is unsuitable for always-on databases, and D without commitment does not maximize savings for this pattern.

  32. 32. A business needs a support plan that includes a full set of Trusted Advisor checks and 24x7 access to cloud support engineers, but does not require a dedicated Technical Account Manager. Which characteristic distinguishes Business Support from Enterprise Support here?

    • A. Business Support does not include a designated Technical Account Manager, whereas Enterprise Support does
    • B. Business Support provides no technical support at all
    • C. Only Enterprise Support allows opening any support cases
    • D. Business Support is only available for non-production accounts
    Show answer & explanation

    Answer: A
    A designated Technical Account Manager is a feature of Enterprise Support, not Business Support, which is a key differentiator. B is false because Business Support includes 24x7 technical support, C is false because paid plans allow technical cases, and D is false because Business Support is intended for production workloads.