hardmultiple choiceObjective-mapped

A Windows VM in Azure is protected by Azure Backup. A developer accidentally deleted one application folder, but the VM must keep serving users while the administrator restores only that folder. What should the administrator do?

Question 1hardmultiple choice
Full question →

A Windows VM in Azure is protected by Azure Backup. A developer accidentally deleted one application folder, but the VM must keep serving users while the administrator restores only that folder. What should the administrator do?

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

Restore the entire VM from the latest recovery point into the production resource group.

That restores far more than requested and can interrupt the running workload unnecessarily.

B

Best answer

Use File Recovery from the appropriate recovery point and copy the folder back.

File Recovery is designed for item-level restore from an Azure VM backup. The administrator can mount the recovery point, browse the backed-up contents, and copy the missing folder back without replacing the whole VM. This is the least disruptive option when the machine must remain online and only a small set of files is needed.

C

Distractor review

Restore the managed disk and attach it to the running VM as a second OS disk.

Restoring a disk is more invasive than needed and does not directly solve a single-folder recovery request.

D

Distractor review

Create a new Recovery Services vault and re-protect the VM before restoring anything.

A new vault does not help recover the deleted folder and adds unnecessary administrative work.

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: Use File Recovery from the appropriate recovery point and copy the folder back. — Azure Backup supports item-level restore through File Recovery for Azure VMs. This lets the administrator mount a recovery point and copy back only the deleted folder or file set while the production VM continues running. That is the best balance of speed, scope, and minimal disruption. Full VM or disk restore would take longer, require more validation, and could affect application availability unnecessarily. Why others are wrong: Restoring the full VM is excessive when only one folder is missing. Restoring a managed disk is also too broad and can complicate the running system. Creating a new vault does nothing to recover the deleted data and is unrelated to the incident. The requirement explicitly calls for restoring only the missing content while keeping the workload online, which points to File Recovery.

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.