AWS Practice Tests

AWS Certified Cloud Practitioner (CLF-C02) Mock Test

Free mock exam for AWS Cloud Practitioner (CLF-C02) certification
Written by Arslan Khan

Embarking on your AWS journey often begins with the AWS Certified Cloud Practitioner (CLF-C02) certification. This foundational exam validates your overall understanding of the AWS Cloud, its services, and core principles. To ensure you walk into the exam room with confidence, thorough preparation is essential, and our comprehensive AWS Certified Cloud Practitioner Mock Test is the perfect tool to get you there.

This AWS foundational mock test will challenge your understanding of key AWS services like EC2, S3, IAM, and VPC, as well as core concepts such as the AWS Shared Responsibility Model, pricing models, and support plans. Using a CLF-C02 exam simulator like ours helps reduce exam-day anxiety and improves your time management skills.

Understanding the AWS Cloud is a valuable asset in today’s tech landscape. For detailed information about the certification, you can always refer to the official AWS Certified Cloud Practitioner page.

Are you ready to solidify your knowledge and take a significant step towards certification success? Click the begin button to start, Good Luck!


This is a timed quiz. You will be given 5400 seconds to answer all questions. Are you ready?

5400
0%

Which AWS service provides threat detection by continuously monitoring for malicious activity and unauthorized behavior?

It acts like a 'guard' for your AWS environment.
Show hint
Correct! Wrong!

Amazon GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts, workloads, and data stored in Amazon S3.

What is Amazon Elastic File System (EFS) designed for?

It's a scalable file storage service for Linux-based workloads.
Show hint
Correct! Wrong!

Amazon EFS provides simple, scalable, elastic file storage for use with AWS Cloud services and on-premises resources. It is built to scale on demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files.

What is AWS Snowball primarily used for?

It's for physically transporting large amounts of data.
Show hint
Correct! Wrong!

AWS Snowball is a petabyte-scale data transport solution that uses secure appliances to transfer large amounts of data into and out of the AWS Cloud. It's useful when network bandwidth is limited or transferring large data over the internet is too slow or costly.

What is the benefit of 'agility' in the AWS Cloud?

It's about speed and the ability to experiment.
Show hint
Correct! Wrong!

Agility in the AWS Cloud refers to the ability to innovate and experiment quickly. AWS allows organizations to spin up resources in minutes, try new ideas, and decommission resources if an experiment fails, reducing the risk and cost of innovation.

What is the AWS Cloud Adoption Framework (AWS CAF)?

It helps organizations plan their move to the cloud.
Show hint
Correct! Wrong!

The AWS Cloud Adoption Framework (AWS CAF) provides guidance and best practices to help organizations build a comprehensive approach to cloud computing across the organization and throughout the IT lifecycle to accelerate successful cloud adoption.

What is the purpose of AWS Key Management Service (KMS)?

It's about managing encryption keys.
Show hint
Correct! Wrong!

AWS KMS is a managed service that makes it easy for you to create and control the encryption keys used to encrypt your data. It uses Hardware Security Modules (HSMs) to protect the security of your keys.

Which AWS service allows you to provision, manage, and deploy public and private SSL/TLS certificates for use with AWS services and your internal connected resources?

This service handles SSL/TLS certificates.
Show hint
Correct! Wrong!

AWS Certificate Manager (ACM) is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources.

What is a best practice for securing the AWS account root user?

This user has ultimate power and needs extra protection.
Show hint
Correct! Wrong!

The root user has unrestricted access. It's a best practice to enable Multi-Factor Authentication (MFA) for the root user and avoid using it for daily tasks. Create IAM users for administrative tasks.

What is the primary function of Security Groups in Amazon VPC?

It's a firewall at the instance level.
Show hint
Correct! Wrong!

A security group acts as a virtual firewall for your EC2 instances to control incoming and outgoing traffic. Security groups are stateful.

Which AWS storage service is designed for long-term data archiving and backup at a very low cost?

Think 'cold storage' for archiving.
Show hint
Correct! Wrong!

Amazon S3 Glacier and S3 Glacier Deep Archive are secure, durable, and extremely low-cost Amazon S3 cloud storage classes for data archiving and long-term backup.

What is an AWS Region?

It's a geographical area with multiple data centers.
Show hint
Correct! Wrong!

An AWS Region is a physical geographic location in the world where AWS clusters data centers. Each Region consists of multiple, isolated, and physically separate Availability Zones within that geographic area.

What is the AWS Well-Architected Framework designed to help customers do?

It provides guidance for building optimal cloud architectures.
Show hint
Correct! Wrong!

The AWS Well-Architected Framework helps cloud architects build secure, high-performing, resilient, and efficient infrastructure for their applications and workloads based on five pillars.

What is an AWS best practice regarding IAM access keys?

Think about minimizing the risk of compromised credentials.
Show hint
Correct! Wrong!

IAM access keys should be rotated regularly to reduce the risk if they are compromised. Long-lived static credentials should be avoided where possible.

What is the concept of 'fault tolerance' in cloud computing?

It means a system can withstand component failures.
Show hint
Correct! Wrong!

Fault tolerance is the property that enables a system to continue operating properly in the event of the failure of some of its components.

Which AWS service can be used to monitor AWS resource utilization and application performance?

It collects logs, metrics, and events.
Show hint
Correct! Wrong!

Amazon CloudWatch is a monitoring and observability service built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers. CloudWatch provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, optimize resource utilization, and get a unified view of operational health.

Which AWS service provides persistent block storage volumes for use with Amazon EC2 instances?

It's like a virtual hard drive for EC2 instances.
Show hint
Correct! Wrong!

Amazon Elastic Block Store (EBS) provides persistent block-level storage volumes for use with Amazon EC2 instances. Each EBS volume is automatically replicated within its Availability Zone to protect you from component failure.

What is the purpose of a Network Access Control List (NACL) in Amazon VPC?

It's a firewall at the subnet level.
Show hint
Correct! Wrong!

A Network ACL is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets. NACLs are stateless.

What is the purpose of Amazon Elastic Load Balancing (ELB)?

It distributes traffic across multiple targets.
Show hint
Correct! Wrong!

Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions, in one or more Availability Zones.

What is Amazon S3 primarily used for?

It's a highly scalable object storage service.
Show hint
Correct! Wrong!

