mediummultiple choiceObjective-mapped

A company wants to migrate its on-premises file server to Azure. The application accesses files using the Server Message Block (SMB) protocol and requires identity-based access integrated with on-premises Active Directory Domain Services (AD DS). The solution must be fully managed and provide low latency for users within the same region. Which Azure solution should they choose?

Question 1mediummultiple choice
Full question →

A company wants to migrate its on-premises file server to Azure. The application accesses files using the Server Message Block (SMB) protocol and requires identity-based access integrated with on-premises Active Directory Domain Services (AD DS). The solution must be fully managed and provide low latency for users within the same region. Which Azure solution should they choose?

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

Azure Files with Active Directory authentication and Azure File Sync.

Azure Files supports SMB protocol, can be domain-joined to on-premises AD DS for identity-based access, and is fully managed. Azure File Sync can optionally cache files on-premises but is not required for the migration.

B

Distractor review

Azure NetApp Files with SMB volumes.

Azure NetApp Files is a fully managed high-performance file storage service that supports SMB, but it is more expensive and complex than Azure Files for a simple file server migration.

C

Distractor review

Azure Blob Storage with NFS 3.0 support.

Azure Blob Storage with NFS does not support SMB protocol. The application requires SMB access.

D

Distractor review

Azure Managed Disk with a file server VM.

This creates an IaaS file server, which is not fully managed. The company wants a fully managed solution to reduce administrative overhead.

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-305 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-305 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Azure Files with Active Directory authentication and Azure File Sync. — Azure Files is a fully managed file share service that supports SMB protocol and can be integrated with on-premises AD DS using identity-based access. It provides low latency within a region. Azure NetApp Files is also managed but is more premium and complex. Azure Blob Storage supports NFS but not SMB natively. Using a managed disk with a file server VM is not fully managed and requires OS maintenance.

What should I do if I get this AZ-305 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.