nerdexam
Microsoft

AZ-305 · Question #41

Hotspot Question You plan to create an Azure Storage account that will host file shares. The shares will be accessed from on-premises applications that are transaction-intensive. You need to…

The correct answer is Storage tier:: Premium; Redundancy:: Zone-redundant storage (ZRS). This hotspot question tests knowledge of Azure Files storage tiers and redundancy options, specifically which combination minimizes latency for transaction-intensive workloads while providing the highest resiliency available for that tier.

Submitted by jian89· Mar 6, 2026Design data storage solutions

Question

Hotspot Question You plan to create an Azure Storage account that will host file shares. The shares will be accessed from on-premises applications that are transaction-intensive. You need to recommend a solution to minimize latency when accessing the file shares. The solution must provide the highest-level of resiliency for the selected storage tier. What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-305 question #41 exhibit

Answer Area

  • Storage tier:Premium
    HotPremiumTransaction optimized
  • Redundancy:Zone-redundant storage (ZRS)
    Geo-redundant storage (GRS)Zone-redundant storage (ZRS)Locally-redundant storage (LRS)

Explanation

This hotspot question tests knowledge of Azure Files storage tiers and redundancy options, specifically which combination minimizes latency for transaction-intensive workloads while providing the highest resiliency available for that tier.

Approach. For transaction-intensive, latency-sensitive file share workloads accessed from on-premises, the correct storage tier is 'Premium' (FileStorage account kind) because it uses SSD-backed storage, delivering single-digit millisecond latency. The highest resiliency available for Premium file shares is 'Zone-Redundant Storage (ZRS)', which replicates data synchronously across three availability zones within a region. Note that Premium file shares do NOT support GRS or GZRS - LRS and ZRS are the only options, making ZRS the highest resiliency tier available. Therefore, the correct selections are: Storage tier = Premium, and Redundancy = Zone-redundant storage (ZRS).

Concept tested. Azure Files storage tiers (Standard vs Premium) and their supported redundancy options. Premium file shares use SSDs for low latency and only support LRS and ZRS redundancy, making ZRS the maximum resiliency option. Standard file shares support LRS, ZRS, GRS, and GZRS but use HDDs with higher latency, making them unsuitable for transaction-intensive workloads.

Reference. https://learn.microsoft.com/en-us/azure/storage/files/storage-files-planning#storage-tiers

Topics

#Azure Files#Premium file shares#Zone-redundant storage#low latency storage

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice