Skip to content
Zurück zu den Lernmaterialien

50 Free AWS Cloud Practitioner Practice Questions (CLF-C02)

29. Juli 2026~17 min read

Preparing for the AWS Cloud Practitioner certification? These 50 free practice questions cover all four domains of the CLF-C02 exam.

Use these questions to:

  • Test your knowledge of AWS cloud concepts
  • Understand the Shared Responsibility Model
  • Learn core AWS services (compute, storage, database, networking)
  • Master AWS pricing and support models

Domain 1: Cloud Concepts (Questions 1–12)

Question 1

What is the primary benefit of cloud computing?

a) Higher upfront costs
b) Elasticity and scalability
c) Fixed capacity planning
d) On-premises control

Show Answer

Answer: b) Elasticity and scalability

Explanation: Cloud computing provides elasticity (ability to scale resources up or down) and scalability (ability to handle increased load). This eliminates the need for capacity planning and reduces costs by paying only for what you use.

Question 2

Which AWS Well-Architected Framework pillar focuses on eliminating waste and optimizing costs?

a) Operational Excellence
b) Security
c) Reliability
d) Cost Optimization

Show Answer

Answer: d) Cost Optimization

Explanation: Cost Optimization is the pillar focused on eliminating waste, using the most cost-effective resources, and measuring overall efficiency. The other pillars focus on different aspects: Operational Excellence (running systems), Security (protecting data), Reliability (recovering from failures).

Question 3

What is an AWS Region?

a) A data center within AWS
b) A geographic area containing multiple Availability Zones
c) A network boundary
d) A service availability zone

Show Answer

Answer: b) A geographic area containing multiple Availability Zones

Explanation: An AWS Region is a geographic area (e.g., us-east-1, eu-west-1) that contains multiple Availability Zones (AZs). Each Region is independent, with its own infrastructure, to isolate failures.

Question 4

What is an AWS Availability Zone?

a) A separate geographic location
b) One or more discrete data centers with redundant power and networking
c) A network boundary
d) A service endpoint

Show Answer

Answer: b) One or more discrete data centers with redundant power and networking

Explanation: An Availability Zone (AZ) is one or more discrete data centers with redundant power, networking, and connectivity. Each Region has multiple AZs (typically 3+) for high availability.

Question 5

Which AWS service provides a content delivery network (CDN)?

a) S3
b) CloudFront
c) Route 53
d) ELB

Show Answer

Answer: b) CloudFront

Explanation: Amazon CloudFront is AWS's content delivery network (CDN) service. It delivers content through edge locations worldwide, reducing latency by caching content closer to users.

Question 6

What is the AWS Edge Location?

a) A data center in a Region
b) A site used by CloudFront to cache content closer to users
c) A network boundary
d) An Availability Zone

Show Answer

Answer: b) A site used by CloudFront to cache content closer to users

Explanation: Edge Locations are sites used by CloudFront (CDN) to cache content closer to end users, reducing latency. There are more Edge Locations than Regions worldwide.

Question 7

Which pillar of the AWS Well-Architected Framework focuses on the ability to recover from failures?

a) Operational Excellence
b) Security
c) Reliability
d) Performance Efficiency

Show Answer

Answer: c) Reliability

Explanation: Reliability is the pillar focused on the ability of a system to recover from failures (disaster recovery, backups, failover) and dynamically acquire resources to meet demand.

Question 8

What is the benefit of the AWS Free Tier?

a) Free access to all AWS services forever
b) 12 months of free access to limited services for new customers
c) Free technical support
d) Free training courses

Show Answer

Answer: b) 12 months of free access to limited services for new customers

Explanation: The AWS Free Tier provides 12 months of free access to selected services (limited usage) for new AWS customers. It includes free tier services, short-term trials, and always-free services.

Question 9

Which of the following is NOT a characteristic of cloud computing?

a) On-demand self-service
b) Broad network access
c) Fixed capacity
d) Rapid elasticity

Show Answer

Answer: c) Fixed capacity

Explanation: Cloud computing features on-demand self-service, broad network access, resource pooling, rapid elasticity, and measured service. Fixed capacity is characteristic of traditional on-premises infrastructure, not cloud.

