CLF-C02 · topic practice

Cloud Concepts practice questions

Cloud Concepts is the foundational domain of the AWS Certified Cloud Practitioner (CLF-C02) exam. In plain English, it covers what cloud computing is, the basic value propositions of AWS, and the core services that make up the AWS cloud. You'll learn about the AWS Global Infrastructure—regions, availability zones, and edge locations—and understand key concepts like scalability, elasticity, high availability, and fault tolerance. The domain also introduces the AWS Well-Architected Framework, which is a set of best practices for building secure, high-performing, resilient, and efficient cloud architectures. For example, you'll see how a company can use Amazon EC2 Auto Scaling to automatically add or remove servers based on traffic, ensuring they only pay for what they use while keeping their application responsive. This domain is crucial for real-world IT and cloud work because it provides the mental model for how cloud services operate and how to think about cost, performance, and reliability. Whether you're a developer, sysadmin, or manager, understanding cloud concepts helps you make informed decisions about migrating workloads, designing architectures, and managing cloud costs. For instance, knowing the difference between vertical scaling (upgrading a server) and horizontal scaling (adding more servers) can directly impact how you design a system to handle traffic spikes. Without this foundation, you might overprovision resources, waste money, or fail to meet availability requirements. On the CLF-C02 exam, Cloud Concepts tests your ability to define cloud computing, identify the benefits of AWS (like pay-as-you-go pricing and global reach), and recognize the design principles of the Well-Architected Framework. You'll need to know the difference between the six pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability. The exam also covers basic AWS services—such as Amazon EC2 for compute, Amazon S3 for storage, and Amazon VPC for networking—and how they map to on-premises equivalents. Expect scenario-based questions where you choose the best AWS service for a given requirement, like selecting Amazon S3 over Amazon EBS for storing static website files because of its durability and low cost. To study effectively, start by reading the AWS Cloud Practitioner Essentials whitepaper and the Well-Architected Framework overview. Use free resources like AWS's own digital training and hands-on labs in the AWS Free Tier. Focus on understanding concepts rather than memorizing service details—the exam is conceptual, not technical. Create flashcards for key terms like 'elasticity' (ability to scale resources up/down automatically) and 'high availability' (systems staying operational despite failures). Practice with sample questions from official AWS practice exams, and pay attention to the wording of questions that ask for 'best' or 'most cost-effective' answers. Finally, relate each concept to a real-world example, like how Netflix uses AWS's global infrastructure to stream content worldwide with low latency.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Cloud Concepts

What the exam tests

What to know about Cloud Concepts

Cloud Concepts on the CLF-C02 exam covers the fundamental principles of cloud computing, the AWS Global Infrastructure, the AWS Well-Architected Framework, and core AWS services like EC2, S3, and VPC, focusing on their benefits and use cases.

Define cloud computing and its essential characteristics (on-demand self-service, broad network access, resource pooling, rapid elasticity, measured service)

Identify the six pillars of the AWS Well-Architected Framework (Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability)

Distinguish between the AWS Global Infrastructure components: Regions, Availability Zones, and Edge Locations

Understand the value propositions of AWS: pay-as-you-go pricing, economies of scale, elasticity, high availability, and fault tolerance

Match common AWS services to their categories: compute (EC2, Lambda), storage (S3, EBS, EFS), database (RDS, DynamoDB), networking (VPC, CloudFront)

Recognize design principles for cloud architectures: scaling (vertical vs. horizontal), loose coupling, and automation

Watch out for

Common Cloud Concepts exam traps

  • Confusing a Region (geographic area with multiple AZs) with an Availability Zone (one or more data centers within a Region)
  • Thinking that all AWS services are globally available by default; many are Region-scoped (e.g., EC2 instances are tied to a specific Region)
  • Believing the Well-Architected Framework is a single document; it's actually a set of best practices with six separate pillars
  • Selecting a specific service (like Amazon RDS) when the scenario only requires a general understanding of database services; the exam may test concept over detail

Practice set

Cloud Concepts questions

20 questions · select your answer, then reveal the explanation

Question 1mediummultiple choice
Read the full Cloud Concepts explanation →

