Medium1 markMultiple Choice
AZ-305 · Question 22 · Domain 2.2: Data Integration
You are designing an IoT solution that receives telemetry data from 100,000 sensors globally.
The system must ingest up to 2 million events per second. You need a service that can buffer this massive influx of streaming data, partition it for parallel processing, and retain the raw events for up to 7 days so multiple downstream consumer applications can read the data at their own pace.
Which Azure service should you recommend?
You are designing an IoT solution that receives telemetry data from 100,000 sensors globally.
The system must ingest up to 2 million events per second. You need a service that can buffer this massive influx of streaming data, partition it for parallel processing, and retain the raw events for up to 7 days so multiple downstream consumer applications can read the data at their own pace.
Which Azure service should you recommend?
Answer options:
A.
Azure Service Bus
B.
Azure Event Grid
C.
Azure Event Hubs
D.
Azure Stream Analytics
How to approach this question
Look for keywords: 'telemetry', 'millions of events per second', 'buffer', and 'retention'. These point to Event Hubs.
Full Answer
C.Azure Event Hubs✓ Correct
Azure Event Hubs is a fully managed, real-time data ingestion service that's simple, trusted, and scalable. It can stream millions of events per second from any source to build dynamic data pipelines. It provides a partitioned consumer model, allowing multiple downstream applications to read the stream independently, and supports data retention (up to 7 days in standard, longer in premium/dedicated).
Common mistakes
Confusing Event Hubs with Event Grid or Service Bus. Event Hubs = Telemetry/Big Data. Service Bus = High-value enterprise messages. Event Grid = Reactive discrete events.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2
55 questions · hints · full answers · grading
More questions from this exam
Q01Fabrikam Inc. is a global financial services company with 200 Azure subscriptions managed via a c...HardQ02A healthcare organization has 500 on-premises Windows Server VMs and 300 Azure VMs. They are impl...HardQ03You are designing a security monitoring solution using Microsoft Sentinel.
The compliance depar...EasyQ04Your company has a microservices application deployed across multiple Azure App Service instances...MediumQ05A defense contractor is migrating to Microsoft 365 and Azure. They have a strict security policy ...Hard
Expert