Amazon Simple Storage Service (S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. It's commonly used for backup, archiving, data lakes, and hosting static websites.

What is the primary purpose of Amazon Route 53?

It's AWS's DNS service.
Show hint
Correct! Wrong!

Amazon Route 53 is a scalable and highly available Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost-effective way to route end users to Internet applications.

Which AWS service can help you automate security vulnerability assessments for your Amazon EC2 instances?

This service 'inspects' your EC2 instances for vulnerabilities.
Show hint
Correct! Wrong!

Amazon Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. Amazon Inspector automatically assesses applications for exposure, vulnerabilities, and deviations from best practices.

Which of the following BEST describes cloud computing?

Think about accessing IT resources over the internet.
Show hint
Correct! Wrong!

Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing. This allows businesses to access compute power, storage, and databases without managing physical data centers.

What is AWS Auto Scaling designed to do?

It automatically adjusts capacity based on demand.
Show hint
Correct! Wrong!

AWS Auto Scaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost. It can scale multiple resources across multiple services.

Which AWS pricing model allows you to get significant discounts on Amazon EC2 instances in exchange for a 1-year or 3-year commitment?

It involves a long-term commitment for a discount.
Show hint
Correct! Wrong!

Reserved Instances (RIs) provide a significant discount (up to 72%) compared to On-Demand pricing in exchange for a commitment to use a specific instance type in a specific Region for a 1-year or 3-year term.

What does AWS Trusted Advisor provide recommendations on? (Choose TWO)

Please select 2 correct answers

It helps you optimize your AWS environment in several key areas.
Show hint
Correct! Wrong!

AWS Trusted Advisor inspects your AWS environment and makes recommendations to help you follow AWS best practices in areas like cost optimization, security, fault tolerance, performance, and service limits.

What does 'scalability' in the cloud refer to?

It's about handling increased load.
Show hint
Correct! Wrong!

Scalability is the ability of an application or system to handle a growing amount of work by adding resources, either vertically (increasing the size of existing resources) or horizontally (adding more resources).

Which AWS Support plan provides access to a Technical Account Manager (TAM)?

This is a premium support plan for large organizations.
Show hint
Correct! Wrong!

The Enterprise Support plan provides access to a designated Technical Account Manager (TAM) who provides proactive guidance and helps you design, deploy, and manage your applications on AWS.

Which of the following is an example of Infrastructure as a Service (IaaS) on AWS?

This service provides virtual machines.
Show hint
Correct! Wrong!

Amazon EC2 provides virtual servers (instances), which is a fundamental IaaS offering, giving users control over the operating system and underlying compute resources.

What is the purpose of AWS Artifact?

It provides access to AWS compliance reports.
Show hint
Correct! Wrong!

AWS Artifact is your go-to, central resource for compliance-related information that matters to you. It provides on-demand access to AWS’s security and compliance reports and select online agreements.

Which AWS tool allows you to visualize, understand, and manage your AWS costs and usage over time?

It helps you analyze your AWS spending.
Show hint
Correct! Wrong!

AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time. You can view data up to the last 13 months, forecast how much you’re likely to spend for the next three months, and get recommendations for what Reserved Instances to purchase.

Which AWS service provides a managed, MySQL and PostgreSQL-compatible relational database built for the cloud, offering high performance and availability?

It's a high-performance, cloud-native relational database.
Show hint
Correct! Wrong!

Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud, that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases.

Which AWS service helps you to discover and protect sensitive data stored in Amazon S3?

This service uses ML to find sensitive data.
Show hint
Correct! Wrong!

Amazon Macie is a data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS. Macie automatically detects a large and growing list of sensitive data types, including personally identifiable information (PII) such as names, addresses, and credit card numbers.

What does AWS Elastic Beanstalk provide?

It simplifies application deployment and management.
Show hint
Correct! Wrong!

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS. You simply upload your code, and Elastic Beanstalk automatically handles the deployment.

Which of the following is a characteristic of Platform as a Service (PaaS)?

Users manage applications and data, but not the underlying infrastructure.
Show hint
Correct! Wrong!

PaaS provides a platform for customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. The provider manages the underlying infrastructure.

What is the main benefit of using Amazon S3 for static website hosting?

It's a serverless way to host simple websites.
Show hint
Correct! Wrong!

Hosting a static website on Amazon S3 is a cost-effective, scalable, and reliable solution. It eliminates the need to manage web servers.

What is the AWS Pricing Calculator used for?

It helps you estimate costs before you build.
Show hint
Correct! Wrong!

The AWS Pricing Calculator lets you explore AWS services and create an estimate for the cost of your use cases on AWS. It's useful for planning and budgeting before deploying resources.

Which AWS database service is a fully managed NoSQL database that provides fast and predictable performance with seamless scalability?

It's a NoSQL key-value and document database.
Show hint
Correct! Wrong!

Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It's a fully managed, multi-region, multi-active, durable database with built-in security, backup and restore, and in-memory caching for internet-scale applications.

Which AWS service is used to manage users, groups, and permissions?

This service controls 'who can do what'.
Show hint
Correct! Wrong!

AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely. You can create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources.

Which AWS service is a fully managed data warehouse service that makes it simple and cost-effective to analyze all your data using standard SQL?

It's for large-scale data analysis and business intelligence.
Show hint
Correct! Wrong!

Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service that makes it simple and cost-effective to analyze all your data using your existing business intelligence tools.

Which AWS compliance program attests to AWS infrastructure's adherence to security standards for handling credit card data?

This standard is related to credit card payments.
Show hint
Correct! Wrong!

PCI DSS (Payment Card Industry Data Security Standard) is a set of security standards designed to ensure that all companies that accept, process, store, or transmit credit card information maintain a secure environment. AWS is PCI DSS compliant.

Which pillar of the AWS Well-Architected Framework focuses on the ability of a system to recover from infrastructure or service disruptions?

It's about keeping things running despite failures.
Show hint
Correct! Wrong!

The Reliability pillar focuses on ensuring a workload performs its intended function correctly and consistently when it’s expected to. This includes the ability to operate and test the workload through its total lifecycle and to recover from failures.

What is an IAM role?

It's an identity with permissions that can be assumed by users or services.
Show hint
Correct! Wrong!

An IAM role is an IAM identity that you can create in your account that has specific permissions. It is similar to an IAM user, in that it is an AWS identity with permission policies that determine what the identity can and cannot do in AWS. However, instead of being uniquely associated with one person, a role is intended to be assumable by anyone who needs it.

What is AWS CloudFormation primarily used for?

It's for defining and provisioning infrastructure as code.
Show hint
Correct! Wrong!

AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion (Infrastructure as Code).

Which AWS service provides a web application firewall that helps protect your web applications from common web exploits?

It protects web applications at the application layer.
Show hint
Correct! Wrong!

AWS WAF is a web application firewall that helps protect your web applications or APIs against common web exploits that may affect availability, compromise security, or consume excessive resources.

Which AWS service provides a simple way to set up a new, secure, multi-account AWS environment based on AWS best practices?

It helps establish a 'landing zone' for multiple accounts.
Show hint
Correct! Wrong!

AWS Control Tower provides the easiest way to set up and govern a new, secure, multi-account AWS environment. It automates the setup of a baseline environment, or landing zone, that is a secure, well-architected, multi-account AWS environment.

What is the AWS Free Tier?

It allows you to try services for free up to certain limits.
Show hint
Correct! Wrong!

The AWS Free Tier enables you to gain free, hands-on experience with the AWS platform, products, and services. It includes offers that are always free, 12 months free, and short-term trials.

Which of the following is a customer responsibility under the AWS Shared Responsibility Model for Amazon EC2?

Think about what you control on a virtual server.
Show hint
Correct! Wrong!

For EC2, the customer is responsible for tasks such as guest operating system patching, security group configuration, and managing data encryption within the instance.

What is the principle of least privilege?

Grant only the necessary permissions.
Show hint
Correct! Wrong!

The principle of least privilege is a security concept that states users and applications should only be granted the minimum permissions necessary to perform their tasks.

What is the primary purpose of AWS Budgets?

It helps you set spending limits and get alerts.
Show hint
Correct! Wrong!

AWS Budgets allows you to set custom budgets to track your cost and usage from the simplest to the most complex use cases. You can also set alerts to notify you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount.

Which AWS concept allows you to achieve high availability by distributing resources across multiple, isolated locations within a Region?

These are isolated locations within a Region.
Show hint
Correct! Wrong!

Availability Zones (AZs) are distinct locations within an AWS Region that are engineered to be isolated from failures in other AZs. Deploying resources across multiple AZs enhances high availability.

What is the primary use case for Amazon Elastic Container Service (ECS)?

It's for running and managing Docker containers.
Show hint
Correct! Wrong!

Amazon ECS is a fully managed container orchestration service that helps you easily deploy, manage, and scale containerized applications. It integrates with other AWS services like IAM, VPC, and Elastic Load Balancing.

What is the AWS Shared Responsibility Model?

It defines who is responsible for what aspects of security.
Show hint
Correct! Wrong!

The AWS Shared Responsibility Model defines that AWS is responsible for the security 'of' the cloud (infrastructure, hardware, software, facilities), while the customer is responsible for security 'in' the cloud (data, platform, applications, identity, and access management).

Which AWS service provides a fully managed message queuing service for microservices, distributed systems, and serverless applications?

It helps decouple application components using queues.
Show hint
Correct! Wrong!

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.

What does AWS Organizations enable you to do?

It's for managing multiple AWS accounts.
Show hint
Correct! Wrong!

AWS Organizations helps you centrally govern your environment as you grow and scale your workloads on AWS. You can create service control policies (SCPs) to manage permissions across multiple AWS accounts.

Which of the following is a primary advantage of moving to the AWS Cloud from an on-premises data center?

Think about upfront costs versus ongoing operational costs.
Show hint
Correct! Wrong!

Moving to the AWS Cloud allows companies to trade capital expenses (like buying servers) for variable expenses (paying only for what they use), reducing upfront investment and operational costs.

Which AWS service helps you assess, audit, and evaluate the configurations of your AWS resources for compliance?

This service tracks resource configurations and changes.
Show hint
Correct! Wrong!

AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations.

Which AWS service can be used to establish a dedicated, private network connection from your on-premises data center to AWS?

It provides a dedicated physical connection.
Show hint
Correct! Wrong!

AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated network connection from your premises to AWS. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation environment.

Which AWS service provides managed Distributed Denial of Service (DDoS) protection?

This service helps protect against large-scale attacks.
Show hint
Correct! Wrong!

AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS. AWS Shield Standard is automatically enabled for all AWS customers at no additional charge.

What is Amazon RDS (Relational Database Service)?

It's for managing relational databases like MySQL, PostgreSQL, etc.
Show hint
Correct! Wrong!

Amazon RDS makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching, and backups.

What is a key benefit of using pay-as-you-go pricing in AWS?

You only pay for what you use.
Show hint
Correct! Wrong!

Pay-as-you-go pricing means you only pay for the resources you consume, for as long as you use them, without long-term contracts or upfront commitments. This allows for cost savings and flexibility.

Which AWS service allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define?

It's your private network in the cloud.
Show hint
Correct! Wrong!

Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment.

Which cloud deployment model allows organizations to leverage both private and public cloud resources?

It's a mix of public and private environments.
Show hint
Correct! Wrong!

A hybrid cloud deployment model combines public cloud resources (like AWS) with private cloud resources (on-premises infrastructure) or other clouds, allowing data and applications to be shared between them.

Which AWS service is used to deliver content to end-users with low latency and high transfer speeds?

This service uses a network of edge locations.
Show hint
Correct! Wrong!

Amazon CloudFront is a content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds, all within a developer-friendly environment.

What is the primary benefit of elasticity in cloud computing?

It's about adapting to changing capacity needs.
Show hint
Correct! Wrong!

Elasticity is the ability of the cloud to automatically scale resources up or down based on demand, ensuring that you have the capacity you need while only paying for what you use.

Which AWS compute service allows you to run code without provisioning or managing servers?

Think 'serverless'.
Show hint
Correct! Wrong!

AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers. You pay only for the compute time you consume.

AWS Certified Cloud Practitioner (CLF-C02) Practice Exam
Excellent!
Fantastic! You have a strong grasp of AWS Cloud Practitioner concepts.
Good Job!
Well done! Review the areas where you missed questions to solidify your knowledge.
More Study Needed
Keep studying! Focus on the AWS documentation and re-take practice tests.

Share your Results:

About the author

Arslan Khan

Arslan is a Senior Software Engineer, Cloud Engineer, and DevOps Specialist with a passion for simplifying complex cloud technologies. With years of hands-on experience in AWS architecture, automation, and cloud-native development, he writes practical, insightful blogs to help developers and IT professionals navigate the evolving world of cloud computing. When he's not optimizing infrastructure or deploying scalable solutions, he’s sharing knowledge through tutorials and thought leadership in the AWS and DevOps space.