AWS Cloud Practitioner Practice Test (CLF-C02)
Use the form below to configure your AWS Cloud Practitioner Practice Test (CLF-C02). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-100 questions and set a time limit.

AWS Cloud Practitioner CLF-C02 Information
The AWS Certified Cloud Practitioner (CLF-C02) is an entry-level certification for individuals looking to understand the fundamentals of Amazon Web Services (AWS). This exam is designed for both technical and non-technical professionals who need a general understanding of cloud computing and AWS services. It does not require prior cloud experience, making it an ideal starting point for those new to the field.
Exam Overview
The CLF-C02 exam consists of multiple-choice and multiple-response questions. It is a 90-minute test that costs $100 USD. AWS does not publicly disclose the passing score, but candidates should aim for at least 70% to pass. The exam is available in multiple languages, including English, Japanese, Korean, and Simplified Chinese.
Exam Objectives
This exam covers four key areas: cloud concepts, security and compliance, technology, and billing and pricing. Cloud concepts include the benefits of cloud computing, the AWS global infrastructure, and the shared responsibility model. Security and compliance focus on AWS Identity and Access Management (IAM), compliance programs, and best security practices. The technology section tests knowledge of AWS compute, storage, networking, and databases, as well as the AWS Well-Architected Framework and serverless computing. Finally, billing and pricing cover AWS pricing models, total cost of ownership, and AWS support plans.
Who Should Take This Exam?
The AWS Certified Cloud Practitioner certification is suitable for individuals who want to learn about cloud computing and its business applications. It is beneficial for professionals in sales, finance, project management, and other roles that interact with cloud technology. It is also useful for those planning to pursue advanced AWS certifications.
How to Prepare
To prepare for the CLF-C02 exam, candidates should review the AWS Certified Cloud Practitioner Exam Guide and take advantage of AWS’s Free Tier for hands-on experience. AWS also offers training through its Skill Builder platform, which includes practice questions and study materials. Additionally, taking practice exams can help candidates identify areas where they need improvement.
Summary
The AWS Certified Cloud Practitioner (CLF-C02) is a foundational certification that validates a broad understanding of AWS services and cloud concepts. It is an excellent starting point for professionals who want to build cloud expertise or advance in cloud-related careers.