A company is migrating its on-premises applications to the AWS Cloud. The Chief Security Officer wants to confirm the division of security responsibilities. According to the AWS Shared Responsibility Model, which of the following tasks is the customer's responsibility?

Question 2mediummultiple choice
Read the full Cloud Concepts explanation →

A retail company runs a legacy application on a single on-premises server. The application experiences unpredictable traffic surges that degrade performance. The company is considering migrating to the AWS Cloud. Which cloud computing characteristic MOST directly addresses the ability to automatically adjust resources to meet changing demand without manual intervention?

Question 3mediummultiple choice
Read the full Cloud Concepts explanation →

A startup is deploying a web application on Amazon EC2 instances across multiple Availability Zones (AZs). The architecture must ensure that the application remains fully operational and available to users even if one entire AZ fails. Which cloud computing concept does this requirement MOST directly represent?

Question 4mediummultiple choice
Read the full Cloud Concepts explanation →

A mid-size company is planning to migrate its IT infrastructure to the AWS Cloud. The Chief Information Officer (CIO) expresses concern that multiple customers' virtual servers might run on the same physical hardware, potentially increasing the risk of data exposure. Which cloud computing characteristic describes this shared infrastructure model, where computing resources are pooled to serve multiple customers using a multi-tenant model?

Question 5mediummultiple choice
Read the full Cloud Concepts explanation →

A company based in Germany needs to store and process customer data that, by law, must remain within the European Union (EU). The company plans to use AWS services. Which AWS Global Infrastructure element is the MOST important for the company to evaluate when choosing where to deploy its resources?

Question 6mediummultiple choice
Read the full Cloud Concepts explanation →

A company is currently running its IT infrastructure in an on-premises data center. The finance department wants to understand how moving to the AWS Cloud would change the company's cost structure. In particular, they want to avoid large upfront hardware purchases and instead pay only for the resources they consume on a monthly basis. Which key cloud computing concept does this shift represent?

Question 7mediummultiple choice
Read the full Cloud Concepts explanation →

A company wants its employees to access cloud applications and manage cloud resources from anywhere using a variety of devices, including laptops, smartphones, and tablets. Which essential characteristic of cloud computing does this requirement directly represent?

Question 8mediummultiple choice
Read the full Cloud Concepts explanation →

A company runs an e-commerce website on Amazon EC2 instances behind an Application Load Balancer. The marketing team plans to run flash sales several times a year, which cause unpredictable but massive traffic spikes. The operations team wants the infrastructure to automatically add new EC2 instances when traffic increases and remove them when traffic decreases, without any manual intervention. Which cloud computing concept does this requirement MOST directly represent?

Question 9mediummultiple choice
Read the full Cloud Concepts explanation →

A small e-commerce company currently hosts its website on a single physical server in a colocation facility. The company pays a fixed monthly fee for the server, power, and bandwidth, regardless of actual usage. The CTO is evaluating AWS and notes that AWS operates millions of servers across multiple data centers, allowing it to negotiate lower prices for hardware and pass those savings to customers. The CTO expects that migrating to AWS will reduce the company's per-unit costs. Which benefit of cloud computing does this scenario BEST describe?

Question 10mediummultiple choice
Read the full Cloud Concepts explanation →

A company runs a critical e-commerce application on Amazon EC2 instances distributed across multiple Availability Zones in a single AWS Region. The application is designed so that if an entire Availability Zone experiences an outage, the application continues to serve traffic from the remaining Availability Zones without interruption. Which benefit or characteristic of cloud computing does this scenario BEST represent?

Question 11mediummultiple choice
Read the full Cloud Concepts explanation →

A financial services company is required by regulation to keep all customer transaction data on-premises. However, they want to use AWS to run analytics workloads on this data using Amazon EMR and Amazon S3 for temporary storage of intermediate results. They need a solution that connects their on-premises network to AWS securely and allows them to extend their on-premises environment into the AWS Cloud. Which cloud computing deployment model does this scenario BEST describe?

Question 12mediummultiple choice
Read the full Cloud Concepts explanation →

A company's development team frequently needs temporary test environments. A developer can log into the AWS Management Console, select an Amazon EC2 instance type, configure storage, and launch the instance within minutes without any interaction with the IT infrastructure team. This capability is an example of which essential characteristic of cloud computing?

