Question 96 of 1,024
Cloud ConceptsmediumMultiple ChoiceObjective-mapped

What is Resource Pooling in Cloud Computing?

This CLF-C02 practice question tests your understanding of cloud concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company is migrating its workloads to AWS. The IT team is concerned that they will lose visibility into which specific physical server is running their application. A solutions architect explains that AWS abstracts the underlying hardware, allowing customers to focus on their applications without managing physical infrastructure. The architect also notes that AWS pools resources from a large number of data centers to serve multiple customers, and changes the physical location of resources dynamically. Which essential characteristic of cloud computing does this scenario best describe?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Resource pooling

The scenario describes AWS pooling compute resources from multiple data centers to serve multiple customers, with the physical location of resources changing dynamically. This directly aligns with the 'resource pooling' characteristic of cloud computing, where the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with physical and virtual resources dynamically assigned and reassigned according to consumer demand. The customer has no knowledge or control over the exact physical location of the provided resources (e.g., which specific server runs their application), which matches the concern in the question.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Rapid elasticity

    Why it's wrong here

    Incorrect. Rapid elasticity refers to the ability to quickly scale resources up or down based on demand. While AWS does offer elasticity, the scenario does not focus on scaling; it focuses on the lack of visibility into underlying physical hardware and the pooling of resources among customers.

    When this WOULD be correct

    A question describing a company that experiences sudden spikes in traffic and needs to automatically add or remove compute capacity within minutes to maintain performance would make rapid elasticity the correct answer.

  • Measured service

    Why it's wrong here

    Incorrect. Measured service means that cloud resources are metered and usage is monitored, controlled, and reported – providing transparency for both the provider and consumer. The scenario does not discuss billing or usage tracking; it emphasizes the abstraction of physical infrastructure.

    When this WOULD be correct

    A question describing how a cloud provider tracks resource usage (e.g., CPU hours, storage GB) and charges customers based on consumption, with no mention of physical server abstraction or multi-tenant resource sharing.

  • Resource pooling

    Why this is correct

    Correct. This scenario directly illustrates resource pooling. The cloud provider combines physical resources from multiple data centers into a shared pool, dynamically allocating them to customers. Customers do not know the exact physical server hosting their workload, which matches the IT team's concern and the architect's explanation.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • On-demand self-service

    Why it's wrong here

    Incorrect. On-demand self-service allows users to provision resources automatically without requiring human interaction with the service provider. The scenario does not mention how resources are provisioned; it focuses on the lack of visibility into physical hardware after resources are allocated.

    When this WOULD be correct

    A scenario where a user can independently provision and manage cloud resources (e.g., launching an EC2 instance via the AWS Management Console) without needing to contact AWS support would make on-demand self-service the correct answer.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.

Resource poolingCorrect answer

Why this is correct

Correct. This scenario directly illustrates resource pooling. The cloud provider combines physical resources from multiple data centers into a shared pool, dynamically allocating them to customers. Customers do not know the exact physical server hosting their workload, which matches the IT team's concern and the architect's explanation.

Rapid elasticityWrong answer — click to see why

Why this is wrong here

Rapid elasticity refers to the ability to quickly scale resources up or down, not to the abstraction and sharing of physical hardware across multiple customers. The scenario describes resource pooling, where AWS dynamically assigns and reassigns physical resources to meet demand.

★ When this WOULD be the correct answer

A question describing a company that experiences sudden spikes in traffic and needs to automatically add or remove compute capacity within minutes to maintain performance would make rapid elasticity the correct answer.

Why candidates choose this

Candidates may confuse the dynamic allocation of resources in resource pooling with the scaling aspect of rapid elasticity, as both involve changes in resource usage over time.

Measured serviceWrong answer — click to see why

Why this is wrong here

Measured service refers to the ability to monitor, control, and report usage for billing purposes, not to the abstraction and dynamic allocation of physical resources across multiple customers.

★ When this WOULD be the correct answer

A question describing how a cloud provider tracks resource usage (e.g., CPU hours, storage GB) and charges customers based on consumption, with no mention of physical server abstraction or multi-tenant resource sharing.

Why candidates choose this

Candidates may confuse 'measured service' with any form of resource tracking or management, mistakenly thinking that losing visibility into physical servers relates to metering rather than pooling.

On-demand self-serviceWrong answer — click to see why

Why this is wrong here

On-demand self-service refers to a user's ability to provision computing resources without human interaction, not to the abstraction and dynamic reassignment of physical hardware across multiple customers.

★ When this WOULD be the correct answer

A scenario where a user can independently provision and manage cloud resources (e.g., launching an EC2 instance via the AWS Management Console) without needing to contact AWS support would make on-demand self-service the correct answer.

Why candidates choose this

Candidates may confuse the ability to provision resources on demand with the underlying resource pooling characteristic, as both involve automation and lack of manual intervention.

Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse 'resource pooling' (the multi-tenant sharing of physical infrastructure) with 'rapid elasticity' (the ability to scale resources), because both involve dynamic resource changes, but the key distinction is that pooling is about shared physical hardware and location abstraction, not scaling speed.

Trap categories for this question

  • Scenario analysis trap

    Incorrect. Rapid elasticity refers to the ability to quickly scale resources up or down based on demand. While AWS does offer elasticity, the scenario does not focus on scaling; it focuses on the lack of visibility into underlying physical hardware and the pooling of resources among customers.

Detailed technical explanation

How to think about this question

Under the hood, AWS uses a hypervisor-based multi-tenant architecture (e.g., Xen or Nitro) to isolate customer workloads on shared physical hosts, with the AWS Nitro System providing dedicated hardware for virtualization functions. Resource pooling is governed by the NIST SP 800-145 definition of cloud computing, which explicitly states that the customer 'generally has no control or knowledge over the exact location of the provided resources.' In practice, this means an EC2 instance can be live-migrated between physical hosts without customer awareness, maintaining the abstraction.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CLF-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CLF-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CLF-C02 question test?

Cloud Concepts — This question tests Cloud Concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Resource pooling — The scenario describes AWS pooling compute resources from multiple data centers to serve multiple customers, with the physical location of resources changing dynamically. This directly aligns with the 'resource pooling' characteristic of cloud computing, where the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with physical and virtual resources dynamically assigned and reassigned according to consumer demand. The customer has no knowledge or control over the exact physical location of the provided resources (e.g., which specific server runs their application), which matches the concern in the question.

What should I do if I get this CLF-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on CLF-C02

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company is moving its workloads to AWS. The compliance team requires that all data must reside within the European Union (EU) and must not be stored on any physical server located outside the EU. The team also understands that AWS does not provide information about the specific physical server or data center where their data is stored. Which essential characteristic of cloud computing does this situation best describe?

medium
  • A.On-demand self-service
  • B.Broad network access
  • C.Resource pooling
  • D.Rapid elasticity

Why C: Option C is correct because resource pooling allows AWS to serve multiple customers from shared physical resources, with the provider abstracting the exact physical server location. The compliance requirement that data must reside only in the EU is satisfied by selecting an EU Region (e.g., eu-west-1), but AWS does not disclose the specific physical server or data center within that Region, which is a direct consequence of resource pooling—the provider's multi-tenant model hides the underlying hardware details from the customer.

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.