nerdexam
Microsoft

AZ-305 · Question #89

Hotspot Question You are planning an Azure Storage solution for sensitive data. The data will be accessed daily. The data set is less than 10 GB. You need to recommend a storage solution that meets th

This question tests knowledge of Azure Blob Storage immutability policies and access tiers to meet WORM (Write Once, Read Many) compliance requirements while minimizing costs.

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

Question

Hotspot Question You are planning an Azure Storage solution for sensitive data. The data will be accessed daily. The data set is less than 10 GB. You need to recommend a storage solution that meets the following requirements: - All the data written to storage must be retained for five years. - Once the data is written, the data can only be read. Modifications and deletion must be prevented. - After five years, the data can be deleted, but never modified. - Data access charges must be minimized What should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-305 question #89 exhibit 1
AZ-305 question #89 exhibit 2

Answer Area

  • Storage account type:
    General purpose v2 with Archive access tier for blobsGeneral purpose v2 with Cool access tier for blobsGeneral purpose v2 with Hot access tier for blobs
  • Configuration to prevent modifications and deletions:
    Container access levelContainer access policyStorage account resource lock

Explanation

This question tests knowledge of Azure Blob Storage immutability policies and access tiers to meet WORM (Write Once, Read Many) compliance requirements while minimizing costs.

Approach. For the storage account, you should recommend Azure Blob Storage with a time-based retention policy (immutability policy) set to 5 years - this enforces WORM compliance, preventing modifications and deletions until the retention period expires. For the access tier, you should select the Hot tier since the data is accessed daily (frequent access), which minimizes data access/retrieval charges compared to Cool or Archive tiers. The time-based retention policy in Azure Blob Storage (immutable storage) locks data so it cannot be modified or deleted during the retention interval, and after 5 years the data can be deleted but never modified, perfectly matching all stated requirements.

Concept tested. Azure Blob Storage immutable storage (WORM policies) with time-based retention policies, combined with appropriate access tier selection (Hot vs Cool vs Archive) to balance access frequency and cost optimization.

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

Topics

#Azure Blob Storage#Immutability policy#Access tiers#Data retention

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice