Courseiva
Describe cloud conceptseasyMultiple ChoiceObjective-mapped

Understanding Elasticity in Cloud Computing

A company runs a seasonal e-commerce application. During the holiday season, demand spikes significantly, but the company does not want to pay for idle resources the rest of the year. They want the cloud to automatically add or remove compute resources based on real-time demand. Which cloud computing characteristic does this scenario best describe?

Quick Answer

The answer is elasticity. This is correct because elasticity is the cloud computing characteristic that automatically provisions and de-provisions compute resources in real time to match fluctuating demand, ensuring you only pay for what you use. In the given scenario, the seasonal e-commerce application requires resources to scale up during holiday spikes and scale down afterward, which is precisely what elasticity enables through auto-scaling and load balancers that react to metrics like CPU usage. On the Microsoft Azure Fundamentals AZ-900 exam, this concept often appears in questions contrasting elasticity with scalability—a common trap is confusing the two, but remember that scalability is the ability to handle growth (planned), while elasticity is the automatic, dynamic adjustment to real-time changes. A helpful memory tip: think of a rubber band—elasticity stretches and snaps back automatically, just like cloud resources responding to demand.

⚠ Common exam trap

It's easy for candidates to confuse scalability with elasticity, but scalability is a broader capability that can be manual or planned, while elasticity specifically implies automatic, bidirectional scaling in response to real-time demand.

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

Elasticity

Elasticity is the cloud characteristic that enables automatic scaling of resources up or down in real-time to match demand. In this scenario, the e-commerce application needs to add compute resources during holiday spikes and remove them when demand drops, avoiding paying for idle resources. This aligns directly with elasticity, which is often implemented via auto-scaling groups and load balancers that adjust capacity based on metrics like CPU utilization or request count.

Answer analysis

Option-by-option breakdown

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

  • Scalability

    Why it's wrong here

    Scalability is the ability to increase capacity, but it may be manual. Elasticity specifically implies automatic scaling on demand.

    When this WOULD be correct

    A company expects steady growth in user traffic over the next year and wants to ensure their application can handle the increased load by manually adding resources as needed. Which cloud characteristic describes this ability?

  • Elasticity

    Why this is correct

    Elasticity allows the system to automatically provision and deprovision resources to match demand, optimizing cost and performance.

  • High availability

    Why it's wrong here

    High availability focuses on minimizing downtime, not automatically adjusting capacity based on demand.

    When this WOULD be correct

    A company runs a critical e-commerce platform that must remain accessible 24/7 with minimal downtime. They deploy the application across multiple Azure regions to ensure it stays online even if one region fails. Which cloud characteristic does this describe?

  • Disaster recovery

    Why it's wrong here

    Disaster recovery is about recovering from failures, not about scaling to meet demand changes.

    When this WOULD be correct

    A question asks: 'A company wants to ensure its e-commerce application can automatically fail over to a secondary region if the primary region experiences a natural disaster. Which cloud characteristic is this?'

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 AZ-900 exam frequently reuses these exact scenarios with slightly different constraints.

ElasticityCorrect answer

Why this is correct

Elasticity allows the system to automatically provision and deprovision resources to match demand, optimizing cost and performance.

ScalabilityWrong answer — click to see why

Why this is wrong here

Scalability refers to the ability to handle increased load by adding resources, but it does not inherently include automatic removal of resources when demand decreases. The scenario requires both automatic addition and removal based on real-time demand, which is elasticity.

★ When this WOULD be the correct answer

A company expects steady growth in user traffic over the next year and wants to ensure their application can handle the increased load by manually adding resources as needed. Which cloud characteristic describes this ability?

Why candidates choose this

Candidates often confuse scalability with elasticity because both involve adjusting resources to meet demand, but they overlook that elasticity specifically includes automatic scaling both up and down based on real-time needs.

High availabilityWrong answer — click to see why

Why this is wrong here

