mediummultiple choiceObjective-mapped

A company manages a fleet of millions of IoT devices that send telemetry data every minute. The data must be stored for 10 years to meet compliance requirements. For the first 30 days, data is accessed frequently for real-time dashboards and alerting. After 30 days, data is only accessed occasionally for historical analysis and reporting. The solution must be cost-effective and support high ingestion rates. Which Azure service should the company use to store and query this data?

Question 1mediummultiple choice
Full question →

A company manages a fleet of millions of IoT devices that send telemetry data every minute. The data must be stored for 10 years to meet compliance requirements. For the first 30 days, data is accessed frequently for real-time dashboards and alerting. After 30 days, data is only accessed occasionally for historical analysis and reporting. The solution must be cost-effective and support high ingestion rates. Which Azure service should the company use to store and query this data?

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

Azure Blob Storage with Azure Data Lake Storage Gen2

Blob Storage provides scalable object storage but does not offer built-in time-series query capabilities. External tools are required for analysis, increasing complexity.

B

Best answer

Azure Data Explorer

Azure Data Explorer is optimized for time-series data, supports high ingestion rates, and provides both real-time and historical querying with automatic data tiering for cost effectiveness.

C

Distractor review

Azure SQL Database

Azure SQL Database is a relational database not designed for high-frequency time-series ingestion. It would be expensive and struggle with the required ingestion throughput.

D

Distractor review

Azure Cosmos DB with SQL API

Cosmos DB is a multi-model database but its cost and performance for massive time-series workloads are suboptimal compared to a purpose-built service like ADX.

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-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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Azure Data Explorer — Azure Data Explorer (ADX) is purpose-built for high-throughput time-series data ingestion, real-time analytics, and long-term retention with automatic data tiering. It provides low-latency queries on recent data and cost-effective storage for cold data. Azure Blob Storage lacks native query capabilities for time-series data. Azure SQL Database is not optimized for high-velocity time-series and becomes expensive at scale. Azure Cosmos DB is not designed for massive time-series data and would incur high costs due to indexing and request units.

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.