A legal team stores archived case files in Azure Blob Storage. The files are rarely read, but they must remain online and available immediately when needed. Which access tier should the administrator use?
Cool tier is correct because it is designed for data that is infrequently accessed but must remain instantly available when needed. Archived legal case files meet this pattern: they are rarely read, but when a request or legal proceeding requires them, there is no time to rehydrate from offline storage. Cool tier offers lower storage costs than Hot tier, while still keeping blobs online with immediate read access and no retrieval delay, making it the most cost-effective and practical choice.
Why this answer
The Cool tier is designed for data that is infrequently accessed but must remain online with low-latency retrieval. Archived case files that are rarely read but need immediate availability fit this profile, as Cool tier offers lower storage costs than Hot tier while still providing millisecond access times.
Exam trap
The trap here is that candidates often choose Archive tier for 'archived' data without reading the 'available immediately' requirement, missing that Archive tier requires rehydration and cannot serve data on demand.
Why the other options are wrong
The Hot tier is designed for frequently accessed data with high transaction costs, making it unnecessarily expensive for rarely read archived case files that must remain online.
The Archive tier has the highest retrieval latency (up to 15 hours) and requires rehydration before data can be accessed, which violates the requirement that files must be 'available immediately when needed.'
The Premium tier is designed for low-latency, high-performance workloads with consistent access, not for rarely-read archived files. It incurs higher costs and is unnecessary for files that must remain online but are seldom accessed.
When would these options actually be correct?
An administrator needs to store frequently accessed data, such as active customer transaction logs that are read and written multiple times per day, and requires low latency access.
This option would be correct in a scenario where the legal team stores archived case files that are rarely accessed and can tolerate several hours of retrieval delay, such as for compliance data that only needs to be restored upon audit requests.
A question requiring ultra-low latency and high transaction rates for frequently accessed data, such as a real-time analytics pipeline or an interactive application with strict performance SLAs, would make the Premium tier correct.
Why candidates pick the wrong answer
Candidates may assume 'online and available immediately' requires the Hot tier, overlooking that Cool tier also provides immediate access with lower storage costs for infrequently accessed data.
Candidates may confuse 'archived' in the question with the 'Archive' tier name, assuming that archived files automatically belong in the Archive tier without considering the immediate availability requirement.
Candidates may mistakenly believe 'Premium' implies better availability or online access, overlooking that the Cool tier already provides immediate availability at lower cost for infrequent access.