Free AWS Cloud Practitioner CLF-C02 Practice Test
- 20 Questions
- Unlimited
- Cloud ConceptsSecurity and ComplianceCloud Technology and ServicesBilling, Pricing, and Support
A company is using AWS Organizations to manage multiple AWS accounts. The organization has purchased Reserved Instances in the management account with the intent to maximize utilization and cost savings. How do these Reserved Instances benefit the other accounts within the AWS Organization?
Member accounts must request to participate in the Reserved Instances pool of the management account to receive the discounted pricing.
The Reserved Instance discount only applies to the management account and cannot be used by member accounts unless explicitly transferred.
Reserved Instances must be purchased separately for each member account to receive the pricing discount for running instances.
Reserved Instance benefits are automatically shared across all member accounts, and matching instances in any member account will use the pricing discount.
Answer Description
Reserved Instances purchased in a management account within AWS Organizations can be automatically applied to matching instances in any member account. This happens when the pricing benefit of Reserved Instances is shared across the organization, provided the instances in the member accounts match the specifications of the purchased Reserved Instances. This benefit does not require separate Reserved Instances to be purchased for each account; instead, the discount is shared and applied centrally from the management account to matching instances across member accounts. This helps the company save on costs across its entire AWS environment.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Reserved Instances in AWS?
What is AWS Organizations and how does it manage multiple accounts?
How does Reserved Instances sharing work within AWS Organizations?
A startup is developing a highly interactive online platform that anticipates erratic and unpredictable user traffic, including potential sudden spikes during marketing campaigns or events. To maintain a balance between consistent performance and cost savings, which service should they utilize to ensure their server fleet size adapts to the workload demand automatically?
Virtual servers
Auto Scaling
Serverless function execution
Load distribution service
Answer Description
Auto Scaling helps to adjust the capacity of the infrastructure to maintain steady, predictable performance and cost in the face of variable workload demands. It automates the process by scaling compute resources up or down based on criteria defined by the user, such as CPU utilization or network I/O. This contrasts with just using a standard compute instance service, which does not offer scaling without manual intervention or additional configuration. Serverless services like Lambda are designed for short, stateless computations and are typically managed without the need for scaling settings. Load balancing is a technique to spread workloads across multiple compute resources but does not inherently adjust the resource count.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Auto Scaling in AWS and how does it work?
How does Auto Scaling differ from a load balancer in AWS?
When should a company choose Auto Scaling over serverless solutions like AWS Lambda?
A burgeoning tech company working on cutting-edge mobile technology seeks an economical way to tap into expert advice for optimizing their cloud infrastructure. This guidance might include recommendations on architectural best practices or security enhancements. Which service should this company consider using to connect with certified cloud professionals who can provide project-specific assistance?
AWS Support Plan
AWS Managed Services
AWS Activate
AWS IQ
Answer Description
The service designed for customers to engage with certified cloud professionals for project-specific assistance like architecture optimization or security assessments is AWS IQ. This platform connects users with third-party experts on demand, which suits the needs of the tech company described in the question. In contrast, AWS Activate is aimed at providing startups with resources such as credit towards services, not direct expert consultancy. AWS Managed Services offers full management of AWS environments for enterprise-scale operations, not individual project guidance. Lastly, the AWS Support plan provides general support and troubleshooting for AWS products and services, rather than specialized project help.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
How does AWS IQ connect clients with certified experts?
What certifications do experts on AWS IQ hold?
How is AWS IQ different from AWS Support Plans?
Which service provides default encryption for stored data using managed keys without requiring explicit enablement by the user?
Simple Storage Service (S3)
Elastic Compute Cloud (EC2)
Relational Database Service (RDS)
Key Management Service (KMS)
Answer Description
Simple Storage Service (S3) encrypts data at rest by default using managed keys (Server-Side Encryption with Amazon S3-Managed Keys - SSE-S3). Users do not need to manually enable this feature; it's applied automatically, ensuring data is protected as soon as it is uploaded. Other services, such as EC2 and RDS, offer encryption capabilities as well but require explicit enablement. AWS Key Management Service (KMS) is a service that manages encryption keys and is not a service that stores user data.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
How does Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3) work?
How is SSE-S3 different from other S3 encryption options, like SSE-KMS or SSE-C?
Can SSE-S3 encryption be disabled for an S3 bucket?
A business intends to transition its local server infrastructure to the cloud and seeks a method to project the monthly expenses to allocate funds appropriately. The transition strategy encompasses a variety of virtual servers, managed database services, and object storage solutions. To make an informed decision, which tool should the company use to accurately calculate the potential monthly expenditure for using cloud services before implementing the shift?
Consolidated Account Billing Tool
Cloud Virtual Server
Cost Analysis Tool
Pricing Calculator
Answer Description
The correct choice is a cloud service provider's pricing calculator, which is designed to assist users in estimating the potential monthly costs for using virtual servers, databases, and storage based on their intended use configurations. It provides detailed cost projections, enabling companies to evaluate financial implications and plan their budget before committing to services. The incorrect choices either do not serve the purpose of cost estimation or are specific services unrelated to preemptive financial planning for cloud migration.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the AWS Pricing Calculator and how does it work?
How does the AWS Pricing Calculator differ from the Cost Explorer?
What details are needed to use the AWS Pricing Calculator effectively?
A company needs to analyze its AWS costs from the past year, visualize spending trends by service, and generate a forecast of expected costs for the next 12 months to support budgeting decisions. Which AWS tool best meets these requirements?
AWS Billing Conductor
AWS Cost Explorer
AWS Trusted Advisor
AWS Budgets
Answer Description
AWS Cost Explorer provides up to 13 months (and, with advanced features, up to 38 months) of historical cost and usage data, lets you filter and graph that data by dimensions such as service or linked account, and can project future spending for up to the next 12 months based on historical trends. AWS Budgets can alert when spending exceeds thresholds but does not provide the same interactive visualization interface. AWS Trusted Advisor offers cost-optimization checks, and AWS Billing Conductor focuses on custom billing relationships-they are not designed primarily for cost visualization and forecasting.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is AWS Cost Explorer used for?
How does AWS Cost Explorer differ from AWS Budgets?
What are the benefits of using AWS Cost Explorer for forecasting?
Your team has recently onboarded a developer with a strong background in shell scripting and automation. This new team member's role includes deploying and managing cloud resources in an automated, repeatable manner. Which service access option should be recommended to align with their responsibilities and the team's existing practices?
CodeBuild
Command Line Interface
Software Development Kits
Management Console
Answer Description
The Command Line Interface is the preferred tool for a developer focused on automation, as it allows for powerful scripting capabilities and can be integrated directly with shell scripts. This approach provides a programmatic way to manage resources which is in line with the need for automation and is particularly useful for those familiar with command-line tools. The Management Console is better suited for manual, interactive tasks, which is not ideal for the developer's requirements. While CodeBuild is a service for building and testing code, not for broad service management, and SDKs are mainly used for application development rather than direct management of services.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is AWS Command Line Interface (CLI) and how is it used?
How does the AWS CLI differ from the AWS Management Console?
What are the key benefits of using the AWS CLI for automation?
If a company requires a solution to manage their cloud resources that can be version-controlled and reused across different environments, which method should they employ?
Software Development Kits (SDKs)
AWS Management Console
Command-Line Interface (CLI) scripts
Application Programming Interfaces (APIs) directly
Infrastructure as code (IaC)
Answer Description
Infrastructure as code (IaC) is the correct option because it allows for the automated provisioning and management of cloud resources through code, which can be version-controlled and reused. This is beneficial for maintaining consistency across multiple environments. Using the AWS Management Console is not ideal for tasks that need to be replicated or version-controlled, as it is a graphical interface designed for manual operations. Although programmatic access via APIs, SDKs, or CLI can also be automated, they do not inherently provide the same benefits of version control and reusability that are core to IaC.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Infrastructure as Code (IaC)?
What is the advantage of version control in IaC?
How does IaC differ from using the AWS Management Console?
Which AWS purchasing option is MOST suitable for a workload that has variable start times, can be interrupted, and aims to minimize costs in a non-production environment?
Scheduled Reserved Instances
Spot Instances
On-Demand Instances with Scheduled Scaling
Convertible Reserved Instances
Answer Description
Spot Instances are the most suitable option for a workload with variable start times that can be interrupted and seeks to minimize costs, especially in a non-production environment. Spot Instances allow customers to take advantage of unused EC2 capacity at a reduced cost, up to 90% off the On-Demand price, with the caveat that the instances can be reclaimed by AWS with little notice if the capacity is needed elsewhere. This makes them ideal for flexible, interruptible workloads like development and testing. On-Demand Instances are better for workloads requiring immediate and uninterrupted capacity. Reserved Instances and Savings Plans provide cost savings for predictable, steady-state usage, but they come with a commitment, and they aren't typically the best fit for unpredictable, sporadic workloads that can tolerate interruptions.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Spot Instances in AWS?
When does AWS reclaim Spot Instances, and how can users handle interruptions?
How do Spot Instances compare to On-Demand Instances in AWS?
AWS Support plans must be purchased separately for each individual service used within an AWS account, which means you need a different support plan for Amazon EC2 than you do for Amazon S3.
True
False
Answer Description
AWS Support plans are account-based, covering all services used under a single AWS account, and not service-specific. When you purchase an AWS Support plan, it provides support for all AWS services that your account uses, allowing for a more streamlined support experience.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the different AWS Support plans available?
How are AWS Support charges calculated?
Does each AWS account require its own Support plan within an organization using consolidated billing?
A company requires the highest level of assistance from their cloud provider, including round-the-clock access to senior engineers, proactive guidance, and an assigned contact for operational and architectural issues. As a decision-maker, which support plan should you endorse to meet these stringent requirements?
Business Plan
Enterprise On-Ramp Plan
Enterprise Plan
Developer Plan
Answer Description
The correct choice would be the most comprehensive support tier offered, giving access to 24/7 senior engineers, proactive guidance, and a dedicated point of contact for addressing infrastructure and architectural queries. Such a level of support is essential for managing critical applications and is characteristic of a premium enterprise-tier support plan. The basic developer-oriented tier typically provides only business-hours email support and lacks direct access to technical account management or proactive service event management. On the other hand, the mid-level business tier does not include a dedicated contact, whereas the on-ramp version offers reduced features in comparison to the full premium enterprise package.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the main features of the AWS Enterprise Support Plan?
How does the Enterprise Support Plan differ from the Business Support Plan?
What is the purpose of a Technical Account Manager (TAM) in the Enterprise Support Plan?
A medium-sized enterprise is planning to move its web application to the AWS Cloud to improve scalability and reduce maintenance overhead. The CTO wants to prioritize a strategy that will allow a smooth transition with minimal service disruption. Which migration strategy would be MOST appropriate for this enterprise?
Rehosting (Lift and Shift)
Refactoring
Relocating
Retain
Answer Description
The correct answer is 'Rehosting (Lift and Shift)' because it facilitates a quick and straightforward transition by moving applications to the cloud without any changes. It minimizes the downtime during the migration process and allows the enterprise to start realizing the benefits of the cloud quickly.
While 'Refactoring' would eventually provide a more cloud-optimized application, it is a more time-consuming and complex approach that doesn't prioritize minimal service disruption. 'Retain' is not a migration strategy, as it implies keeping applications on-premises. 'Relocating' is generally focused on moving physical assets, which is not applicable in the context of this question.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does 'Rehosting (Lift and Shift)' mean in cloud migration?
How does 'Rehosting' compare to 'Refactoring' in cloud migration?
Why isn't 'Relocating' a suitable strategy for moving a web application to the AWS Cloud?
Your company's user base is globally distributed. They are deploying a web application that must minimize latency for end users in different countries while also maintaining high availability and disaster recovery. Which of the following setups would best meet these requirements?
Utilizing Amazon Route 53 and Amazon CloudFront for a multi-Region, latency-reducing presence
Using AWS DataSync to synchronize data across multiple Regions
Deploying the application across multiple Availability Zones within a single Region
Establishing one AWS Direct Connect connection for each user location worldwide
Answer Description
Using Amazon Route 53 with latency-based or failover routing in combination with Amazon CloudFront provides a global, multi-Region solution. Route 53 directs users to the Region that offers the lowest latency and can automatically reroute traffic if a Region becomes unavailable, supporting disaster recovery. CloudFront caches content at edge locations worldwide, placing data closer to end users for faster delivery. Deploying only across multiple Availability Zones in one Region adds local high availability but does not address worldwide latency or cross-Region failover. Setting up AWS Direct Connect for every location improves dedicated network links for on-premises environments, not end-user web latency. AWS DataSync is a data-transfer service and does not serve live web traffic or provide latency reduction.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon Route 53 and how does it reduce latency?
What is Amazon CloudFront and how does it cache content globally?
How does a multi-Region architecture support disaster recovery?
A business needs to relocate a substantial volume of archival records that are rarely accessed from its local data facility to a cloud environment. The company's on-site internet service is not robust, presenting challenges for high-volume data transfer, and the operation must minimize downtime. Which service would be BEST suited to accomplish their migration while adhering to these constraints?
The shippable data transport solution for large-scale data ingress and egress
The online data transfer service enabling replication between repositories
The protocol-based fully managed service for secure file transfers into object storage
The dedicated network connection to link the data facility directly to the cloud
Answer Description
To migrate a large volume of data under constrained network conditions with minimal downtime, a physical data transport solution is optimal. The correct service offers a petabyte-scale data transport solution using secure, shippable devices, enabling substantial data transfers into and out of the cloud without reliance on internet bandwidth. In contrast, the incorrect options are designed for online data transfers requiring consistent, high-speed internet connections. One is tailored for continuous online replication of data, another establishes a dedicated network connection for more consistent and potentially high-volume data transfer, and the last one is focused on secure online file transfers, none of which are suitable considering the limited network connectivity and the need for minimal downtime.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a shippable data transport solution, and how does it work?
Why is a dedicated network connection not suitable in this scenario?
What are typical use cases for online data transfer services?
To establish a private and dedicated network pathway from a company's datacenter to their cloud environment, bypassing the public internet, which service should be utilized?
AWS Transit Gateway
Amazon Virtual Private Network (VPN)
AWS Direct Connect
Amazon Route 53
Answer Description
The correct response is "AWS Direct Connect" as it provides a private route from an on-premises network to the cloud provider's network, resulting in better bandwidth throughput and a more reliable network experience than internet connections. The Virtual Private Network (VPN) employs the public internet and is therefore not dedicated. Amazon Route 53 is not a connectivity service; it is a DNS web service. While AWS Transit Gateway does aid in managing network connectivity, it does not offer a dedicated physical link.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the key advantages of AWS Direct Connect over a VPN?
Can AWS Direct Connect work with multiple VPCs in a single connection?
How is AWS Direct Connect different from AWS Transit Gateway?
Which AWS Cloud characteristic enables an organization to automatically add or remove compute capacity as workload demand changes, avoiding large upfront capital expenditures on physical hardware?
Shared responsibility
Elasticity
Global reach
Scalability
Answer Description
Elasticity describes the ability of cloud resources to be provisioned or released automatically in response to real-time demand. Because the organization pays only for what it actually uses, it avoids the need to purchase and maintain excess on-premises infrastructure. Scalability, although related, focuses on increasing capacity and does not necessarily imply the automatic reduction of resources. Global reach refers to AWS's worldwide Regions and Availability Zones, while the shared responsibility model defines how security and compliance duties are divided between AWS and the customer; neither directly addresses demand-based resource adjustment.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the difference between elasticity and scalability in AWS?
How does AWS enable elasticity in its services?
Why is elasticity important for businesses using AWS?
Your company has deployed a web application on Amazon EC2 instances. As part of your security compliance checks, you want to ensure that the operating system patches are up to date. Whose responsibility is it to maintain the operating system in this scenario?
It is AWS's responsibility to maintain the operating system.
It is the customer's responsibility to maintain the operating system.
Both AWS and the customer are responsible for maintaining the operating system.
The responsibility varies and must be specified in a service level agreement (SLA).
Answer Description
When using Amazon EC2, AWS is responsible for the infrastructure that runs all of the services offered in the AWS Cloud. This includes the hardware, the software that runs the virtualization environment, and the physical security of the data centers. However, the customer is responsible for the security in the cloud, which includes the operating system, applications, and data on the EC2 instances. Therefore, it falls to the customer to ensure that the operating system patches are kept up to date.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the shared responsibility model in AWS?
How can customers efficiently manage operating system patches on Amazon EC2?
What happens if a customer doesn't update their operating system on EC2?
Which of the following best describes the principal benefit of economies of scale in the AWS Cloud?
It allows customers to increase capacity without altering physical infrastructure.
It enhances the ability to quickly deploy services globally.
It reduces the cost per unit by spreading the costs of physical infrastructure across many customers.
Answer Description
Economies of scale in the AWS Cloud mean that as more customers use AWS services, the cost of those services decreases for everyone because AWS can operate more efficiently and pass on the savings. Other AWS Cloud benefits, such as flexibility (for example, elasticity) and global reach, are also important but are not directly related to economies of scale.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are economies of scale in cloud computing?
How does AWS achieve cost reductions through economies of scale?
Are customers required to do anything to benefit from AWS economies of scale?
A company is looking to modernize its infrastructure to improve its service deployment speed and enhance its reach to customers in multiple geographical locations. Which of the following AWS Cloud benefits BEST aligns with these business objectives?
The ability to leverage a global infrastructure for rapid service deployment in multiple regions.
Elasticity of resources to scale up or down based on demand.
Agility to experiment and innovate more quickly.
High availability options to minimize downtime.
Answer Description
The benefit of AWS Cloud's global infrastructure encompasses improving speed of deployment and providing global reach because AWS has a vast network of data centers across the globe. Customers can deploy services in any of the AWS Regions to serve their users closer to where they are, decreasing latency and improving user experience. Other options listed do not specifically target the improvement of service deployment speed and geographical reach as much as the global infrastructure does.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the AWS global infrastructure?
What are AWS Regions and Availability Zones?
How does AWS global infrastructure help reduce latency?
Your company runs multiple microservices on a serverless computing platform and you need to ensure security best practices are in place to protect against vulnerabilities and comply with regulations. Which service would be most suitable for automatically assessing your serverless functions and providing a detailed report on potential security issues?
Shield
Security Hub
Amazon Inspector
GuardDuty
Answer Description
Amazon Inspector is specifically designed to automatically assess applications, including serverless computing functions, for vulnerabilities or unintended network exposure. It provides detailed assessments that help ensure you are following security best practices. Security Hub and GuardDuty are also crucial in monitoring security posture, but they serve different specific functions compared to Amazon Inspector.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon Inspector used for?
How does Amazon Inspector work with serverless functions?
How is Amazon Inspector different from Security Hub or GuardDuty?
Neat!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.