nerdexam
MicrosoftMicrosoft

AZ-305 · Question #146

AZ-305 Question #146: Real Exam Question with Answer & Explanation

This hotspot question tests knowledge of Azure services for IoT data ingestion, real-time analytics, and storage in native JSON format compatible with Azure Synapse Analytics.

Submitted by kwame.gh· Mar 6, 2026Design data storage solutions

Question

Hotspot Questiom A company is looking for a solution that collects a large amount of data from loT devices and performs real time analytics. The data consists of millions of messages that are sent hourly. This incoming data must be processed and then presented on a dashboard. It must also be connected to referential data that provides business information. All data must be stored in native JSON format so that it can be moved to Azure Synapse Analytics SQL Pool. You need to determine a storage solution for the historical data and a solution to perform real time data aggregation. What should you recommend? To answer, select the appropriate options from the drop-down menus. Answer:

Options

  • __typehotspot
  • variantdropdown

Explanation

This hotspot question tests knowledge of Azure services for IoT data ingestion, real-time analytics, and storage in native JSON format compatible with Azure Synapse Analytics.

Approach. For historical data storage in native JSON format that can be moved to Azure Synapse Analytics SQL Pool, Azure Cosmos DB is the correct choice because it natively stores data in JSON format, supports massive scale, and integrates well with Azure Synapse Analytics via Synapse Link. For real-time data aggregation of millions of IoT messages processed hourly and presented on a dashboard, Azure Stream Analytics is the correct choice because it is purpose-built for real-time stream processing, can ingest from IoT Hub or Event Hubs, perform aggregations and windowing functions, connect to reference data (referential data for business information), and output results to dashboards like Power BI or downstream storage. Together, IoT Hub/Event Hubs feeds into Stream Analytics for real-time processing, results are stored in Cosmos DB (JSON format), and then moved to Azure Synapse Analytics for deeper analysis.

Concept tested. The question tests understanding of Azure's IoT and big data analytics stack: specifically, Azure Cosmos DB as a JSON-native, globally distributed database for historical IoT data storage compatible with Synapse Analytics, and Azure Stream Analytics as the real-time aggregation engine that supports reference data joins, windowing functions, and dashboard integration via Power BI output.

Reference. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction | https://docs.microsoft.com/en-us/azure/cosmos-db/introduction

Topics

#IoT data#Real-time analytics#Azure Data Lake Storage#Azure Stream Analytics

Community Discussion

No community discussion yet for this question.

Full AZ-305 PracticeBrowse All AZ-305 Questions