High availability focuses on ensuring the application remains operational and accessible despite failures, not on automatically adjusting resources based on demand fluctuations.

★ When this WOULD be the correct answer

A company runs a critical e-commerce platform that must remain accessible 24/7 with minimal downtime. They deploy the application across multiple Azure regions to ensure it stays online even if one region fails. Which cloud characteristic does this describe?

Why candidates choose this

Candidates may confuse the ability to handle demand spikes with the concept of keeping the application always available, especially when thinking about maintaining performance during peak loads.

Disaster recoveryWrong answer — click to see why

Why this is wrong here

Disaster recovery focuses on restoring IT systems and data after a catastrophic failure, not on automatically adjusting resources based on real-time demand.

★ When this WOULD be the correct answer

A question asks: 'A company wants to ensure its e-commerce application can automatically fail over to a secondary region if the primary region experiences a natural disaster. Which cloud characteristic is this?'

Why candidates choose this

Candidates may confuse disaster recovery with elasticity because both involve automated responses to events, but disaster recovery is about recovery from failures, not scaling to meet demand.

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

About these practice questions

This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on AZ-900

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 runs a seasonal e-commerce application. During holidays, traffic increases tenfold, but the company does not want to over-provision resources for the rest of the year. They want to add or remove server capacity automatically based on real-time demand and pay only for what they use. Which cloud computing characteristic does this scenario describe?

easy
  • A.High availability
  • B.Elasticity
  • C.Reliability
  • D.Fault tolerance

Why B: Elasticity is the cloud computing characteristic that enables automatic scaling of resources up or down based on real-time demand. In this scenario, the e-commerce application needs to handle a tenfold traffic increase during holidays without over-provisioning for the rest of the year, which is exactly what elasticity provides by adding or removing server capacity dynamically and charging only for what is used.

Variation 2. A company runs a web application that experiences sudden spikes in traffic during promotional events. They want to automatically add more virtual machines during high demand and remove them when traffic subsides, paying only for the resources used. Which cloud computing benefit does this scenario describe?

medium
  • A.Elasticity
  • B.Scalability
  • C.High availability
  • D.Fault tolerance

Why A: This scenario describes elasticity, which is the ability of a cloud system to automatically provision and de-provision resources (such as virtual machines) in response to real-time demand changes. The key phrase 'automatically add more virtual machines during high demand and remove them when traffic subsides, paying only for the resources used' directly matches the cloud computing benefit of elasticity, where scaling is dynamic and resource usage is metered, ensuring cost efficiency.

Variation 3. A company runs a web application that experiences unpredictable traffic spikes. They want the cloud to automatically increase the number of virtual machine instances during high demand and decrease them when demand drops, without manual intervention. Which cloud computing characteristic does this describe?

easy
  • A.Elasticity
  • B.Scalability
  • C.High availability
  • D.Fault tolerance

Why A: Elasticity is the ability of a cloud system to dynamically scale resources up and down based on real-time demand. Scalability refers to the ability to handle growth but may not be automatic. High availability focuses on uptime, and fault tolerance ensures operation during failures. This scenario specifically describes automatic scaling, which is elasticity.

Variation 4. A startup wants to deploy a web application that experiences unpredictable traffic spikes. They need to scale resources automatically without manual intervention. Which benefit of cloud computing directly addresses this requirement?

easy
  • A.High availability
  • B.Elasticity
  • C.Disaster recovery
  • D.Fault tolerance

Why B: Elasticity is the cloud computing benefit that enables resources to automatically scale out (add instances) during traffic spikes and scale in (remove instances) when demand drops, without manual intervention. This directly matches the startup's need to handle unpredictable traffic patterns by dynamically adjusting compute capacity, typically using services like Azure Virtual Machine Scale Sets or Azure App Service auto-scale rules.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AZ-900 practice question is part of Courseiva's free Microsoft 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 AZ-900 exam.