Question 492 of 1,170
Deploy and Manage Azure ComputeeasyMultiple ChoiceObjective-mapped

AZ-104 Deploy and Manage Azure Compute Practice Question

This AZ-104 practice question tests your understanding of deploy and manage azure compute. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 production workload must continue running if one entire Azure datacenter in the region becomes unavailable. The region supports availability zones, and you want the strongest placement option for a single VM. What should you choose?

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

An availability zone protects against an entire datacenter failure by placing the VM in a physically separate zone within the region, each with independent power, cooling, and networking. This is the strongest placement option for a single VM because it guarantees isolation from other zones, ensuring the workload continues if one datacenter fails. Availability sets only protect against rack-level failures within the same datacenter, not a full datacenter outage.

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.

  • Availability zone

    Why this is correct

    An availability zone places the VM in a separate datacenter within the region, helping protect against a full datacenter failure.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Availability set

    Why it's wrong here

    An availability set protects against host maintenance and hardware faults, but it does not protect against a whole datacenter outage.

    When this WOULD be correct

    If the question required high availability for multiple VMs within a single datacenter (e.g., a multi-tier application) and asked for the best placement to avoid single points of failure like rack or update domain failures, an availability set would be correct.

  • Proximity placement group

    Why it's wrong here

    A proximity placement group reduces latency by placing resources close together, but it is not a resiliency feature.

    When this WOULD be correct

    When the question requires minimizing network latency between multiple VMs in a high-performance computing or tightly coupled workload, and availability is not the primary concern.

  • Managed disk snapshot

    Why it's wrong here

    A snapshot helps with recovery of disk data, but it does not keep a running VM available during a datacenter failure.

    When this WOULD be correct

    A question asks: 'You need to create a backup of a managed disk that can be used to create a new VM in a different region. Which option should you use?' In that scenario, a managed disk snapshot is correct.

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

Availability zoneCorrect answer

Why this is correct

An availability zone places the VM in a separate datacenter within the region, helping protect against a full datacenter failure.

Availability setWrong answer — click to see why

Why this is wrong here

An availability set protects against failures within a datacenter (e.g., rack or hardware failure) but does not protect against an entire datacenter outage, as all VMs in an availability set are in the same datacenter.

★ When this WOULD be the correct answer

If the question required high availability for multiple VMs within a single datacenter (e.g., a multi-tier application) and asked for the best placement to avoid single points of failure like rack or update domain failures, an availability set would be correct.

Why candidates choose this

Candidates may confuse availability sets with availability zones, thinking both provide datacenter-level redundancy, or they may recall that availability sets offer high availability for VMs without knowing the scope limitation.

Proximity placement groupWrong answer — click to see why

Why this is wrong here

A proximity placement group reduces network latency between VMs but does not protect against an entire datacenter failure; it can even place VMs in the same datacenter, increasing risk.

★ When this WOULD be the correct answer

When the question requires minimizing network latency between multiple VMs in a high-performance computing or tightly coupled workload, and availability is not the primary concern.

Why candidates choose this

Candidates may confuse 'placement' with 'availability' and think that grouping VMs together provides redundancy, not realizing it can actually increase co-location risk.

Managed disk snapshotWrong answer — click to see why

Why this is wrong here

Managed disk snapshots are point-in-time backups of disks, not a placement or high-availability option. They do not provide continuous availability if a datacenter fails; they only enable recovery from a backup.

★ When this WOULD be the correct answer

A question asks: 'You need to create a backup of a managed disk that can be used to create a new VM in a different region. Which option should you use?' In that scenario, a managed disk snapshot is correct.

Why candidates choose this

Candidates may confuse snapshots with disaster recovery or think that having a snapshot ensures availability, not realizing that snapshots require manual restoration and do not provide automatic failover.

Analysis generated from the official AZ-104blueprint 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 availability sets (which protect against rack failures) with availability zones (which protect against datacenter failures), leading them to choose the cheaper or more familiar option without recognizing the requirement for full datacenter resilience.

Detailed technical explanation

How to think about this question

Availability zones in Azure are physically separate locations within an Azure region, each with independent infrastructure (power, cooling, networking) and a minimum latency of 2-4 ms between zones. For a single VM, deploying it in an availability zone ensures a 99.99% SLA (when combined with premium managed disks), whereas an availability set offers only 99.95% SLA. Under the hood, Azure uses zone-redundant services like zone-pinned IP addresses and load balancers to route traffic away from a failed zone, but for a single VM, the VM itself must be deployed into a specific zone to survive that zone's failure.

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-104 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-104 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-104 question test?

Deploy and Manage Azure Compute — This question tests Deploy and Manage Azure Compute — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Availability zone — An availability zone protects against an entire datacenter failure by placing the VM in a physically separate zone within the region, each with independent power, cooling, and networking. This is the strongest placement option for a single VM because it guarantees isolation from other zones, ensuring the workload continues if one datacenter fails. Availability sets only protect against rack-level failures within the same datacenter, not a full datacenter outage.

What should I do if I get this AZ-104 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 AZ-104 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-104 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-104 exam.