easymultiple choiceObjective-mapped

A media company stores raw video files and processed output in Azure. These files are accessed via REST APIs by a processing application. After processing, the files are rarely accessed but must be retained. To minimize costs, the company wants to automatically move files to a cheaper storage tier after 30 days and archive them after 90 days. Which Azure storage solution and feature should they use?

Question 1easymultiple choice
Full question →

A media company stores raw video files and processed output in Azure. These files are accessed via REST APIs by a processing application. After processing, the files are rarely accessed but must be retained. To minimize costs, the company wants to automatically move files to a cheaper storage tier after 30 days and archive them after 90 days. Which Azure storage solution and feature should they use?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Azure Blob Storage with lifecycle management policies

Blob Storage offers multiple tiers and lifecycle management can automate tier transitions (e.g., cool after 30 days, archive after 90 days).

B

Distractor review

Azure Files with snapshot schedules

Azure Files supports snapshots for backup, not automated tiering between storage tiers.

C

Distractor review

Azure Disk Storage with incremental snapshots

Disk Storage is for VM disks and snapshots are for backup, not tiering of file-based data.

D

Distractor review

Azure NetApp Files with snapshot policies

NetApp Files provides performance optimization but does not have built-in tiering to archive for cost optimization.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related AZ-305 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-305 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Azure Blob Storage with lifecycle management policies — Azure Blob Storage provides a hierarchy of access tiers (Hot, Cool, Archive) and supports lifecycle management policies to automatically move blobs between tiers based on age. Azure Files is primarily for SMB shares, not REST API access. Azure Disk Storage is for VM disks. Azure NetApp Files is a file share service with different features.

What should I do if I get this AZ-305 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.