mediummultiple choiceObjective-mapped

A user accidentally deleted a nested folder tree from an Azure file share yesterday. Other folders were modified after the deletion and must not be rolled back. The administrator wants to restore only the deleted folder tree. What is the best recovery method?

Question 1mediummultiple choice
Full question →

A user accidentally deleted a nested folder tree from an Azure file share yesterday. Other folders were modified after the deletion and must not be rolled back. The administrator wants to restore only the deleted folder tree. What is the best recovery method?

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

Best answer

Use a file share snapshot and copy the deleted folder tree back into the live share.

A snapshot captures the file share at a point in time, which allows the administrator to browse the earlier state and restore only the deleted folders. This is ideal when the goal is targeted recovery without reverting later changes elsewhere in the share.

B

Distractor review

Delete the current share and restore the whole share from the most recent backup.

Restoring the whole share would roll back unrelated changes made after the deletion, which the business explicitly wants to preserve.

C

Distractor review

Change the share’s access tier from Hot to Cool and then refresh the folder view.

Azure Files access tier changes affect storage cost and performance characteristics, not file recovery. They do not restore deleted content.

D

Distractor review

Enable soft delete for blobs in the same storage account and recover the folder from there.

Blob soft delete protects blob containers and blobs, not Azure file share folders. The recovery path must match the Azure Files service.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Use a file share snapshot and copy the deleted folder tree back into the live share. — A file share snapshot is the best answer because it preserves a point-in-time view of the share. The administrator can mount or browse that snapshot and copy back only the folder tree that was deleted, leaving later changes intact. This is a common operational recovery pattern for Azure Files when the issue is a targeted accidental deletion rather than a need for a full share rollback. Why others are wrong: A full share restore would overwrite unrelated changes that occurred after the deletion, which violates the requirement. Access tier changes do not restore data at all. Blob soft delete applies to blobs, not Azure file share folder content, so it cannot solve this recovery scenario.

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.