Hard1 markMultiple Choice
AZ-305 · Question 24 · Domain 2.2: Data Integration
You are designing an IoT solution that ingests 1 million telemetry messages per second. You need to perform real-time windowing aggregations (e.g., average temperature per minute) and output the results to Power BI. Which TWO services should you combine? (Select TWO)
You are designing an IoT solution that ingests 1 million telemetry messages per second. You need to perform real-time windowing aggregations (e.g., average temperature per minute) and output the results to Power BI. Which TWO services should you combine? (Select TWO)
Answer options:
A.
Azure Event Hubs
B.
Azure Service Bus
C.
Azure Stream Analytics
D.
Azure Data Factory
E.
Azure Event Grid
How to approach this question
Identify the ingestion engine and the real-time processing engine.
Full Answer
Azure Event Hubs, Azure Stream Analytics
Event Hubs ingests the massive telemetry. Stream Analytics processes it in real-time. Pillar: Performance Efficiency.
Common mistakes
Selecting Service Bus which cannot handle 1M msgs/sec efficiently.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 7
55 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...HardQ02CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...MediumQ03CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...HardQ04CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...MediumQ05CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...Hard
Expert