nerdexam
Microsoft

AZ-305 · Question #29

Hotspot Question You need to design a storage solution for an app that will store large amounts of frequently used data. The solution must meet the following requirements: Maximize data throughput…

This question tests knowledge of Azure Storage account types and blob storage tiers/features, specifically which combination maximizes throughput, minimizes latency, and enforces immutability for one year.

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

Question

Hotspot Question You need to design a storage solution for an app that will store large amounts of frequently used data. The solution must meet the following requirements: Maximize data throughput. Prevent the modification of data for one year. Minimize latency for read and write operations. Which Azure Storage account type and storage service should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-305 question #29 exhibit

Answer Area

  • Storage account type:
    BlobStorageBlockBlobStorageFileStorageStorageV2 with Premium performanceStorageV2 with Standard performance
  • Storage service:
    BlobFileTable

Explanation

This question tests knowledge of Azure Storage account types and blob storage tiers/features, specifically which combination maximizes throughput, minimizes latency, and enforces immutability for one year.

Approach. The correct storage account type is Premium Block Blob Storage (also known as BlockBlobStorage), which uses SSD-based storage to maximize throughput and minimize latency for read/write operations on large amounts of frequently accessed data. The correct storage service is Azure Blob Storage with an Immutability Policy (Time-based retention policy) set to one year - specifically using WORM (Write Once, Read Many) policies available in Blob Storage. Premium performance accounts provide single-digit millisecond latency and high transaction rates, making them ideal for frequently accessed large datasets. The immutability/time-based retention policy prevents modification or deletion of blobs for the defined retention period (one year), satisfying the compliance-like requirement.

Concept tested. Azure Storage account performance tiers (Standard vs. Premium), storage service types (Blob, File, Queue, Table), and blob immutability policies (WORM/time-based retention) for data protection and compliance.

Reference. https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage-overview

Topics

#Azure Blob Storage#BlockBlobStorage#high throughput#data immutability

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice