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
Press start when you are ready, or press Change to modify any settings for the practice test.
- Questions: 15
- Time: Unlimited
- Included Topics:Cloud ConceptsSecurity and ComplianceCloud Technology and ServicesBilling, Pricing, and Support
A company in the health sector is preparing to host an application handling sensitive patient data and must adhere to specific regulatory standards. To ensure alignment with industry requirements for storing and transmitting protected health information, which resource should the company consult for details on cloud service provider accreditations?
AWS Config
AWS Artifact
Amazon GuardDuty
AWS Security Hub
Answer Description
The company should consult AWS Artifact to find detailed information on the cloud service provider's accreditations related to industry-specific standards, such as HIPAA. AWS Artifact offers access to security and compliance documentation needed to understand and ensure adherence to these standards. Other services like Amazon GuardDuty, AWS Security Hub, and AWS Config are tools helpful for security monitoring, compliance checking, and configuration management, but they do not provide the compliance agreements or reports.
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 Artifact?
What are the key compliance standards related to health data?
How do tools like Amazon GuardDuty and AWS Security Hub fit into compliance?
Your company wants to minimize costs for a new batch processing workload that can tolerate interruptions. Which purchasing option would BEST align with this requirement?
Savings Plans
On-Demand Instances
Reserved Instances
Spot Instances
Answer Description
Spot Instances allow customers to purchase unused Amazon EC2 compute capacity at discounted prices, which can be interrupted by AWS with a two-minute notification if AWS needs the capacity back. This makes them an excellent choice for workloads that are flexible and can withstand interruptions, such as batch processing jobs. On-Demand Instances provide the most flexibility without upfront payment or long-term commitment but are more costly compared to Spot Instances. Reserved Instances provide a discounted hourly rate and an optional capacity reservation in exchange for a contract term, but they do not handle interruptions and are less suitable for unpredictable workloads. Savings Plans offer lower prices in exchange for a commitment to a consistent amount of usage (in USD/hour) over a 1 or 3-year period and would not provide the cost savings for interruptible workloads as Spot Instances would.
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 and how do they work?
What is the difference between Spot Instances and On-Demand Instances?
Can you explain why Reserved Instances and Savings Plans are less suitable for interruptible workloads?
Which service enables users to define and track their expenditure and utilization levels, sending alerts if the set thresholds are exceeded?
Billing Detail Analysis Tool
Amazon Cost Visualization Service
Cloud Pricing Estimator
AWS Budgets
Answer Description
The correct service for defining and tracking expenditure and utilization against budget thresholds is the one specifically dedicated to this purpose, providing alerting capabilities when spending exceeds or is anticipated to exceed the predefined limits. AWS Cost Explorer is useful for visualizing spending patterns but does not include alerting functions based on thresholds. The tool that allows for detailed billing reports is integral for analysis but is not designed for real-time alerting. Lastly, the service used for initial cost estimates does not track actual spending against budgets post-deployment.
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 AWS Budgets?
How does AWS Cost Explorer differ from AWS Budgets?
What types of alerts can I set with AWS Budgets?
Your company plans to launch a new web application on AWS, which, once deployed, should independently adjust its resources to match actual traffic patterns, maintaining consistent performance. Which pillar of the AWS Well-Architected Framework best addresses this specific requirement?
Security
Performance Efficiency
Operational Excellence
Reliability
Answer Description
The Performance Efficiency pillar of the AWS Well-Architected Framework is the most relevant to this requirement. This pillar focuses on the efficient use of computing resources to meet system requirements, and the ability to maintain that efficiency as demand changes and technologies evolve. Performance efficiency involves the use of advanced technologies, computing power, and the ability to effectively and automatically scale resources up or down in response to loads, which directly impacts how the application handles varying traffic patterns. The other listed pillars such as Operational Excellence, Security, and Reliability do not directly deal with resource adjustment and performance maintenance in response to traffic patterns, although they are equally important in their respective focus areas.
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 components of the Performance Efficiency pillar in the AWS Well-Architected Framework?
How does AWS support automatic scaling of resources?
What are the other pillars of the AWS Well-Architected Framework and their focuses?
When utilizing an AWS managed service such as Amazon RDS (Relational Database Service), which of the following tasks would be the responsibility of the customer to ensure security compliance?
Patching the underlying database software
Maintaining the underlying hardware for the database instance
Configuring the physical security of the data center
Applying encryption settings to sensitive data within the database
Answer Description
While AWS manages security of the cloud, customers are responsible for security in the cloud. This includes managing the security configuration of the managed services they use. Although AWS handles the underlying infrastructure security and database patching for services like Amazon RDS, customers must secure their data, set up user access controls, and configure database security settings. Ensuring correct encryption settings is a part of this, as customers need to select and manage the encryption of their databases within Amazon RDS – hence, applying encryption settings to sensitive data is correct. Operating system, firewall, and network configuration would fall under AWS's responsibility in the case of managed 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 types of encryption can be applied in Amazon RDS?
How does AWS handle security for managed services like RDS?
What are user access controls in Amazon RDS?
A company is using AWS Organizations to manage multiple AWS accounts. The organization has purchased Reserved Instances in a master account with the intent to maximize utilization and cost savings. How do these Reserved Instances benefit the other accounts within the AWS Organization?
Reserved Instances benefits are automatically shared across all member accounts, and matching instances in any member account will make use of the pricing discount.
The Reserved Instances discount only applies to the master account and cannot be used by member accounts unless explicitly transferred.
Member accounts must request to participate in the Reserved Instances pool of the master account to receive the discounted pricing.
Reserved Instances must be purchased separately for each member account to receive the pricing discount for running instances.
Answer Description
Reserved Instances purchased in a master 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 master account to matching instances across member accounts. This helps the company save on costs across their 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.
How do Reserved Instances work in AWS Organizations?
What are the criteria for a member account to utilize Reserved Instances from the master account?
What is the difference between Reserved Instances and On-Demand instances?
A company is using Amazon EC2 instances to host a web application. Which of the following actions is AWS responsible for in terms of security?
Patching the guest operating system of the EC2 instances.
Configuring network access control lists (ACLs) for the EC2 instances.
Setting up encryption for data stored on the EC2 instance EBS volumes.
Maintaining physical security of the data centers where the EC2 instances reside.
Answer Description
AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. The responsibility for patching the guest operating system, however, falls to the customer. Since the guest operating system and network configuration are managed by the customer, AWS would not be responsible for their maintenance. Infrastructure maintenance, such as physical security, environmental controls, and the physical hardware within the data center is under AWS's purview.
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 EC2 and how does it relate to web applications?
What does AWS do to ensure physical security in their data centers?
What are my responsibilities as a customer when using Amazon EC2?
You are a project manager at a company that is migrating its on-premises database to Amazon RDS. What is your company's responsibility regarding database security in this setup?
Securing the physical data center where the database is hosted.
Keeping the underlying hardware and software infrastructure up to date.
Implementing encryption, managing database credentials, and setting up security groups.
Ensuring the global network is protected from Distributed Denial of Service (DDoS) attacks.
Answer Description
In the shared responsibility model, AWS manages the infrastructure and underlying hardware, including the security of the physical data center and networking infrastructure. The customer is responsible for managing and securing the data, including implementing encryption, managing user access, and setting up appropriate security groups. This ensures that while AWS provides a secure environment, customers take necessary steps to protect their 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.
What does the shared responsibility model mean in cloud computing?
What are security groups in Amazon RDS, and why are they important?
How does encryption work in Amazon RDS, and what types are available?
Why would an organization implement tagging on its cloud resources?
To assign metadata that allows expenses and usage to be tracked and categorized for more detailed analysis and reporting in cost management tools.
To reserve instances in advance by marking them with specific tags for future provisioning.
To automate the deployment of resources by using metadata as an identifier for script execution.
To increase the performance of resources by strategically grouping them for computational efficiency.
Answer Description
An organization would implement tagging on its cloud resources to assign metadata that aids in grouping and categorizing these resources. This categorization enables more targeted filtering within cost management tools, yielding a clearer comprehension of expenses and usage patterns. Accurate grouping aids in attributing costs to the correct departments or projects, streamlining budgeting and financial reporting. Tags must be activated to appear in relevant cost reports, adding an important step in the tagging strategy.
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 best practices for implementing tags in AWS?
What types of metadata can be assigned as tags in AWS?
How does tagging help with cost management in AWS?
A global financial firm needs a solution to monitor, record, and retain information about interactions with its cloud infrastructure. The security team will use this data to analyze and audit resource management and to confirm that operational best practices are followed. Which AWS service should the firm implement to meet this compliance-auditing requirement?
AWS CloudTrail
Amazon CloudWatch
Amazon Inspector
AWS Security Hub
Answer Description
AWS CloudTrail is the correct choice because it records account activity-such as user logins and API calls-so that security teams can investigate, analyze, and archive events for auditing and compliance. Amazon CloudWatch is designed for operational metrics and log monitoring; Security Hub consolidates security findings from multiple sources; and Amazon Inspector performs automated vulnerability assessments. None of those services individually provide the detailed account-activity logging needed for compliance auditing.
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 CloudTrail and how does it work?
What are the key differences between CloudTrail and CloudWatch?
How can using CloudTrail improve security and compliance?
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
Load distribution service
Serverless function execution
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 criteria can I use to set up Auto Scaling for my application?
How does Auto Scaling differ from simply using Virtual servers?
What role does load balancing play in conjunction with Auto Scaling?
Costs for on-premises environments typically include physical hardware, facility expenses, and utilities regardless of the current demand for resources.
True
False
Answer Description
The statement is correct. On-premises environments usually involve significant upfront capital expenditure for hardware purchase, as well as ongoing costs for maintaining the physical space, such as rent or real estate, power, and cooling. These costs are incurred even if the demand for resources fluctuates, leading to potential inefficiencies when resources are underutilized.
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 some examples of physical hardware costs in on-premises environments?
What are facility expenses and how do they impact overall costs?
Why do utilities like power and cooling matter in on-premises environments?
Which service facilitiates infrastructure as code, allowing users to define and deploy their cloud environment through text files or templates?
Config
Auto Scaling
Elastic Beanstalk
CloudFormation
Answer Description
The correct service provides a way for users to model entire architectures and automate the provisioning of resources through text files or templates. With this service, you define your applications and infrastructure in declarative templates that are used to create and manage a collection of related AWS resources. It not only automates provisioning but also ensures consistency and repeatability of deployments, which are key advantages when managing large-scale and complex systems.
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 are the benefits of using CloudFormation?
How does CloudFormation ensure consistency in resource deployment?
A corporation is advancing its critical operations to the cloud and requires round-the-clock expert technical assistance, best practices advice, and tailored support during major infrastructure events. Which support plan should be chosen to provide the highest level of service, including personalized management and proactive monitoring from a dedicated professional, along with guidance during large-scale events?
Enterprise On-Ramp Support Plan
Business Support Plan
Enterprise Support Plan
Developer Support Plan
Answer Description
The top-tier support plan offers comprehensive benefits including 24/7 access to experienced engineers, a dedicated professional to provide management and proactive monitoring, and specialized support for large-scale event operations. The next tier down provides around-the-clock support but lacks personalized management and assistance for large-scale events. The third tier is more developer-focused and does not provide the level of service required for managing critical operations. The basic tier offers foundational services but without dedicated professionals or event support.
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 features of the Enterprise Support Plan?
How does the Business Support Plan differ from the Enterprise Support Plan?
What types of businesses should consider an Enterprise Support Plan?
A company requires a durable storage service to archive infrequently accessed data for long-term retention with a retrieval time ranging from minutes to several hours. Which option should the company select to optimally meet its requirements?
Amazon S3 One Zone-Infrequent Access (One Zone-IA)
Amazon S3 Glacier
Amazon Elastic Block Store (Amazon EBS)
Amazon S3 Standard
Answer Description
Amazon S3 Glacier is the best choice for archiving data that is infrequently accessed and which allows for longer retrieval times. It is designed for long-term backup and archival storage needs, providing high durability at a lower cost. Amazon S3 Standard and One Zone-Infrequent Access (One Zone-IA) are designed for more frequent access, thus resulting in higher costs for storage and might not be as cost-effective for the described use case. Amazon EBS is block storage primarily used for persistent storage for Amazon EC2 instances, so it is not optimized for archival purposes.
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 S3 Glacier used for?
What are the different retrieval options available for Amazon S3 Glacier?
Why are Amazon S3 Standard and One Zone-IA not suitable for long-term archiving?
Wow!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.