Courseiva
Question 913 of 881
Develop for Azure storageeasyMultiple ChoiceObjective-mapped

Optimize Costs by Choosing the Right Blob Storage Access Tier

You need to store small binary blobs (average 50 KB) that are accessed very frequently for a short period, then never accessed again. The total volume is high. Which storage tier is most cost-effective for the initial upload?

Quick Answer

Picking the right access tier here means totaling storage cost and access cost together rather than optimizing for storage cost alone, which is the trap this question is set up to catch. Cool and Cold tiers charge less per gigabyte stored but significantly more per read operation, a tradeoff that pays off when data is accessed rarely — but this scenario describes the opposite pattern: small blobs accessed very frequently during a short initial window. Because Hot's higher per-GB storage cost applies for only that short window before the data goes cold and effectively idle, while its low per-operation access cost applies across a high volume of frequent reads during that same window, the total cost comes out lower on Hot than it would on Cool or Cold, where the cheaper storage rate gets overwhelmed by expensive per-read charges multiplied across heavy access. The detail that the blobs are never accessed again after the initial period is what makes this a two-phase problem rather than a simple 'always Hot' or 'always Cool' choice — a lifecycle management policy could later move the data to Cool or Archive once access drops off, but the question here is specifically about the initial upload phase, where access frequency is what should drive the tier choice, not the eventual dormant state.

⚠ Common exam trap

Many candidates assume lower storage cost per GB (Cool/Cold) always means lower total cost, ignoring that frequent access operations and minimum duration charges can make Hot tier cheaper for short-lived, high-access workloads.

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

Hot

The Hot tier is the most cost-effective for the initial upload because it is optimized for frequent access and low latency, and for small blobs (average 50 KB) that are accessed very frequently for a short period, the per-GB storage cost is higher than Cool or Cold, but the access cost (per-operation charges) is significantly lower. Since the blobs are never accessed again after the short period, the high access frequency during that period makes Hot the cheapest option when considering total cost (storage + access operations), as Cool/Cold tiers would incur much higher per-read operation costs that outweigh their lower storage costs.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Hot

    Why this is correct

    Correct. Hot tier optimizes for frequent access with lower per-operation costs.

  • Cool

    Why it's wrong here

    Incorrect. Cool tier has lower storage cost but higher access cost and is intended for infrequently accessed data.

  • Cold

    Why it's wrong here

    Incorrect. Cold tier has even lower storage cost but significant access costs and latency, not suitable for frequent access.

  • Archive

    Why it's wrong here

    Incorrect. Archive tier is for rarely accessed data with high retrieval costs and latency, not for frequent access.

Quick reference

Azure Blob Storage Tier Comparison

TierStorage CostRetrieval CostLatencyUse Case
HotHighestLowestImmediateActive data, frequent reads
CoolLowerHigherImmediateData accessed < once / month
ColdLower stillHigherImmediateData accessed < once / quarter
ArchiveLowestHighest + rehydration delayHoursLong-term compliance retention

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on AZ-204

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 are designing a solution to store user-uploaded images. The images are accessed infrequently (a few times per month) and must be available for download within seconds when requested. You need to minimize storage costs while meeting the access requirements. Which Azure Blob Storage access tier should you choose for the container?

easy
  • A.Hot tier
  • B.Cool tier
  • C.Cold tier
  • D.Archive tier

Why B: The Cool tier is optimal because the images are accessed infrequently (a few times per month) but require immediate download within seconds. Cool tier offers lower storage costs than Hot tier while maintaining low-latency access (milliseconds), meeting the access requirement without incurring the higher storage cost of Hot tier.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-204 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 AZ-204 exam.