Courseiva
Describe Azure architecture and servicesmediumMultiple ChoiceObjective-mapped

AZ-900 Describe Azure architecture and services Practice Question

A company plans to deploy a critical web application on Azure virtual machines in the West US region. The application must remain available if a single datacenter within that region experiences a complete outage. The company also requires the virtual machines to be connected to each other with low-latency network connectivity. Which Azure feature should the company use to deploy the virtual machines?

⚠ Common exam trap

Many candidates confuse Availability Sets (which protect against rack-level failures within one datacenter) with Availability Zones (which protect against entire datacenter outages), leading them to choose Option A when the question explicitly requires surviving a full datacenter failure.

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

Availability Zone

Availability Zones are physically separate datacenters within an Azure region, each with independent power, cooling, and networking. Deploying VMs across two or more zones ensures that if one datacenter fails, the application remains available in another zone, while the VMs within the same region can still be connected via a low-latency virtual network.

Answer analysis

Option-by-option breakdown

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

  • Availability Set

    Why it's wrong here

    An Availability Set is a logical grouping of VMs within a single Azure datacenter that spreads them across multiple fault domains (distinct racks with independent power and network) and update domains (groups for planned maintenance). This protects against a single rack failure or a maintenance event taking down all VMs, but it offers no protection if the entire datacenter fails—for example, due to a regional power outage or a fire. Since all VMs in an availability set reside in the same physical location, it cannot satisfy a requirement for resilience across physically separate failures.

    When this WOULD be correct

    An Availability Set would be correct if the question required high availability for VMs within a single datacenter, such as protecting against planned maintenance or hardware failures within one datacenter, without needing cross-datacenter redundancy.

  • Availability Zone

    Why this is correct

    Correct. Availability Zones are unique physical locations within an Azure region, each with independent infrastructure. Deploying VMs across multiple zones provides resiliency against datacenter failures while keeping the VMs in the same region for low latency.

  • Region Pair

    Why it's wrong here

    Region pairs are Azure's disaster-recovery construct, linking two distinct regions (e.g., East US and West US) that are typically hundreds of miles apart to survive a regional catastrophe. While Azure prioritizes updates and provides data residency guarantees within a pair, the physical distance introduces high network latency that is unacceptable for a critical web application requiring low-latency connectivity between its VMs. Region pairs are designed for cross-region failover and backup, not for keeping servers closely coupled in a single location.

    When this WOULD be correct

    A company needs to ensure business continuity and disaster recovery for a critical application by replicating data and VMs to a secondary Azure region that is at least 300 miles away, with automatic failover capabilities.

  • Virtual Machine Scale Set

    Why it's wrong here

    A Virtual Machine Scale Set (VMSS) is an orchestration and auto-scaling service that manages a group of identical VMs, automatically adjusting capacity based on demand or a schedule. By itself, a VMSS does not impose any particular availability topology—instances can be spread across availability zones, placed in an availability set, or even colocated within one fault domain depending on configuration. Without explicit zone or availability-set settings, scale-set VMs may be provisioned in the same datacenter, so it does not inherently protect against a datacenter-level outage. The goal of VMSS is horizontal scaling, not resiliency against hardware or facility failures.

    When this WOULD be correct

    A company needs to automatically increase or decrease the number of virtual machines based on CPU usage or schedule, and requires load balancing across those VMs. For example: 'A company runs a web app on Azure VMs that experiences variable traffic. They need to automatically add or remove VMs to handle load changes and distribute traffic evenly.'

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.

Availability ZoneCorrect answer

Why this is correct

Correct. Availability Zones are unique physical locations within an Azure region, each with independent infrastructure. Deploying VMs across multiple zones provides resiliency against datacenter failures while keeping the VMs in the same region for low latency.

Availability SetWrong answer — click to see why

Why this is wrong here

Availability Sets protect against failures within a single datacenter (e.g., rack or update domain failures), not against a complete datacenter outage. The question requires resilience to an entire datacenter failure, which Availability Zones provide by distributing VMs across physically separate datacenters.

★ When this WOULD be the correct answer

An Availability Set would be correct if the question required high availability for VMs within a single datacenter, such as protecting against planned maintenance or hardware failures within one datacenter, without needing cross-datacenter redundancy.

Why candidates choose this

Candidates often confuse Availability Sets with Availability Zones because both are used for high availability, but they operate at different fault domains (within vs. across datacenters). The similar naming and overlapping purpose lead to this mistake.

Region PairWrong answer — click to see why

Why this is wrong here

Region pairs provide disaster recovery across geographically separated regions, not protection against a single datacenter failure within one region. The question requires availability within West US, not cross-region failover.

★ When this WOULD be the correct answer

A company needs to ensure business continuity and disaster recovery for a critical application by replicating data and VMs to a secondary Azure region that is at least 300 miles away, with automatic failover capabilities.

Why candidates choose this

Candidates may confuse region pairs with high availability within a region, thinking that pairing provides redundancy for datacenter outages, but region pairs are designed for cross-region disaster recovery, not intra-region resilience.

Virtual Machine Scale SetWrong answer — click to see why

Why this is wrong here

Virtual Machine Scale Set provides auto-scaling and load balancing for multiple VMs, but does not protect against a single datacenter outage within a region; it can span availability zones only if configured, and the question specifically requires protection against a datacenter failure, which is provided by Availability Zones, not Scale Sets alone.

★ When this WOULD be the correct answer

A company needs to automatically increase or decrease the number of virtual machines based on CPU usage or schedule, and requires load balancing across those VMs. For example: 'A company runs a web app on Azure VMs that experiences variable traffic. They need to automatically add or remove VMs to handle load changes and distribute traffic evenly.'

Why candidates choose this

Candidates may confuse Virtual Machine Scale Set with high availability features, thinking that scaling out VMs inherently provides redundancy against datacenter failures, but Scale Sets require explicit zone configuration for such protection.

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

One of 981 original AZ-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.