Question 846 of 1,031
Describe cloud conceptsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is deploying across multiple Availability Zones, because this protects against datacenter-level failures and unlocks a 99.99% VM-to-VM connectivity SLA, compared to the 99.95% SLA offered by an Availability Set. Availability Zones are physically separate datacenters within a region, each with independent power, cooling, and networking, so if one entire datacenter goes down, your VMs in other zones remain online. In contrast, an Availability Set only guards against failures within a single datacenter, such as a faulty rack or planned updates. On the AZ-900 exam, this distinction tests your understanding of high-availability architecture: zones handle region-wide disasters, while sets handle local hardware faults. A common trap is confusing zones with sets—remember that zones are for “zonal disasters” (whole datacenter loss), while sets are for “server setbacks” (rack or update issues). A simple memory tip: “Zones save you from the zone going dark; sets save you from the server falling apart.”

AZ-900 Describe cloud concepts Practice Question

This AZ-900 practice question tests your understanding of describe 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.

What is the primary advantage of deploying VMs across multiple Azure Availability Zones instead of a single Availability Set?

Clue words in this question

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

  • Clue: "primary"

    Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

Question 1mediummultiple choice
Full question →

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

Protection against datacenter-level failures with a higher SLA (99.99% vs. 99.95%)

Azure Availability Zones are physically separate datacenters within an Azure region, each with independent power, cooling, and networking. Deploying VMs across multiple zones protects against a complete datacenter failure, enabling a 99.99% VM-to-VM connectivity SLA. In contrast, an Availability Set protects against hardware failures within a single datacenter (e.g., rack or update domain failures) and offers a 99.95% SLA.

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.

  • VMs in different Availability Zones are always cheaper than Availability Sets

    Why it's wrong here

    Zonal deployment doesn't cost less; it costs the same per VM but provides higher availability.

  • Protection against datacenter-level failures with a higher SLA (99.99% vs. 99.95%)

    Why this is correct

    Availability Zones protect against datacenter failures and provide 99.99% SLA vs. 99.95% for Availability Sets.

    Clue confirmation

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

    Related concept

    Read the scenario before looking for a memorised answer.

  • VMs automatically scale in response to demand when placed in Availability Zones

    Why it's wrong here

    Scaling is managed by VM Scale Sets or Autoscale, not specifically by Availability Zone deployment.

  • Availability Zones reduce network latency between VM instances

    Why it's wrong here

    Availability Zones may increase latency slightly between zones; they are for fault isolation, not latency reduction.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Availability Zones with Availability Sets, thinking both provide the same level of resilience, but the key difference is that Zones protect against datacenter-level failures while Sets only protect against rack-level failures within a single datacenter.

Detailed technical explanation

How to think about this question

Availability Zones are physically separated by at least several kilometers within a region, each zone having its own fault domain and update domain. This isolation ensures that a single event (e.g., cooling failure, flooding, or power outage) cannot affect multiple zones simultaneously. The 99.99% SLA requires at least two VMs deployed across two or more zones, and it covers connectivity between those VMs; the 99.95% SLA for Availability Sets applies to VMs in the same datacenter but across multiple fault domains.

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 AZ-900 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 AZ-900 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 AZ-900 question test?

Describe cloud concepts — This question tests Describe cloud concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Protection against datacenter-level failures with a higher SLA (99.99% vs. 99.95%) — Azure Availability Zones are physically separate datacenters within an Azure region, each with independent power, cooling, and networking. Deploying VMs across multiple zones protects against a complete datacenter failure, enabling a 99.99% VM-to-VM connectivity SLA. In contrast, an Availability Set protects against hardware failures within a single datacenter (e.g., rack or update domain failures) and offers a 99.95% SLA.

What should I do if I get this AZ-900 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: "primary". Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

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

3 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 deploys their application across multiple availability zones in an Azure region. This is done to improve which aspect of the application?

easy
  • A.Scalability
  • B.Elasticity
  • C.High availability
  • D.Cost efficiency

Why C: Deploying an application across multiple availability zones within an Azure region ensures that if one zone experiences an outage (e.g., due to power failure or network disruption), the application can continue serving traffic from the remaining zones. This architecture directly improves high availability by eliminating a single point of failure at the datacenter level, typically achieving a service-level agreement (SLA) of 99.99% for virtual machines when using two or more instances across zones.

Variation 2. What is a key advantage of using Azure Availability Zones over a single data center deployment?

medium
  • A.Resources deployed across Availability Zones are cheaper than single-zone deployment
  • B.Protection against single data center failures with a 99.99% SLA
  • C.Resources are automatically replicated to a secondary Azure region
  • D.Availability Zones eliminate the need for load balancing

Why B: Azure Availability Zones are physically separate data centers within an Azure region, each with independent power, cooling, and networking. By deploying resources across multiple zones, you protect your application from a single data center failure, and Azure guarantees 99.99% VM uptime SLA when VMs are deployed across two or more zones. This is a key advantage over a single data center deployment, which would have no such cross-zone redundancy.

Variation 3. Which term describes the practice of deploying resources across multiple Azure availability zones to protect against datacenter-level failures?

easy
  • A.Geo-redundancy
  • B.Zone-redundant deployment
  • C.Horizontal scaling
  • D.Disaster recovery

Why B: Zone-redundant deployment (B) is the correct term because it specifically refers to replicating resources across multiple Azure availability zones within a single Azure region. Availability zones are physically separate datacenters with independent power, cooling, and networking, so deploying across them protects against a single datacenter-level failure while keeping the application within the same low-latency region.

Keep practising

More AZ-900 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 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.