Courseiva
Develop for Azure storageeasyMultiple ChoiceObjective-mapped

AZ-204 Develop for Azure storage Practice Question

You are developing a solution that stores user-uploaded profile pictures. Users upload pictures that are then displayed on their profile page. After 30 days, if the user hasn't logged in, the system moves the picture to cold storage. You need to choose the initial access tier for the container to optimize cost and performance for frequently accessed pictures. Which tier should you use?

⚠ Common exam trap

Many candidates choose Cool or Archive thinking they are 'cost-saving' upfront, but they overlook that the Hot tier is actually the most cost-effective for frequently accessed data because it avoids per-access fees and latency penalties, while lifecycle management handles the eventual move to cheaper storage.

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 correct initial access tier because the profile pictures are frequently accessed immediately after upload (e.g., displayed on profile pages). The Hot tier is optimized for high-frequency read/write operations with the lowest latency, making it cost-effective for data that is accessed often. After 30 days of inactivity, the system moves the picture to cold storage, so the initial tier should prioritize performance for active data, not long-term archival cost savings.

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

    The Hot tier is specifically designed for frequently accessed data that requires low latency and high throughput, making it the optimal choice for user profile pictures. These images are typically retrieved every time a user logs in or views a profile, demanding immediate access. While its storage costs are higher than Cool or Archive, the Hot tier offers the lowest access costs and ensures a responsive user experience for dynamic content like profile pictures.

  • Cool

    Why it's wrong here

    The Cool tier is optimized for data that is accessed infrequently, generally once a month or less, and intended for storage durations of at least 30 days. Although it offers lower storage costs than the Hot tier, it incurs higher data access charges and retrieval latency, which is unsuitable for frequently viewed profile pictures. Furthermore, accessing data in the Cool tier before the 30-day minimum duration would result in an early deletion charge, making it economically inefficient for dynamic content.

  • Archive

    Why it's wrong here

    The Archive tier is intended for long-term, rarely accessed data with flexible latency requirements, essentially functioning as offline storage. It provides the lowest storage costs but comes with significantly higher data retrieval costs and substantial latency, which can range from hours to up to 15 hours for standard priority. This tier is entirely inappropriate for user profile pictures, which demand near-instantaneous retrieval for a responsive user experience, making its extreme latency and high rehydration costs prohibitive.

  • Premium

    Why it's wrong here

    The Azure Blob Storage Premium tier is engineered for workloads demanding extremely high transaction rates and single-digit millisecond latency, leveraging high-performance solid-state drives (SSDs). While it offers superior performance compared to the Hot tier, its significantly higher storage and transaction costs are generally unwarranted for typical user profile picture scenarios. The performance benefits of Premium are overkill for standard image retrieval, as the Hot tier already provides sufficient low latency and high throughput at a much more cost-effective price point for this common use case.

About these practice questions

Courseiva writes every AZ-204 question from scratch — 881 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.