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 startup company is designing a web application that will generate and handle large quantities of data that are sporadically accessed. The data once created will be mostly read, with very rare writes occurring after the initial creation. The company wants to store this data in a cost-effective manner while ensuring that it remains immediately accessible when needed. Which AWS storage solution should they primarily consider for this use case?
Use Amazon S3 Standard-Infrequent Access (S3 Standard-IA) for their data storage needs.
Store their data using Amazon S3 Glacier to ensure low-cost storage.
Utilize Amazon S3 Standard for high availability and rapid access to their data.
Implement Amazon Elastic Block Store (EBS) for their data storage requirements.
Answer Description
Amazon S3 Glacier is designed for long-term storage of data that is infrequently accessed and provides a cost-effective solution for data archiving and backup. However, it is not suitable for scenarios requiring immediate access, which is a requirement here. Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is a storage class designed to provide high availability and low latency for infrequently accessed data with a lower storage cost compared to Amazon S3 Standard. Amazon S3 Standard is designed for frequently accessed data and does not offer the same cost benefits for infrequently accessed data as S3 Standard-IA. Amazon EBS is block storage that is used with EC2 instances for volumes that require frequent and rapid read/write operations and is not the cost-effective choice for infrequently accessed 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 is Amazon S3 Standard-Infrequent Access (S3 Standard-IA)?
How does Amazon S3 Glacier differ from S3 Standard-IA?
What types of use cases are best suited for Amazon Elastic Block Store (EBS)?
Which of the following best describes the primary focus of the Performance Efficiency pillar in the AWS Well-Architected Framework?
Making sure workloads always achieve the lowest possible latency and highest possible throughput, regardless of cost considerations.
Automating deployments and establishing effective monitoring and logging processes to support consistent operations.
Protecting data at rest and in transit through encryption and least-privilege access controls.
Using computing resources efficiently so that a workload can meet performance requirements and adapt as demand or technology changes.
Answer Description
The Performance Efficiency pillar is concerned with using computing resources efficiently so that a workload meets performance requirements and can maintain that efficiency as demand changes and technologies evolve. While low latency and high throughput are examples of desirable outcomes, the pillar's scope also includes selecting and configuring the right resource types, monitoring performance, and making trade-offs as technology advances. The other options describe concerns that fall under different pillars or over-emphasize a single performance metric.
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 AWS Well-Architected Framework consist of?
Why is low latency important for cloud applications?
How does resource provisioning relate to performance efficiency?
A business is evaluating whether to migrate their existing applications to AWS. The applications depend extensively on a proprietary database that currently operates under an enterprise-wide, perpetual license agreement. The CTO is concerned about the licensing implications of running the proprietary database software in the cloud. To optimize licensing costs in the cloud, which strategy should the CTO consider?
Adopt a Bring Your Own License (BYOL) model to utilize their existing perpetual license in the cloud
Purchase new, on-demand licenses from the cloud provider for the proprietary database software
Transition to a completely different open-source database to eliminate licensing costs
Ignore licensing for the cloud migration as the existing enterprise agreement covers all environments
Answer Description
The Bring Your Own License (BYOL) model is the correct answer because it allows customers to apply their existing software licenses to the cloud infrastructure, which can potentially lead to significant cost savings, especially for enterprise agreements that are already in place. Licensing strategies are a notable part of cloud economics, and understanding the implications of these strategies for cost and compliance is critical for businesses moving to the cloud. The incorrect answers do not address the specific concern of leveraging an existing perpetual license in the cloud to optimize costs.
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 Bring Your Own License (BYOL) model in cloud computing?
What are the licensing implications of running proprietary software on the cloud?
What are the benefits of migrating to open-source databases compared to proprietary ones?
Where can a practitioner find in-depth, step-by-step directives that include best practices and architectural considerations for designing a secure and efficient cloud environment suitable for handling a newly developed application?
Community Q&A Forum
Service Health Dashboard
Prescriptive Guidance
Knowledge Center
Answer Description
The Prescriptive Guidance resource offers thorough instructions, suggested practices, and architectural insights for setting up robust and performant applications in the cloud. This level of detail surpasses the general support found in the Knowledge Center, the Q&A format of the community discussions, or the service health details provided by the Health Dashboard.
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 Prescriptive Guidance in AWS?
What types of best practices does the Prescriptive Guidance cover?
How does Prescriptive Guidance differ from other resources like the Knowledge Center?
When deploying a web application using a cloud infrastructure provider, what aspect of security is the user's obligation alone?
Encryption of underlying storage media
Guarding against environmental risks within data centers
Constructing access barriers for resource provisioning
Security management of the guest operating system
Answer Description
Within the shared responsibility model, while the cloud provider is in charge of securing the infrastructure that runs the services, the user retains the responsibility of securing the operating system including the application of patches and updates. Specifically, this means regular patch management and security configurations must be performed by the user, not the provider. The provider typically does not manage individual guest operating systems or applications. Physical security and infrastructure are handled by the provider, and while the user configures services such as identity and access management, the actual infrastructure and security of the service itself remains the provider’s responsibility.
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 cloud security?
What are guest operating systems in a cloud environment?
What are some best practices for managing the security of a guest operating system?
Which Amazon S3 storage class is optimized for data that is accessed less frequently, but requires rapid access when needed?
Amazon S3 One Zone-Infrequent Access
Amazon S3 Intelligent-Tiering
Amazon S3 Glacier
Amazon S3 Standard-Infrequent Access
Answer Description
Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is designed for data that is accessed less frequently, but requires rapid access when needed. It offers a lower storage price compared to Amazon S3 Standard, making it cost-effective for infrequently accessed data. On the other hand, S3 One Zone-IA is for infrequently accessed data that doesn't require the multiple Availability Zone data resilience, S3 Glacier is for long-term archival storage, and S3 Intelligent-Tiering automatically moves objects between different tiers based on changing access patterns.
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 benefits of using Amazon S3 Standard-IA?
How does S3 Standard-IA differ from S3 One Zone-IA?
What are the use cases for S3 Glacier compared to S3 Standard-IA?
A company’s application requires a persistent, high-performance block storage solution that automatically replicates data within a single Availability Zone to prevent data loss due to a failure of any single hardware component. Which AWS storage option should the company use?
Instance store volume
Amazon Simple Storage Service (Amazon S3)
Amazon Elastic File System (Amazon EFS)
Amazon Elastic Block Store (Amazon EBS)
Answer Description
Amazon Elastic Block Store (Amazon EBS) is the correct choice, as it provides persistent block storage that automatically replicates within a single Availability Zone, offering high availability and durability. This suits the company's requirement because, unlike instance store volumes, Amazon EBS volumes persist independently of the life of the instance and can thus provide more durable block storage. Moreover, Amazon EBS provides a variety of volume types to cater to different performance needs. S3 is not a block storage solution, and EFS is a file storage service, which does not meet the requirement of block-level storage. While instance store provides temporary block-level storage, the data is lost if the instance is stopped, terminated, or if the underlying hardware fails, which does not meet the requirement for persistent storage.
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 Amazon EBS?
How does Amazon EBS ensure data persistence?
When should I use Amazon EBS versus other AWS storage options like S3 or EFS?
A company has a critical application with a predictable, long-term workload. They need to ensure that they can always launch a specific EC2 instance type in the us-east-1a
Availability Zone. They also want to reduce their EC2 costs compared to On-Demand pricing. Which purchasing option should they choose to meet both of these requirements?
Spot Instances
Zonal Reserved Instances
On-Demand Capacity Reservations
Regional Reserved Instances
Answer Description
Zonal Reserved Instances are the correct choice because they provide both a significant discount compared to On-Demand pricing and a capacity reservation within a specific Availability Zone. Regional Reserved Instances provide a discount and flexibility across Availability Zones but do not reserve capacity. On-Demand Capacity Reservations guarantee capacity in a specific Availability Zone but do not provide a pricing discount. Spot Instances offer the largest discounts but do not guarantee capacity and can be interrupted.
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 payment options for Reserved Instances?
How do Reserved Instances compare to Spot Instances?
What is an Availability Zone and why is it important for Reserved Instances?
You are tasked with designing a cloud architecture for your company's new online application. To ensure the design aligns with best practices and leverages appropriate services, which resource should you consult for detailed use case guidance and practical application advice?
Technical Whitepapers
Prescriptive Guidance resource
Technical documentation
Support Center
Knowledge Center
Community-driven Q&A platform
Answer Description
The Prescriptive Guidance resource provides detailed and use case specific advice to design solutions using the cloud platform services effectively, including best practices and architectural guidance. This makes it the ideal resource for designing cloud architectures. The technical documentation is better for understanding specific services, not for overarching design guidance. The Knowledge Center is useful for common troubleshooting and FAQ, not for comprehensive architecture solutions. The Support Center is mainly used for resolving issues via support tickets. Community-driven platforms provide peer-based advice but are not the official prescriptive solutions resource. Whitepapers are in-depth analyses that may not offer immediate practical application guidance.
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 Prescriptive Guidance resource in AWS?
Why is technical documentation not ideal for overarching design guidance?
What types of use cases can the Prescriptive Guidance resource cover?
According to the AWS shared responsibility model, which task is managed by AWS-not the customer-when you run a database on Amazon RDS?
Applying operating system and database engine patches to the RDS instance
Configuring IAM policies that determine who can connect to the database
Rotating database user passwords and managing application accounts
Enabling encryption at rest for the database with a customer-managed AWS KMS key
Answer Description
Because Amazon RDS is a managed (Platform-as-a-Service) offering, AWS handles the underlying infrastructure, operating system, and database engine. That includes applying operating-system and database-engine patches to keep the service secure. Customers remain responsible for higher-level controls such as setting IAM policies, choosing and managing encryption keys, and rotating application or database-user passwords.
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 AWS shared responsibility model mean?
What are some examples of customer responsibilities in managed services?
Why is it important to know about IaaS, PaaS, and SaaS in the context of the shared responsibility model?
A company wants to organize its cloud billing records so that the spending of each internal team is clearly identifiable. Which approach will allow the accounting department to generate detailed reports that break down costs by team for every resource used?
Activate cost allocation tags that contain team names and include those tags in Cost Explorer and cost reports.
Create a separate AWS Budget for each team and monitor their spending limits.
Implement a consistent resource-naming convention that includes the team name.
Create a dedicated AWS account for every team to keep their costs separate.
Answer Description
Activating user-defined cost allocation tags that include each team's name lets the company label resources and have those tag keys appear as columns in Cost Explorer and the Cost and Usage Report. Once activated, charges are automatically grouped by these tags, giving finance the per-team visibility they need.
Using a consistent naming convention helps humans recognize resources in the console but does not carry through to billing data. AWS Budgets can track total spend and send alerts but will not categorize historical charges by team. Creating separate AWS accounts for every team does isolate costs, yet it adds operational overhead and is unnecessary if granular tagging meets the requirement.
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 AWS tags and how do they work?
How can I activate tagging on my AWS resources?
What is the difference between tagging and setting up budgets in AWS?
A business is looking to implement a solution that would allow them to automate the setup of their computing resources for various environments such as development, testing, and production. The solution should support codification of infrastructure to enable consistent deployments. Which service should they use to best meet these requirements?
Infrastructure as Code service
Command Line Interface
Auto Scaling service
Management Console
Answer Description
The best service for meeting the requirements of automated, consistent deployment across multiple environments using codified templates is the Infrastructure as Code service provided by the cloud vendor. This service enables the definition of infrastructure in code format, which can then be used to create and manage cloud resources automatically. It ensures consistency and reduces the chance of human error associated with manual setups. The console, while user-friendly for manual operations, is not designed for automated, templated provisioning. The Command Line Interface facilitates scripting for automation but does not inherently provide templating or state management like the Infrastructure as Code service. Auto Scaling service is primarily used for adjusting resource capacity in response to traffic demands and does not cater to the requirement of environment setup through codification.
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 some benefits of using IaC?
What tools can be used for implementing Infrastructure as Code?
Amazon EC2 Reserved Instances can be modified to switch between instance families after the purchase.
False
True
Answer Description
Amazon EC2 Reserved Instances offer flexibility that includes the ability to modify instances, but modifications are subject to certain limitations. You can change the Availability Zone, the scope (regional or a specific Availability Zone), and the instance size within the same instance family, but you cannot switch between different instance families. This constraint is designed to maintain the reserved capacity for a particular family due to demand and capacity planning by AWS.
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 limitations for modifying Amazon EC2 Reserved Instances?
What does it mean to reserve EC2 capacity?
What are instance families in EC2, and why can't they be switched?
A business is in need of the most effective tool for a breakdown of charges, historical cost analysis, and answers to inquiries related to their monthly expenses incurred for cloud services. Which resource should they utilize?
Customer support centers
Future cost estimation tools
Billing and Cost Management Dashboard
General product documentation
Answer Description
The Billing and Cost Management Dashboard is the centralized tool for customers to access detailed billing statements, visualize past usage and costs, manage payment methods, and explore cost management features like budgets and alerts. While other resources such as general documentation or support services, as well as pricing estimations for future use, may offer assistance, the Dashboard is specifically tailored to give comprehensive billing insights and is the most direct resource for current billing information and queries.
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 specific features does the Billing and Cost Management Dashboard offer?
How can a user access the Billing and Cost Management Dashboard?
What distinguishes the Billing and Cost Management Dashboard from other AWS resources?
A startup replicates data nightly from an Amazon S3 bucket in the US East (N. Virginia) Region (us-east-1) to another bucket in the Europe (Ireland) Region (eu-west-1) for disaster-recovery purposes. Which statement correctly describes the data transfer charges that will be incurred for this replication activity?
There are no data transfer charges because the traffic remains on the AWS global backbone.
Standard inter-Region data transfer charges apply to the data leaving us-east-1 when it is copied to eu-west-1.
All inter-Region transfers between Amazon S3 buckets are always free under the AWS Free Tier.
Data transfer fees are assessed only on the destination Region that receives the data.
Answer Description
AWS classifies traffic that leaves one Region and enters another as data transfer between Regions (DTIR). Outbound data from the source Region is charged at that Region's inter-Region rate, whereas inbound data to the destination Region is free. Therefore, every gigabyte replicated from us-east-1 to eu-west-1 is billed at the published inter-Region rate for data leaving us-east-1. There is no additional charge on the receiving side, and the Free Tier does not waive these fees except for the first 100 GB per month of total outbound traffic across all 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 are inter-region data transfer costs in AWS?
How does AWS define a region?
What are the factors that affect data transfer costs in AWS?
Gnarly!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.