Medium1 markMultiple Choice
AZ-305 · Question 22 · Domain 2.2: Data Integration
An IoT solution generates 1 million events per second from sensors worldwide. You need to ingest this telemetry data, perform real-time windowed aggregations (e.g., average temperature over a 5-minute tumbling window), and output the results to Power BI. Which combination of services should you recommend?
An IoT solution generates 1 million events per second from sensors worldwide. You need to ingest this telemetry data, perform real-time windowed aggregations (e.g., average temperature over a 5-minute tumbling window), and output the results to Power BI. Which combination of services should you recommend?
Answer options:
A.
Azure Service Bus and Azure Functions.
B.
Azure Event Grid and Azure Logic Apps.
C.
Azure Event Hubs and Azure Stream Analytics.
D.
Azure Data Factory and Azure Synapse Analytics.
How to approach this question
Identify the ingestion service for big data and the processing service for real-time windowing.
Full Answer
C.Azure Event Hubs and Azure Stream Analytics.✓ Correct
Azure Event Hubs and Azure Stream Analytics.
Azure Event Hubs is a big data streaming platform capable of receiving millions of events per second. Azure Stream Analytics is a real-time analytics engine that natively supports windowing functions and outputting directly to Power BI.
Common mistakes
Confusing Event Hubs (telemetry) with Service Bus (transactional messaging).
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert