Secure, monitor, and optimize data storage and data processing →mediumMultiple ChoiceObjective-mapped
Azure Storage Lifecycle Management for Cost Optimization
You are optimizing cost for an Azure Data Lake Storage Gen2 account that stores historical data. The data is accessed infrequently after 30 days and must be retained for 7 years. Which lifecycle management rule should you apply?
Quick Answer
Lifecycle management rules work best when the tier transitions track how access patterns actually change over time, rather than jumping straight to the cheapest possible tier the moment data goes cold. In this scenario, the data is still occasionally accessed after 30 days, just infrequently, which is exactly the access pattern the cool tier is designed for: lower storage cost than hot, in exchange for a modest per-access charge, appropriate when reads still happen sometimes. Waiting until the one-year mark to move data to archive reflects that by then the data has settled into a rarely touched, long-term retention state, where archive's much lower storage cost is worth the delay and cost of rehydration if ever needed again. Skipping straight to archive at 30 days would apply that same rehydration delay and retrieval expense to data still accessed with some regularity, working against the goal rather than for it. Deleting the data at 30 days is disqualified outright, since the requirement is to retain it for seven years, not thirty days. And a premium tier moves in the opposite direction entirely, since premium is optimized for fast performance on frequently accessed data, not for reducing cost on data nobody is actively using. The general pattern: match each tier transition to a genuine shift in access frequency, and never let a tier choice conflict with an explicit retention requirement.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Move blobs to cool tier after 30 days, then to archive tier after 1 year.
It moves blobs to the cool tier after 30 days (saving costs for infrequent access) and then to the archive tier after 1 year (maximizing savings for long-term retention), meeting both the access pattern and 7-year retention requirement. Option A is wrong because moving directly to archive after 30 days makes data unavailable for immediate access and incurs high retrieval costs if needed. Option B is wrong because deleting after 30 days violates the 7-year retention policy. Option C is wrong because the premium tier is designed for high performance, not cost savings on cold data.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Move blobs to archive tier immediately after 30 days.
Why it's wrong here
Moving directly to archive after 30 days makes data unavailable for immediate access and incurs high retrieval costs if needed, making it less cost-effective than D.
- ✗
Delete blobs after 30 days.
Why it's wrong here
Deleting after 30 days violates the 7-year retention requirement, so this is incorrect.
- ✗
Move blobs to premium tier after 30 days.
Why it's wrong here
The premium tier is for high-performance workloads, not cost savings on infrequently accessed data.
- ✓
Move blobs to cool tier after 30 days, then to archive tier after 1 year.
Why this is correct
This is correct: cool tier after 30 days reduces costs for infrequent access, and archive after 1 year maximizes long-term savings while retaining data for 7 years.
Quick reference
Azure Blob Storage Tier Comparison
| Tier | Storage Cost | Retrieval Cost | Latency | Use Case |
|---|---|---|---|---|
| Hot | Highest | Lowest | Immediate | Active data, frequent reads |
| Cool | Lower | Higher | Immediate | Data accessed < once / month |
| Cold | Lower still | Higher | Immediate | Data accessed < once / quarter |
| Archive | Lowest | Highest + rehydration delay | Hours | Long-term compliance retention |
Go deeper
Related to this question
About these practice questions
This DP-203 question is part of Courseiva's 760-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 →
Same concept, more angles
1 more way this is tested on DP-203
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. You have an Azure Data Lake Storage Gen2 account that stores log files. You need to implement a data retention policy so that logs older than 90 days are automatically deleted. What should you use?
easy- A.Azure Policy
- ✓ B.Lifecycle management policy
- C.Azure Blob Storage inventory
- D.Microsoft Purview
Why B: A lifecycle management policy can automatically delete blobs based on age. Option A is wrong because Azure Policy enforces compliance but does not delete. Option C is wrong because Azure Blob Storage inventory provides reports but does not delete. Option D is wrong because Azure Purview scopes metadata and data discovery, not lifecycle management.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DP-203 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-203 exam.