Question 10

What is TCO (Total Cost of Ownership) in cloud context?

a) The monthly AWS bill
b) The complete cost of owning and operating IT infrastructure over time
c) The cost of AWS support plans
d) The cost of data transfer

Show Answer

Answer: b) The complete cost of owning and operating IT infrastructure over time

Explanation: TCO (Total Cost of Ownership) includes all costs associated with IT infrastructure: hardware, software, power, cooling, data center space, IT staff, maintenance, and more. AWS TCO calculators help compare on-premises vs cloud costs.

Question 11

Which AWS service is used for domain registration and DNS?

a) CloudFront
b) Route 53
c) ELB
d) VPC

Show Answer

Answer: b) Route 53

Explanation: Amazon Route 53 is AWS's scalable DNS (Domain Name System) service and domain registrar. It translates domain names (e.g., example.com) into IP addresses.

Question 12

What is the primary difference between On-Demand and Reserved Instances?

a) On-Demand is cheaper
b) Reserved Instances require a 1-3 year commitment for significant discounts
c) On-Demand requires no commitment, Reserved requires 1-3 year commitment
d) Both b and c

Show Answer

Answer: d) Both b and c

Explanation: On-Demand Instances have no commitment and you pay by the hour/second. Reserved Instances require a 1-3 year commitment but offer up to 72% discount compared to On-Demand pricing.


Domain 2: Security & Compliance (Questions 13–24)

Question 13

In the AWS Shared Responsibility Model, what is AWS responsible for?

a) Customer data encryption
b) Security OF the cloud (infrastructure)
c) IAM policies
d) Security group configuration

Show Answer

Answer: b) Security OF the cloud (infrastructure)

Explanation: AWS is responsible for security OF the cloud: protecting the infrastructure (hardware, software, networking, facilities). Customers are responsible for security IN the cloud: their data, applications, IAM, OS, and firewall configurations.

Question 14

Which AWS service manages users, groups, and permissions?

a) S3
b) IAM
c) KMS
d) Shield

Show Answer

Answer: b) IAM

Explanation: AWS IAM (Identity and Access Management) manages users, groups, roles, and permissions. It controls who can authenticate and what actions they can perform on AWS resources.

Question 15

What is the principle of least privilege in IAM?

a) Give users all permissions they might ever need
b) Grant only the permissions required to perform a specific task
c) Disable all permissions by default
d) Give admin access to all users

Show Answer

Answer: b) Grant only the permissions required to perform a specific task

Explanation: The principle of least privilege means granting users only the minimum permissions necessary to perform their job functions. This reduces the risk of accidental or malicious damage.

Question 16

Which AWS service provides DDoS protection?

a) IAM
b) AWS Shield
c) KMS
d) CloudTrail

Show Answer

Answer: b) AWS Shield

Explanation: AWS Shield provides DDoS (Distributed Denial of Service) protection. Shield Standard is included free for all customers; Shield Advanced provides additional protection for ~$3000/month.

Question 17

What is MFA (Multi-Factor Authentication)?

a) Using multiple passwords
b) Requiring two or more verification methods to access an account
c) Logging in from multiple devices
d) Using biometric authentication only

Show Answer

Answer: b) Requiring two or more verification methods to access an account

Explanation: MFA requires users to provide two or more verification factors: something they know (password), something they have (hardware token, phone), or something they are (biometrics). This adds an extra layer of security.

Question 18

Which AWS service encrypts data at rest?

a) IAM
b) KMS
c) CloudTrail
d) VPC

Show Answer

Answer: b) KMS

Explanation: AWS KMS (Key Management Service) manages encryption keys used to encrypt data at rest. It integrates with many AWS services (S3, EBS, RDS) for automatic encryption.

Question 19

What does AWS CloudTrail do?

a) Encrypts data
b) Logs API calls and user activity
c) Monitors network traffic
d) Manages IAM users

Show Answer

Answer: b) Logs API calls and user activity

Explanation: AWS CloudTrail records API calls and user activity in your AWS account. It provides event history for auditing, compliance, and troubleshooting.

Question 20

Which compliance program is specifically for handling protected health information (PHI)?

