AWS Cloud Practitioner Certification Practice Test — 35 MCQ Practice
The AWS Certified Cloud Practitioner (CLF-C02) is the most sought-after entry-level cloud certification in the world - and this practice test is built to get you there. 35 carefully selected MCQs covering every domain of the CLF-C02 exam: core AWS services (EC2, S3, RDS, Lambda, VPC), security and compliance (IAM, CloudTrail, Secrets Manager), networking (CloudFront, Route 53, Direct Connect), monitoring (CloudWatch), and modern development services (SageMaker, Kinesis, Amplify). Every question mirrors the real exam style.
Every explanation tells you not just what the answer is - but why the other options are wrong. Switch between Study Mode to learn at your own pace, or Test Mode to simulate real exam pressure with a timer. Stop reading. Start practicing.
Which of the following is a key benefit of using Amazon S3 for storing data?
Amazon S3 automatically encrypts your data at rest to provide an additional layer of security. This helps protect your data from unauthorized access or data breaches.
Which AWS service is used to launch and manage virtual servers in the cloud?
Amazon Elastic Compute Cloud (Amazon EC2) allows you to launch and manage virtual servers (instances) in the AWS cloud. It provides resizable compute capacity to meet your application needs.
What does the R stand for in the AWS service Amazon RDS?
The R in Amazon RDS stands for Relational. Amazon RDS is a managed relational database service that makes it easy to set up operate and scale a relational database in the cloud.
Which AWS service can be used to distribute content globally and improve website performance?
Amazon CloudFront is a content delivery network (CDN) service that caches and delivers your content including web pages videos and images to users globally. By caching content at edge locations CloudFront improves website performance and reduces latency.
What does the acronym IAM stand for in AWS?
IAM stands for Identity and Access Management. It is a service that enables you to manage user identities and their access to AWS resources securely. IAM helps you control who can access your AWS resources and what actions they can perform.
Which AWS service provides a fully managed scalable and serverless data warehouse?
AWS Redshift is a fully managed scalable and serverless data warehousing service. It is optimized for online analytic processing (OLAP) and can handle large-scale data warehousing and analysis workloads.
What AWS service is used to create and manage virtual private networks in the cloud?
Amazon Virtual Private Cloud (Amazon VPC) enables you to create and manage your own isolated virtual network in the AWS cloud. It allows you to define your own IP address range create subnets and configure route tables network gateways and security settings.
Which AWS service is designed for building training and deploying machine learning models at scale?
Amazon SageMaker is a fully managed service that provides developers and data scientists with the ability to build train and deploy machine learning models at scale. It offers a complete set of tools and frameworks to simplify the machine learning workflow.
What is the primary purpose of AWS CloudTrail?
AWS CloudTrail is a service that enables auditing and tracking of API activity in your AWS account. It records actions taken by users services or AWS Management Console providing visibility into historical usage of AWS services and resources.
Which AWS service can be used to automatically scale EC2 instances based on demand?
Amazon EC2 Auto Scaling allows you to automatically scale your Amazon EC2 instances based on predefined conditions or rules. It helps maintain application availability optimize performance and reduce costs by adjusting the capacity of your EC2 fleet as demand changes.
What is the purpose of AWS Lambda?
AWS Lambda is a serverless compute service that allows you to run your code without the need to provision or manage servers. It automatically scales your application in response to incoming requests and charges you only for the compute time consumed.
What AWS service is commonly used for sending emails to customers?
Amazon Simple Email Service (SES) is a cost-effective email service that allows you to send transactional emails marketing messages and other types of high-quality content to your customers. It provides a reliable and scalable infrastructure for email delivery.
Which AWS service can be used to host a static website?
Amazon S3 can be used to host a static website by storing the website HTML CSS JavaScript and other files. You can configure S3 to serve the static website content directly to users making it a simple and cost-effective solution.
What is the purpose of AWS CloudFormation?
AWS CloudFormation is a service that allows you to define your infrastructure as code using templates. It enables you to create update and delete resources in a predictable and automated way making it easier to manage and deploy your infrastructure.
Which AWS service provides a scalable fully managed NoSQL database?
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is designed to handle large amounts of data and can automatically scale up or down based on your application needs.
What AWS service can be used to monitor and gain insights into application performance?
AWS CloudWatch is a monitoring and observability service that provides metrics logs and events for resources and applications running on AWS. It allows you to collect and track metrics monitor logs and set alarms to gain insights into the performance and health of your applications.
Which AWS service can be used to securely store and manage secrets such as database credentials?
AWS Secrets Manager is a service that enables you to securely store and manage secrets such as database credentials API keys and encryption keys. It provides an easy and secure way to retrieve secrets programmatically for your applications.
What AWS service allows you to create and manage virtual networks in the cloud?
Amazon Virtual Private Cloud (Amazon VPC) allows you to create and manage virtual networks in the AWS cloud. It provides isolated sections of the AWS cloud where you can launch AWS resources in a virtual network that you define.
Which AWS service can be used to analyze and visualize data through interactive dashboards?
Amazon QuickSight is a business intelligence service that allows you to analyze and visualize data through interactive dashboards charts and reports. It enables you to gain insights from your data and make data-driven decisions.
What AWS service is commonly used for serverless backend development?
AWS Amplify is a development platform that provides a set of tools and services for building serverless backend applications. It simplifies the development process by offering features like authentication APIs storage and hosting.
What AWS service can be used to perform real-time stream processing of data?
Amazon Kinesis is a platform for real-time streaming of data at a massive scale. It enables you to collect process and analyze streaming data such as website clickstreams IoT telemetry data and application logs in real-time.
Which AWS service provides a fully managed serverless data integration service?
AWS Glue is a fully managed serverless data integration service that makes it easy to prepare and load data for analytics. It automatically generates code to extract transform and load (ETL) data from various sources and catalogs the metadata for easy discovery.
What is the primary purpose of AWS Elastic Beanstalk?
AWS Elastic Beanstalk is a platform as a service (PaaS) offering that makes it easy to deploy run and scale web applications. It abstracts the underlying infrastructure details and allows developers to focus on writing code while AWS handles the deployment and management aspects.
Which AWS service provides serverless functions that can be executed in response to events?
AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. It supports a wide range of programming languages and can be triggered by various event sources such as changes in data stored in Amazon S3.
What AWS service provides a fully managed highly available relational database service?
Amazon Relational Database Service (RDS) is a fully managed service that provides resizable highly available and scalable relational databases in the cloud. It supports popular database engines such as MySQL PostgreSQL and Oracle.
Which AWS service can be used to set up a dedicated network connection between your on-premises data center and AWS?
AWS Direct Connect enables you to establish a dedicated network connection from your premises to AWS. It provides a more consistent and reliable network experience compared to internet-based connections which is useful for large data transfers or sensitive workloads.
What AWS service can be used to automatically backup and restore Amazon EC2 instances?
AWS Backup is a fully managed backup service that centralizes and automates the backup of your AWS resources including Amazon EC2 instances. It provides a consistent and scalable solution for managing backups across multiple services.
Which AWS service can be used to manage and monitor containerized applications?
Amazon Elastic Container Service (ECS) is a fully managed container orchestration service for Docker containers. It allows you to run manage and scale containerized applications using Amazon EC2 instances or AWS Fargate.
What is the purpose of AWS CloudFront?
AWS CloudFront is a global content delivery network (CDN) service that caches and delivers your content to users with low latency from edge locations around the world. It improves the performance and availability of your web applications and content.
Which AWS service provides managed file storage for EC2 instances?
Amazon Elastic File System (EFS) is a fully managed file storage service that provides scalable and highly available file storage for use with Amazon EC2 instances. It supports multiple EC2 instances accessing the same file system concurrently.
Which AWS service provides a fully managed message queueing service?
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling and scaling of distributed systems. It allows you to send store and receive messages between software components without losing messages.
What is the primary purpose of AWS Identity and Access Management (IAM)?
AWS Identity and Access Management (IAM) is used to manage user access and permissions to AWS services and resources. It allows you to create and manage AWS users groups and roles and control their level of access to various resources.
Which AWS service can be used to process and analyze large datasets in a distributed computing environment?
Amazon Elastic MapReduce (EMR) is a fully managed big data processing service that enables processing and analyzing large datasets using popular frameworks such as Apache Hadoop Apache Spark and Presto. It simplifies the setup configuration and management of distributed computing clusters.
What AWS service can be used to host and manage databases in the cloud?
Amazon Relational Database Service (RDS) is a fully managed service that provides resizable and scalable relational databases in the cloud. It supports popular database engines like MySQL PostgreSQL Oracle and SQL Server.
Which AWS service can be used to distribute traffic across multiple EC2 instances or load balancers?
Amazon Route 53 is a scalable domain name system (DNS) web service that can be used for routing users to different resources in a highly available and cost-effective manner. It can route traffic to multiple EC2 instances or load balancers to achieve load balancing and fault tolerance.