Medium1 markMultiple Choice
AZ-305 · Question 21 · Domain 2.2: Data Integration
You are designing an IoT architecture for a manufacturing plant. Thousands of sensors will send temperature and pressure telemetry every second.
You need to ingest this massive stream of telemetry data, calculate the average temperature over a 5-minute tumbling window, and trigger an alert if the average exceeds a threshold. The raw data must also be saved to Azure Data Lake Storage for historical analysis.
Which TWO Azure services should you combine to achieve this? (Select TWO)
You are designing an IoT architecture for a manufacturing plant. Thousands of sensors will send temperature and pressure telemetry every second.
You need to ingest this massive stream of telemetry data, calculate the average temperature over a 5-minute tumbling window, and trigger an alert if the average exceeds a threshold. The raw data must also be saved to Azure Data Lake Storage for historical analysis.
Which TWO Azure services should you combine to achieve this? (Select TWO)
Answer options:
A.
Azure IoT Hub
B.
Azure Service Bus
C.
Azure Stream Analytics
D.
Azure Data Factory
E.
Azure Event Grid
How to approach this question
Identify the ingestion service for IoT devices and the processing service for real-time windowing.
Full Answer
Azure IoT Hub, Azure Stream Analytics
For IoT telemetry ingestion at scale, Azure IoT Hub (or Event Hubs) is the correct entry point. To process this data in real-time, calculate averages over time windows (tumbling, hopping, sliding), and route outputs to multiple destinations (alerts and Data Lake), Azure Stream Analytics is the purpose-built service. Data Factory is for batch, and Service Bus/Event Grid are for discrete messaging, not stream processing.
Common mistakes
Selecting Data Factory for processing. ADF is batch-oriented and cannot do real-time tumbling window calculations.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 5
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd has 50 subscriptions across 3 business units. Each business unit manages its own IT o...EasyQ02You are designing a monitoring solution for a hybrid environment. The environment consists of 200...MediumQ03Your company uses Microsoft Sentinel integrated with a Log Analytics workspace. The workspace ing...HardQ04You are designing an application monitoring strategy using Application Insights. The application ...MediumQ05A highly regulated financial institution is migrating to Microsoft 365 and Azure. They currently ...Hard
Expert