a) SOC 2
b) HIPAA
c) PCI DSS
d) GDPR

Show Answer

Answer: b) HIPAA

Explanation: HIPAA (Health Insurance Portability and Accountability Act) is the US regulation for handling protected health information (PHI). AWS offers HIPAA-eligible services for healthcare workloads.

Question 21

What is a Security Group in AWS?

a) A group of IAM users
b) A virtual firewall for EC2 instances
c) A collection of S3 buckets
d) A network monitoring tool

Show Answer

Answer: b) A virtual firewall for EC2 instances

Explanation: Security Groups act as virtual firewalls for EC2 instances (and other resources). They control inbound and outbound traffic at the instance level using rules.

Question 22

What is the difference between Security Groups and NACLs?

a) Security Groups are stateless, NACLs are stateful
b) Security Groups are stateful, NACLs are stateless
c) They are the same
d) Security Groups work at subnet level, NACLs at instance level

Show Answer

Answer: b) Security Groups are stateful, NACLs are stateless

Explanation: Security Groups are stateful (return traffic is automatically allowed) and work at the instance level. NACLs (Network ACLs) are stateless (both inbound and outbound rules must be defined) and work at the subnet level.

Question 23

Which AWS service provides a managed Windows Active Directory?

a) IAM
b) AWS Directory Service
c) Cognito
d) SSO

Show Answer

Answer: b) AWS Directory Service

Explanation: AWS Directory Service provides managed Microsoft Active Directory in the cloud, allowing integration with on-premises AD and Windows-based applications.

Question 24

What is AWS Artifact?

a) A service for managing EC2 instances
b) A portal for accessing compliance reports and agreements
c) A data migration tool
d) A monitoring service

Show Answer

Answer: b) A portal for accessing compliance reports and agreements

Explanation: AWS Artifact is a portal where customers can access AWS compliance reports (SOC, PCI, ISO, etc.) and online agreements (Business Associate Addendum, NDA). It helps with compliance auditing.


Domain 3: Technology & Services (Questions 25–38)

Question 25

Which AWS service provides managed relational databases?

a) DynamoDB
b) RDS
c) Redshift
d) ElastiCache

Show Answer

Answer: b) RDS

Explanation: Amazon RDS (Relational Database Service) provides managed relational databases including MySQL, PostgreSQL, Oracle, SQL Server, and Amazon Aurora. It handles provisioning, patching, backup, and recovery.

Question 26

Which AWS database is a NoSQL key-value and document database?

a) RDS
b) DynamoDB
c) Aurora
d) Redshift

Show Answer

Answer: b) DynamoDB

Explanation: Amazon DynamoDB is a fast, flexible NoSQL database service for key-value and document data structures. It's fully managed and scales automatically.

Question 27

What is AWS Lambda?

a) A virtual server
b) A serverless compute service that runs code in response to events
c) A container service
d) A database service

Show Answer

Answer: b) A serverless compute service that runs code in response to events

Explanation: AWS Lambda is a serverless compute service that runs code in response to events (e.g., S3 upload, API Gateway request) without provisioning servers. You pay only for compute time used.

Question 28

Which AWS storage service is best for frequently accessed data that needs millisecond latency?

a) S3 Standard
b) S3 Glacier
c) EBS
d) Storage Gateway

Show Answer

Answer: a) S3 Standard

Explanation: S3 Standard is designed for frequently accessed data with low latency and high throughput. S3 Glacier is for archival (retrieval in minutes/hours). EBS is block storage for EC2 instances.

Question 29

What is Amazon EBS?

a) Object storage
b) Block storage for EC2 instances
c) File storage
d) Archive storage

Show Answer

Answer: b) Block storage for EC2 instances

Explanation: Amazon EBS (Elastic Block Store) provides persistent block storage volumes for EC2 instances. It's like a hard drive that can be attached to an EC2 instance.

Question 30

Which AWS service provides managed Kubernetes?

a) ECS
b) EKS
c) Lambda
d) EC2

Show Answer

Answer: b) EKS

Explanation: Amazon EKS (Elastic Kubernetes Service) provides managed Kubernetes. It handles the control plane, while you manage the worker nodes and applications.