Question 13mediummultiple choice
Read the full Cloud Concepts explanation →

A financial services company runs a high-frequency stock trading platform on AWS. The platform must continue processing trades without any interruption, even if an entire AWS Availability Zone experiences a complete outage. The architecture is designed with duplicate infrastructure in multiple Availability Zones, and all components are active simultaneously. The system is engineered so that if one AZ fails, the remaining AZs continue processing trades instantly, with zero downtime for end users. Which cloud computing concept does this requirement BEST represent?

Question 14mediummultiple choice
Read the full Cloud Concepts explanation →

A company traditionally purchases physical servers every three years to host its internal applications. The company is migrating these applications to AWS and will pay a monthly fee based on the actual compute capacity consumed. The company no longer needs to make large upfront hardware purchases and can instead budget for smaller monthly payments. Which benefit of cloud computing does this scenario BEST describe?

Question 15mediummultiple choice
Read the full Cloud Concepts explanation →

A company uses Amazon EC2 instances to run its workloads. The company's IT team does not know the exact physical server where each instance runs, and instances from multiple customers may be hosted on the same physical hardware. The team only specifies the AWS Region and Availability Zone. Which essential characteristic of cloud computing does this scenario BEST represent?

Question 16mediummultiple choice
Read the full NAT/PAT explanation →

A startup runs an e-commerce website on AWS. During flash sales, traffic can increase 10x in a few minutes. The startup uses an Auto Scaling group to automatically launch additional EC2 instances when CPU utilization exceeds 70% and terminate them when utilization drops below 30%. This approach ensures that the application always has enough capacity to handle the load without manual intervention, and they only pay for what they use. Which cloud computing concept does this scenario BEST illustrate?

Question 17mediummultiple choice
Read the full Cloud Concepts explanation →

A company's finance team receives a detailed monthly report from AWS that shows the exact number of Amazon EC2 instance hours used, the amount of Amazon S3 storage consumed, and the volume of data transferred out to the internet over the month. The team uses this report to analyze usage trends, allocate costs to different departments, and plan future budgets. This capability is an example of which essential characteristic of cloud computing?

Question 18mediummultiple choice
Read the full Cloud Concepts explanation →

A startup company is developing a new mobile application. The development team needs to quickly provision and tear down test environments to experiment with different backend configurations. They want to try new features, run performance tests for a few hours, and then delete all resources without any upfront commitment. They only pay for the compute and storage resources consumed during each test. Which benefit of cloud computing does this scenario BEST represent?

Question 19easymultiple choice
Read the full Cloud Concepts explanation →

A global company has employees who work from various locations and use different devices such as laptops, tablets, and smartphones to access corporate applications. The company plans to migrate its applications to AWS and wants all employees to access these applications directly from the internet using standard web browsers without requiring any dedicated hardware or software at each branch. Which essential characteristic of cloud computing does this scenario BEST demonstrate?

Question 20mediummultiple choice
Read the full Cloud Concepts explanation →

A company runs its production web application on a single Amazon EC2 instance located in one Availability Zone. Recently, a power outage in that data center caused the instance to become unavailable, resulting in application downtime. The company wants to redesign the architecture so that the application automatically continues serving users even if a single data center fails, without requiring manual intervention. Which cloud computing concept does this scenario BEST illustrate?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Cloud Concepts sessions

Start a Cloud Concepts only practice session

Every question in these sessions is drawn from the Cloud Concepts domain — nothing else.

Related practice questions

Related CLF-C02 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the CLF-C02 exam test about Cloud Concepts?
Cloud Concepts on the CLF-C02 exam covers the fundamental principles of cloud computing, the AWS Global Infrastructure, the AWS Well-Architected Framework, and core AWS services like EC2, S3, and VPC, focusing on their benefits and use cases.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Cloud Concepts questions in a focused session?
Yes — the session launcher on this page draws every question from the Cloud Concepts domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other CLF-C02 topics?
Use the topic links above to move to related areas, or go back to the CLF-C02 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the CLF-C02 exam covers. They are not copied from any real exam or dump site.