mediummultiple choiceObjective-mapped

A company runs a custom analytics application that reads data using the NFS 3.0 protocol. The data consists of large files organized in a directory structure. The application also requires POSIX-like access control lists (ACLs) for fine-grained permissions. The solution must be fully managed and support high throughput for parallel reads. Which Azure data service should they use?

Question 1mediummultiple choice
Full question →

A company runs a custom analytics application that reads data using the NFS 3.0 protocol. The data consists of large files organized in a directory structure. The application also requires POSIX-like access control lists (ACLs) for fine-grained permissions. The solution must be fully managed and support high throughput for parallel reads. Which Azure data service should they use?

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

Azure Blob Storage

Standard Azure Blob Storage does not support a hierarchical namespace or POSIX ACLs, and NFS access is not natively available without ADLS Gen2.

B

Distractor review

Azure Files

Azure Files supports SMB and NFS 4.1, but not NFS 3.0, and is designed for file shares rather than large-scale analytics workloads.

C

Distractor review

Azure NetApp Files

Azure NetApp Files supports NFS 3.0 and ACLs, but it is a premium file service for enterprise applications, not specifically optimized as a data lake for analytics workloads.

D

Best answer

Azure Data Lake Storage Gen2

ADLS Gen2 provides a hierarchical namespace, POSIX ACLs, and supports NFS 3.0 access, making it ideal for analytics applications that require these features at cloud scale.

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 Data Lake Storage Gen2 — Azure Data Lake Storage Gen2 (ADLS Gen2) supports both a hierarchical namespace and POSIX-like ACLs. It can be accessed via the NFS 3.0 protocol when enabled, making it suitable for applications that require NFS access with managed cloud storage. Azure Blob Storage does not natively support a hierarchical namespace without ADLS Gen2, but ADLS Gen2 is built on Blob Storage. Azure Files supports SMB and NFS 4.1 but not NFS 3.0. Azure NetApp Files supports NFS 3.0 and ACLs but is not based on Blob Storage and is used for enterprise file workloads rather than analytics data lakes.

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.