hardmultiple choiceObjective-mapped

An analytics team keeps quarterly telemetry exports in Azure Blob Storage. The files are accessed only a few times per year, but when they are needed they must remain online and immediately readable without any rehydration delay. Which access tier should you use?

Question 1hardmultiple choice
Full question →

An analytics team keeps quarterly telemetry exports in Azure Blob Storage. The files are accessed only a few times per year, but when they are needed they must remain online and immediately readable without any rehydration delay. Which access tier should you 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

Distractor review

Hot, because it is optimized for frequent reads and writes.

Hot works, but it is not the most cost-efficient choice for data accessed only a few times per year.

B

Distractor review

Cool, because it is designed for infrequently accessed data that still stays online.

Cool is online and cheaper than Hot, but Cold is the better fit when access is even less frequent.

C

Best answer

Cold, because it is intended for rarely accessed online data with lower storage cost.

Cold is the best match because the data must remain online and readable immediately, yet is accessed only a few times per year. That makes Archive inappropriate because Archive requires rehydration before reading. Cold gives the team an online tier with lower storage cost than the hotter tiers, while preserving immediate access when an analyst needs the files.

D

Distractor review

Archive, because it is the cheapest tier and can be opened directly in the portal.

Archive is offline and requires rehydration before the blob can be read again.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related AZ-104 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-104 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Cold, because it is intended for rarely accessed online data with lower storage cost. — Cold is designed for data that is rarely accessed but still needs to stay online and immediately available when requested. That is the key distinction in this scenario. Archive would lower storage cost further, but the team explicitly cannot accept rehydration delay. Hot and Cool are valid online tiers, yet they are less cost-effective than Cold for such infrequent access patterns. Why others are wrong: Hot is needlessly expensive for data read only a few times per year. Cool is online and cheaper than Hot, but it is not the lowest-cost online choice for very infrequent access. Archive is offline, so it violates the immediate-read requirement because a rehydration operation is required before the blob can be opened.

What should I do if I get this AZ-104 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.