Question 31

What is Amazon VPC?

a) A virtual private cloud for isolated network resources
b) A VPN service
c) A content delivery network
d) A database service

Show Answer

Answer: a) A virtual private cloud for isolated network resources

Explanation: Amazon VPC (Virtual Private Cloud) lets you provision a logically isolated section of the AWS cloud where you can launch resources in a virtual network you define.

Question 32

Which AWS service provides load balancing?

a) Route 53
b) ELB (Elastic Load Balancing)
c) CloudFront
d) VPC

Show Answer

Answer: b) ELB (Elastic Load Balancing)

Explanation: Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets (EC2 instances, containers, IP addresses). Types include Application LB, Network LB, and Gateway LB.

Question 33

What is Amazon CloudWatch?

a) A logging and monitoring service
b) A security service
c) A database service
d) A networking service

Show Answer

Answer: a) A logging and monitoring service

Explanation: Amazon CloudWatch is a monitoring and observability service. It collects metrics, logs, and events from AWS resources and applications, enabling monitoring, alerting, and automated actions.

Question 34

Which AWS service is used for data warehousing?

a) RDS
b) DynamoDB
c) Redshift
d) ElastiCache

Show Answer

Answer: c) Redshift

Explanation: Amazon Redshift is a fast, fully managed data warehouse service. It's optimized for analytical queries on large datasets using columnar storage and parallel processing.

Question 35

What is AWS ECS?

a) Elastic Container Service for Docker containers
b) Elastic Cloud Server
c) Elastic Compute Service
d) Elastic Cache Service

Show Answer

Answer: a) Elastic Container Service for Docker containers

Explanation: Amazon ECS (Elastic Container Service) is a managed container orchestration service for Docker containers. It integrates with EC2 or runs on Fargate (serverless).

Question 36

Which AWS service provides automated backups for databases?

a) RDS
b) DynamoDB
c) Both a and b
d) Neither

Show Answer

Answer: c) Both a and b

Explanation: Both RDS and DynamoDB provide automated backups. RDS offers automated backups with point-in-time recovery. DynamoDB offers continuous backups and point-in-time recovery.

Question 37

What is the maximum size of an S3 object?

a) 5 GB
b) 5 TB
c) 100 GB
d) Unlimited

Show Answer

Answer: b) 5 TB

Explanation: The maximum size of a single S3 object is 5 TB. Objects larger than 5 GB must be uploaded using multipart upload.

Question 38

Which AWS service provides machine learning capabilities?

a) SageMaker
b) Rekognition
c) Comprehend
d) All of the above

Show Answer

Answer: d) All of the above

Explanation: AWS provides multiple ML services: SageMaker (build/train/deploy ML models), Rekognition (image/video analysis), Comprehend (natural language processing), and many others.


Domain 4: Billing, Pricing & Support (Questions 39–50)

Question 39

Which AWS pricing model allows you to pay only for what you use?

a) Reserved Instances
b) On-Demand
c) Spot Instances
d) Savings Plans

Show Answer

Answer: b) On-Demand

Explanation: On-Demand pricing allows you to pay for compute capacity by the hour or second with no long-term commitments. You pay only for what you use.

Question 40

What is the maximum discount for Reserved Instances?

a) 30%
b) 50%
c) 72%
d) 90%

Show Answer

Answer: c) 72%

Explanation: Reserved Instances can provide up to 72% discount compared to On-Demand pricing, depending on the instance type, region, and commitment term (1 or 3 years).

Question 41

Which support plan provides 15-minute response time for production system down?

a) Basic
b) Developer
c) Business
d) Enterprise

Show Answer

Answer: d) Enterprise

Explanation: Enterprise Support provides 15-minute response time for production system down cases. Business Support provides 1-hour response, Developer Support provides 12-hour response for general guidance.

Question 42

What is AWS Cost Explorer?

a) A tool for visualizing and analyzing AWS costs
b) A service for finding cost-effective instances
c) A monitoring tool
d) A billing alert service

Show Answer

Answer: a) A tool for visualizing and analyzing AWS costs

Explanation: AWS Cost Explorer is a tool that allows you to visualize, understand, and manage your AWS costs and usage over time. It provides reports, forecasts, and recommendations.

