Question 614 of 161
AZ-305 Design infrastructure solutions Practice Question
A company plans to deploy a web application on Azure virtual machines. They want to protect against a datacenter failure within a region. The VMs must be distributed across multiple physically separate locations with independent power, cooling, and networking. Which deployment option should they use?
⚠ Common exam trap
A common mix-up: candidates confuse Availability Sets (which protect against rack-level failures within a single datacenter) with Availability Zones (which protect against entire datacenter failures), leading them to select the wrong option when the question explicitly requires physically separate locations with independent infrastructure.
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 Zones
Availability Zones are physically separate datacenters within an Azure region, each with independent power, cooling, and networking. By deploying VMs across multiple zones, the application is protected against a single datacenter failure, meeting the requirement for fault isolation at the datacenter level.
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 logically segments VMs within a single Azure datacenter by assigning fault domains (separate racks with independent power and network) and update domains (scheduled reboot groups). This protects against localized hardware failures or patching events, but because all members reside in the same datacenter, a full datacenter outage or zone-scale disaster takes down every VM in the set. Therefore it lacks the cross-zone independence needed for datacenter-failure resilience.
- ✓
Availability Zones
Why this is correct
Availability Zones are physically separate locations inside an Azure region, each with its own independent power, cooling, and networking, and each containing at least one datacenter. By placing VMs in different zones, you ensure that no single datacenter failure can bring down all instances, because the zones are designed as isolated failure domains with no shared infrastructure. This is why zone-redundant deployment is the direct answer to protecting against a full datacenter outage.
- ✗
Virtual Machine Scale Set
Why it's wrong here
A Virtual Machine Scale Set automates scaling and load balancing of a fleet of identical VMs, but its default regional configuration distributes instances across fault domains within a region without a hard guarantee of placing them in separate availability zones. Unless you explicitly create a zone-redundant scale set spanning multiple zones, all instances could still land in the same datacenter, leaving them equally vulnerable to a datacenter-level failure. Thus VMSS alone does not provide the required isolation for this scenario.
- ✗
Proximity Placement Group
Why it's wrong here
A Proximity Placement Group is designed to co-locate VMs in the same Azure datacenter or as close as possible, which reduces network latency for tightly coupled workloads. This actually intensifies the blast radius rather than reducing it: if that single datacenter experiences an outage, all VMs in the group fail together. It also offers no zone-level failure isolation, making it categorically unsuitable for a requirement of datacenter-failure resilience.
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 →
Last reviewed: Jun 11, 2026
This AZ-305 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-305 exam.
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.
Sign in to join the discussion.