Question 885 of 1,170
Implement and Manage StoragemediumMultiple ChoiceObjective-mapped

AZ-104 Implement and Manage Storage Practice Question

This AZ-104 practice question tests your understanding of implement and manage storage. 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

Topology notes:
- Eight branch offices each run Windows Server 2022 with a local SMB share.
- Each branch must keep accessing the same files if the WAN link is down for several hours.
- Head office wants a single Azure file share to act as the central copy.
- Frequently used files should remain cached on the branch servers.

Based on the exhibit, which Azure feature best meets the file-sharing requirement?

Exhibit

Topology notes:
- Eight branch offices each run Windows Server 2022 with a local SMB share.
- Each branch must keep accessing the same files if the WAN link is down for several hours.
- Head office wants a single Azure file share to act as the central copy.
- Frequently used files should remain cached on the branch servers.

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

Azure File Sync, because it synchronizes local servers with a central Azure file share and keeps hot data cached.

Azure File Sync is the correct choice because it enables hybrid file sharing by synchronizing on-premises Windows file servers with a central Azure file share, while also keeping frequently accessed (hot) data cached locally for low-latency access. This directly meets the requirement to replace branch server shares with a cloud-backed solution that maintains local performance.

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.

  • Azure Files only, because a cloud file share can replace every branch server share directly.

    Why it's wrong here

    Azure Files provides the shared storage location, but by itself it does not give local caching on branch servers or seamless offline continuation during WAN outages.

    When this WOULD be correct

    If the requirement is simply to replace branch server shares with a single cloud-based file share accessible over the internet, without needing local caching or synchronization, then Azure Files would be the correct answer.

  • Azure File Sync, because it synchronizes local servers with a central Azure file share and keeps hot data cached.

    Why this is correct

    Azure File Sync is designed for exactly this pattern. It keeps a central Azure file share while allowing local Windows Server endpoints to cache and serve frequently used files. That means branch offices can continue working during WAN interruptions, and the files later synchronize back to the cloud.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Azure Backup, because it can restore files after a WAN outage occurs.

    Why it's wrong here

    Backup helps recover data after a failure, but it does not provide live synchronization, local caching, or continued branch access during an outage.

    When this WOULD be correct

    In a scenario where the requirement is to protect file shares from accidental deletion or corruption and enable point-in-time restore, Azure Backup would be the correct answer. For example, a question asking 'Which Azure service should you use to ensure file shares are recoverable after a ransomware attack?'

  • Azure NetApp Files, because it is the only service that supports SMB access from Windows servers.

    Why it's wrong here

    Azure NetApp Files supports file workloads, but the scenario specifically needs synchronized branch servers with local cache and a central Azure share. Azure File Sync is the purpose-built fit.

    When this WOULD be correct

    Azure NetApp Files would be correct in a scenario requiring a high-performance, low-latency NFS or SMB file share for demanding enterprise applications (e.g., SAP HANA, Oracle databases) running on Azure, where native Azure Files performance is insufficient and advanced data management features like snapshots and cloning are needed.

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.

Azure File Sync, because it synchronizes local servers with a central Azure file share and keeps hot data cached.Correct answer

Why this is correct

Azure File Sync is designed for exactly this pattern. It keeps a central Azure file share while allowing local Windows Server endpoints to cache and serve frequently used files. That means branch offices can continue working during WAN interruptions, and the files later synchronize back to the cloud.

Azure Files only, because a cloud file share can replace every branch server share directly.Wrong answer — click to see why

Why this is wrong here

Azure Files alone does not provide local caching or synchronization; it requires a direct cloud connection for each branch, which may not meet the requirement for hot data caching at branch servers.

★ When this WOULD be the correct answer

If the requirement is simply to replace branch server shares with a single cloud-based file share accessible over the internet, without needing local caching or synchronization, then Azure Files would be the correct answer.

Why candidates choose this

Candidates may think Azure Files directly replaces on-premises shares without considering the need for local performance and offline access that Azure File Sync provides.

Azure Backup, because it can restore files after a WAN outage occurs.Wrong answer — click to see why

Why this is wrong here

Azure Backup is a backup and restore service, not a file-sharing or synchronization solution. It does not provide continuous file sharing or caching capabilities to replace branch server shares.

★ When this WOULD be the correct answer

In a scenario where the requirement is to protect file shares from accidental deletion or corruption and enable point-in-time restore, Azure Backup would be the correct answer. For example, a question asking 'Which Azure service should you use to ensure file shares are recoverable after a ransomware attack?'

Why candidates choose this

Candidates may confuse Azure Backup's restore capabilities with file-sharing features, especially if the question mentions 'restore after WAN outage', leading them to think backup can serve as a file-sharing solution.

Azure NetApp Files, because it is the only service that supports SMB access from Windows servers.Wrong answer — click to see why

Why this is wrong here

Azure NetApp Files is a high-performance file service for enterprise workloads, but it does not provide the file synchronization and local caching capabilities required to replace branch server shares with a central Azure file share. The question's requirement is for a feature that synchronizes local servers with a central share and keeps hot data cached, which is exactly what Azure File Sync does.

★ When this WOULD be the correct answer

Azure NetApp Files would be correct in a scenario requiring a high-performance, low-latency NFS or SMB file share for demanding enterprise applications (e.g., SAP HANA, Oracle databases) running on Azure, where native Azure Files performance is insufficient and advanced data management features like snapshots and cloning are needed.

Why candidates choose this

Candidates may choose Azure NetApp Files because it supports SMB access from Windows servers, and they might incorrectly assume that any SMB-based file service can meet the file-sharing requirement, overlooking the specific need for synchronization and caching that Azure File Sync provides.

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 Azure Files (a standalone cloud file share) with Azure File Sync (a hybrid synchronization service), mistakenly thinking a cloud-only share can replace on-premises shares without addressing latency or caching needs.

Trap categories for this question

  • Scenario analysis trap

    Azure NetApp Files supports file workloads, but the scenario specifically needs synchronized branch servers with local cache and a central Azure share. Azure File Sync is the purpose-built fit.

Detailed technical explanation

How to think about this question

Azure File Sync uses a cloud endpoint (Azure file share) and server endpoints (on-premises Windows Server volumes) to synchronize files via the File Sync agent, employing a tiering policy that automatically caches hot files locally and moves cold files to the cloud to save local storage. Under the hood, it leverages the Azure File Sync REST API and the Server Message Block (SMB) protocol for access, with cloud tiering governed by last-access timestamps and a configurable volume free space policy. In a real-world scenario, a branch office with limited WAN bandwidth can benefit from Azure File Sync because users access cached files locally, while changes sync back to the central Azure share asynchronously.

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 company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

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?

Implement and Manage Storage — This question tests Implement and Manage Storage — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Azure File Sync, because it synchronizes local servers with a central Azure file share and keeps hot data cached. — Azure File Sync is the correct choice because it enables hybrid file sharing by synchronizing on-premises Windows file servers with a central Azure file share, while also keeping frequently accessed (hot) data cached locally for low-latency access. This directly meets the requirement to replace branch server shares with a cloud-backed solution that maintains local performance.

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.