mediummultiple choiceObjective-mapped

A company runs two identical Linux VMs for a stateless web app in an Azure region that supports availability zones. The business requires protection from a full datacenter outage, not just planned host maintenance. Which deployment choice best meets this requirement?

Question 1mediummultiple choice
Full question →

A company runs two identical Linux VMs for a stateless web app in an Azure region that supports availability zones. The business requires protection from a full datacenter outage, not just planned host maintenance. Which deployment choice best meets this requirement?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Place both VMs in an availability set.

An availability set spreads VMs across fault and update domains, but it does not protect against an entire datacenter failure.

B

Best answer

Deploy the VMs across availability zones.

Availability zones place resources in physically separate datacenters within the same region. If one zone becomes unavailable, the other zone can continue serving traffic. That makes zones the correct choice when the requirement is resilience to a datacenter-scale outage. They provide stronger isolation than availability sets, which mainly protect against host and maintenance failures inside a single datacenter boundary.

C

Distractor review

Use a proximity placement group for both VMs.

A proximity placement group reduces network latency by placing resources close together. It is a performance feature, not a high-availability feature.

D

Distractor review

Deploy both VMs in a single-zone virtual machine scale set.

A scale set can simplify management, but a single-zone deployment still depends on one zone. It does not satisfy datacenter failure protection.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Deploy the VMs across availability zones. — Availability zones are designed for resilience against a full datacenter or zone outage by distributing resources across separate physical locations in the region. For a stateless application, placing the VMs in different zones gives the workload the best chance of surviving a localized infrastructure loss. This is stronger protection than an availability set, which only spreads VMs across update and fault domains inside a single datacenter boundary. Why others are wrong: An availability set improves uptime during host maintenance and some hardware failures, but it does not span multiple datacenters. A proximity placement group is useful when low latency between resources matters, but it does nothing for fault tolerance. A single-zone virtual machine scale set can simplify operations and scaling, yet it still leaves all instances dependent on one zone, so it does not meet the outage requirement.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.