Question 415 of 1,170
Monitor and Maintain Azure ResourcesmediumMultiple ChoiceObjective-mapped

AZ-104 Monitor and Maintain Azure Resources Practice Question

This AZ-104 practice question tests your understanding of monitor and maintain azure resources. 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.

Exhibit

Recovery Services vault: vault-prod-backup
Protected item: vm-app01
Last successful backup: 2026-04-24 23:00
Recovery point type: Crash consistent
Restore goal: quarterly validation test with no impact to production
Available restore targets: same region, alternate resource group, alternate VNet

Based on the exhibit, the team wants to validate that a protected Azure VM can be recovered without affecting production. Which restore approach best meets the requirement?

Exhibit

Recovery Services vault: vault-prod-backup
Protected item: vm-app01
Last successful backup: 2026-04-24 23:00
Recovery point type: Crash consistent
Restore goal: quarterly validation test with no impact to production
Available restore targets: same region, alternate resource group, alternate VNet

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

Restore the VM to a separate resource group or test environment from the latest recovery point.

Restoring the VM to a separate resource group or test environment from the latest recovery point creates an isolated copy of the VM that does not interact with production resources. This approach validates recoverability without risking production name conflicts, IP address overlaps, or accidental data modification. Azure Backup's restore-to-new-location option explicitly supports this isolation by allowing you to choose a different resource group, virtual network, and storage account.

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.

  • Use Replace existing VM so the test uses the production name and disks.

    Why it's wrong here

    Replacing the existing VM would impact the live workload and is not appropriate for a validation test. It also risks overwriting production data.

    When this WOULD be correct

    This option would be correct if the requirement were to quickly restore a VM to its original state to fix a production issue, and the team explicitly wants to replace the existing VM with the backup data.

  • Restore the VM to a separate resource group or test environment from the latest recovery point.

    Why this is correct

    Restoring to a separate resource group creates an isolated test copy of the VM. That lets the team validate recovery from a recent backup without touching the production workload or its current disks.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Export a snapshot and assume that proves the VM can boot successfully.

    Why it's wrong here

    A snapshot can be useful for recovery, but exporting one alone does not validate a full VM restore. The requirement is to test actual recoverability.

    When this WOULD be correct

    This option would be correct if the requirement were to create a portable disk copy for manual attachment to another VM for data extraction, without needing to validate full VM boot or application functionality.

  • Enable Site Recovery failover, because backup restore and failover are identical.

    Why it's wrong here

    Azure Site Recovery is a replication and failover service, not the same thing as backup restore. The scenario specifically asks for a backup-based validation test.

    When this WOULD be correct

    If the requirement were to test disaster recovery failover in a non-production environment using an isolated test network, then enabling Site Recovery failover to a separate recovery site would be 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.

Restore the VM to a separate resource group or test environment from the latest recovery point.Correct answer

Why this is correct

Restoring to a separate resource group creates an isolated test copy of the VM. That lets the team validate recovery from a recent backup without touching the production workload or its current disks.

Use Replace existing VM so the test uses the production name and disks.Wrong answer — click to see why

Why this is wrong here

Using 'Replace existing VM' would overwrite the production VM with the restored data, which directly impacts production and violates the requirement to avoid affecting production.

★ When this WOULD be the correct answer

This option would be correct if the requirement were to quickly restore a VM to its original state to fix a production issue, and the team explicitly wants to replace the existing VM with the backup data.

Why candidates choose this

Candidates may think 'Replace existing VM' is a quick way to test recovery without realizing it actually modifies the production VM, confusing a restore operation with a non-disruptive validation test.

Export a snapshot and assume that proves the VM can boot successfully.Wrong answer — click to see why

Why this is wrong here

Exporting a snapshot only captures the disk state at a point in time, but does not validate that the VM can boot or that applications are functional; it lacks the restore and boot verification steps required to confirm recoverability without impacting production.

★ When this WOULD be the correct answer

This option would be correct if the requirement were to create a portable disk copy for manual attachment to another VM for data extraction, without needing to validate full VM boot or application functionality.

Why candidates choose this

Candidates may mistakenly believe that a snapshot is sufficient to prove recoverability, overlooking the need for a full restore and boot test to validate the backup's integrity and the VM's operability.

Enable Site Recovery failover, because backup restore and failover are identical.Wrong answer — click to see why

Why this is wrong here

Site Recovery failover is designed for disaster recovery and would impact production by failing over the VM, whereas the requirement is to validate recovery without affecting production.

★ When this WOULD be the correct answer

If the requirement were to test disaster recovery failover in a non-production environment using an isolated test network, then enabling Site Recovery failover to a separate recovery site would be correct.

Why candidates choose this

Candidates may confuse backup restore with Site Recovery failover, thinking both are interchangeable for recovery validation, but failover is intended for actual disaster scenarios, not non-disruptive testing.

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 confuse 'Replace existing VM' with a non-disruptive test, not realizing that this option directly modifies the production VM's disks and metadata, which would cause downtime and data loss if the test fails.

Trap categories for this question

  • Scenario analysis trap

    Azure Site Recovery is a replication and failover service, not the same thing as backup restore. The scenario specifically asks for a backup-based validation test.

Detailed technical explanation

How to think about this question

Azure Backup uses the Vault Standard tier to store recovery points as snapshots and vault-tier backups. When restoring to a new resource group, the service creates a new VM with a new managed disk identity, ensuring no overlap with the original VM's resource locks or tags. This approach also allows you to test application-level consistency by attaching the restored disks to a test network, validating that the VM boots and applications respond correctly without any production traffic or configuration conflicts.

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

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

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?

Monitor and Maintain Azure Resources — This question tests Monitor and Maintain Azure Resources — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Restore the VM to a separate resource group or test environment from the latest recovery point. — Restoring the VM to a separate resource group or test environment from the latest recovery point creates an isolated copy of the VM that does not interact with production resources. This approach validates recoverability without risking production name conflicts, IP address overlaps, or accidental data modification. Azure Backup's restore-to-new-location option explicitly supports this isolation by allowing you to choose a different resource group, virtual network, and storage account.

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.