easymultiple choiceObjective-mapped

A company needs to store massive amounts of unstructured data, such as images and videos, for a media processing application. The data must be accessible via REST APIs and support tiered storage for cost optimization. Which Azure storage solution should they use?

Question 1easymultiple choice
Full question →

A company needs to store massive amounts of unstructured data, such as images and videos, for a media processing application. The data must be accessible via REST APIs and support tiered storage for cost optimization. Which Azure storage solution 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

Azure Blob Storage is designed for storing large amounts of unstructured data, supports REST API access, and offers tiered storage (hot, cool, archive) to optimize costs.

B

Distractor review

Azure Files

Azure Files provides fully managed file shares accessible via SMB and NFS protocols. It is more suited for shared file systems, not optimal for massive unstructured data via REST APIs.

C

Distractor review

Azure Data Lake Storage Gen2

Azure Data Lake Storage Gen2 is built on Blob Storage and adds a hierarchical file system. It is ideal for big data analytics but may be unnecessary for the stated requirement for simple media storage without the need for POSIX permissions.

D

Distractor review

Azure Disk Storage

Azure Disk Storage provides block-level storage volumes for Azure VMs. It is not designed for storing large amounts of unstructured data accessible via REST APIs.

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 — Azure Blob Storage is optimized for storing massive amounts of unstructured data, accessible via REST APIs, and supports hot, cool, and archive tiers for cost efficiency. Azure Files provides SMB file shares, not optimized for massive unstructured data via REST APIs. Azure Data Lake Storage Gen2 is built on Blob Storage but adds a hierarchical namespace for analytics, but the media processing scenario with images and videos fits Blob Storage well. Azure Disk Storage is for VM disks.

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.