Correct answer & explanation
✓Hot: Optimized for frequent access, low latency, highest storage cost, no access cost.
The hot, cool, and archive tiers differ in access frequency and cost structure. Soft delete, immutable storage, and point-in-time restore are protection features that prevent data loss or tampering.
About these practice questions
This AZ-104 question is part of Courseiva's 1,049-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
How Courseiva writes practice questions · Editorial policy
Same concept, more angles
2 more ways this is tested on AZ-104
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Match each lifecycle management requirement to the blob tier transition or action that should be configured.
medium- ✓ A.Move blobs not modified for 30 days: Transition to cool tier
- ✓ B.Move blobs not modified for 90 days: Transition to archive tier
- ✓ C.Delete blobs after 365 days: Delete blob
- D.Move blobs not modified for 30 days: Transition to archive tier
- E.Move blobs not modified for 90 days: Transition to cool tier
- F.Delete blobs after 365 days: Transition to cool tier
Why A: Lifecycle management rules define actions (tier changes or deletion) based on age or access. The actions correspond to moving to cooler tiers (cool, cold, archive) or deleting, and can apply to snapshots.
Variation 2. A records team stores blobs that are read often during the first month and then rarely accessed later, but the files must stay online the whole time. Which two access tiers should they use for the active and inactive data sets? Select two.
easy- ✓ A.Hot, because it is optimized for frequent reads and online access to active data.
- ✓ B.Cool, because it is designed for infrequent access while still keeping blobs online.
- C.Archive, because it is best for data that must be opened immediately by users.
- D.Premium block blob, because it is the standard tier for long-term retention and low-cost storage.
- E.Cold, because it is intended for data that can stay offline until someone requests it.
Why A: The Hot access tier is optimized for frequent reads and provides low-latency online access, making it ideal for the active data set that is read often during the first month. Option B is correct because the Cool access tier is designed for infrequently accessed data that must remain online, with lower storage costs but higher access costs, perfectly matching the rarely accessed but always online requirement.