Question 215 of 1,024
Cloud ConceptsmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Concepts Practice Question

This CLF-C02 practice question tests your understanding of cloud concepts. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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 has deployed a customer relationship management (CRM) application on AWS. Sales representatives use the application from their office laptops, company-issued tablets, and personal smartphones. They access the application securely through a web browser using HTTPS from any location, including client sites and home offices. This capability is an example of which essential characteristic of cloud computing?

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

Broad network access

Broad network access is the correct answer because the scenario describes the ability to access the CRM application from various devices (laptops, tablets, smartphones) over the network using standard protocols (HTTPS). This aligns with the NIST definition of broad network access, which states that capabilities are available over the network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms.

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

    Rapid elasticity refers to the ability to automatically scale resources up or down based on demand, such as adding EC2 instances during traffic spikes. The scenario does not involve scaling; it focuses on ubiquitous access from different devices and locations.

    When this WOULD be correct

    A question describing a CRM application that automatically adds or removes compute capacity in response to fluctuating user load, such as during a sales campaign, would make rapid elasticity the correct answer.

  • Measured service

    Why it's wrong here

    Measured service means that cloud resource usage is metered, monitored, and reported, enabling pay-as-you-go billing. The scenario does not involve metering or billing; it is about how users connect to the application.

    When this WOULD be correct

    A question describing a cloud provider that charges based on the amount of storage consumed or the number of API calls made, and the provider monitors and reports usage for billing purposes, would make 'Measured service' the correct answer.

  • Broad network access

    Why this is correct

    Broad network access enables cloud resources to be accessed over the network via standard protocols (e.g., HTTPS) from a wide range of client devices such as laptops, tablets, and smartphones. The sales representatives accessing the CRM application from multiple device types and locations directly demonstrates this characteristic.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Resource pooling

    Why it's wrong here

    Resource pooling means that the provider's computing resources are pooled to serve multiple customers using a multi-tenant model, with physical and virtual resources dynamically assigned. The scenario does not mention multi-tenancy or resource sharing; it focuses on user access methods.

    When this WOULD be correct

    A question describing a scenario where multiple customers share the same physical infrastructure, with resources dynamically allocated and reallocated based on demand, and the customer has no control over the exact location of the resources (e.g., 'A company uses a public cloud where its virtual machines run on shared hardware without knowing the physical server location').

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.

Broad network accessCorrect answer

Why this is correct

Broad network access enables cloud resources to be accessed over the network via standard protocols (e.g., HTTPS) from a wide range of client devices such as laptops, tablets, and smartphones. The sales representatives accessing the CRM application from multiple device types and locations directly demonstrates this characteristic.

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 based on demand, not to accessing the application from multiple device types and locations over HTTPS.

★ When this WOULD be the correct answer

A question describing a CRM application that automatically adds or removes compute capacity in response to fluctuating user load, such as during a sales campaign, would make rapid elasticity the correct answer.

Why candidates choose this

Candidates may confuse the ability to access from many devices with the concept of scaling, or they might think 'elastic' refers to flexible access rather than resource provisioning.

Measured serviceWrong answer — click to see why

Why this is wrong here

Measured service refers to the capability of cloud systems to automatically control and optimize resource usage by metering it, which is not demonstrated by the scenario of accessing a CRM application from various devices and locations via HTTPS.

★ When this WOULD be the correct answer

A question describing a cloud provider that charges based on the amount of storage consumed or the number of API calls made, and the provider monitors and reports usage for billing purposes, would make 'Measured service' the correct answer.

Why candidates choose this

Candidates may confuse the ability to access services from anywhere with the idea that usage is being measured or metered, especially since HTTPS access implies some form of tracking or logging.

Resource poolingWrong answer — click to see why

Why this is wrong here

Resource pooling refers to the provider's multi-tenant model where computing resources are pooled to serve multiple customers, with physical and virtual resources dynamically assigned. The question describes access from various devices and locations, which is about network access, not resource pooling.

★ When this WOULD be the correct answer

A question describing a scenario where multiple customers share the same physical infrastructure, with resources dynamically allocated and reallocated based on demand, and the customer has no control over the exact location of the resources (e.g., 'A company uses a public cloud where its virtual machines run on shared hardware without knowing the physical server location').

Why candidates choose this

Candidates may confuse 'broad network access' with 'resource pooling' because both involve multiple users and devices, but resource pooling focuses on the provider's infrastructure sharing, not the user's ability to access from anywhere.

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 often confuse broad network access with rapid elasticity because both involve 'access from anywhere' or 'scalability,' but the key distinction is that broad network access is about device and protocol heterogeneity, not automatic scaling.

Trap categories for this question

  • Scenario analysis trap

    Rapid elasticity refers to the ability to automatically scale resources up or down based on demand, such as adding EC2 instances during traffic spikes. The scenario does not involve scaling; it focuses on ubiquitous access from different devices and locations.

Detailed technical explanation

How to think about this question

Broad network access is defined in NIST SP 800-145 as capabilities being available over the network and accessed through standard protocols (e.g., HTTP/HTTPS, SSH, RDP) that support use by heterogeneous client platforms (e.g., mobile phones, tablets, laptops, and workstations). In AWS, this is commonly enabled by services like Application Load Balancers or CloudFront, which terminate HTTPS and route traffic to backend resources, ensuring secure access from any device with a browser. A subtle behavior is that broad network access does not imply public internet access; it can also be achieved over a private network via VPN or Direct Connect, as long as standard protocols are used.

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

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

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: Broad network access — Broad network access is the correct answer because the scenario describes the ability to access the CRM application from various devices (laptops, tablets, smartphones) over the network using standard protocols (HTTPS). This aligns with the NIST definition of broad network access, which states that capabilities are available over the network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms.

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.

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

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.