Question 43

Which AWS service sends alerts when costs exceed thresholds?

a) CloudWatch
b) AWS Budgets
c) Cost Explorer
d) Trusted Advisor

Show Answer

Answer: b) AWS Budgets

Explanation: AWS Budgets allows you to set custom budgets and receive alerts when your costs or usage exceed (or are forecasted to exceed) your budgeted amount.

Question 44

What is AWS Trusted Advisor?

a) A consulting service
b) A tool that provides best practice recommendations
c) A support plan
d) A monitoring service

Show Answer

Answer: b) A tool that provides best practice recommendations

Explanation: AWS Trusted Advisor provides real-time guidance to help you provision resources following AWS best practices in cost optimization, security, fault tolerance, performance, and service limits.

Question 45

Which pricing model offers the highest discount (up to 90%) but can be interrupted?

a) On-Demand
b) Reserved Instances
c) Spot Instances
d) Savings Plans

Show Answer

Answer: c) Spot Instances

Explanation: Spot Instances offer the highest discount (up to 90% off On-Demand) but can be interrupted by AWS with a 2-minute warning when capacity is needed. Best for fault-tolerant, flexible workloads.

Question 46

What is the AWS Support API?

a) An API for creating support cases programmatically
b) An API for accessing AWS services
c) A monitoring API
d) A billing API

Show Answer

Answer: a) An API for creating support cases programmatically

Explanation: The AWS Support API allows you to create and manage support cases programmatically. It's available for Business and Enterprise Support plans.

Question 47

Which of the following is NOT included in the Basic Support plan?

a) 24x7 access to customer service
b) AWS Trusted Advisor checks
c) Technical support via chat or phone
d) Access to AWS Personal Health Dashboard

Show Answer

Answer: c) Technical support via chat or phone

Explanation: Basic Support includes 24x7 access to customer service, AWS Trusted Advisor (7 core checks), and AWS Personal Health Dashboard. Technical support via chat or phone requires Developer Support or higher.

Question 48

What is AWS Savings Plans?

a) A flexible pricing model offering lower prices based on usage commitment
b) A budget alert service
c) A cost analysis tool
d) A reserved instance type

Show Answer

Answer: a) A flexible pricing model offering lower prices based on usage commitment

Explanation: AWS Savings Plans offer significant savings (up to 72%) in exchange for a commitment to a consistent amount of usage (measured in $/hour) for a 1 or 3-year term. More flexible than Reserved Instances.

Question 49

Which AWS service helps estimate costs before deploying?

a) Cost Explorer
b) AWS TCO Calculator
c) AWS Budgets
d) CloudWatch

Show Answer

Answer: b) AWS TCO Calculator

Explanation: AWS TCO (Total Cost of Ownership) calculators help estimate costs and compare on-premises infrastructure to AWS. Cost Explorer analyzes existing costs, while TCO Calculator estimates future costs.

Question 50

What is the response time for Enterprise Support for a production system impairment?

a) 1 hour
b) 15 minutes
c) 12 hours
d) 24 hours

Show Answer

Answer: b) 15 minutes

Explanation: Enterprise Support provides 15-minute response time for production system impairment (critical cases). Business Support provides 1-hour response for the same severity level.


How Did You Score?

  • 0–25 correct: Focus on fundamentals. Review the AWS Cloud Practitioner Exam Guide and study cloud concepts.
  • 26–40 correct: You're on the right track. Review weak areas and practice more questions.
  • 41–50 correct: Ready for the exam! Try our full practice exam for exam-like simulation.

Ready for the Full AWS Practice Exam?

These 50 questions are just a sample. Our complete AWS Cloud Practitioner practice exam includes:

  • 200+ questions covering all exam domains
  • Exam simulation mode with timed sessions
  • Detailed analytics showing your strengths and weaknesses
  • Explanations for every answer

Access all AWS practice questions →


Related Articles

Bereit, dein Wissen zu testen?

Probiere unsere Übungsprüfungen mit Hunderten von realistischen Fragen aus.

Üben starten →

This site uses essential cookies for Stripe payments. No tracking cookies.