Medium1 markMultiple Choice
AZ-305 · Question 46 · Domain 4.2: Application Architecture
You are designing an event-driven architecture. When a file is uploaded to Blob Storage, a serverless function must be triggered immediately. You need to handle millions of events with minimal latency. Which service should route the events?
You are designing an event-driven architecture. When a file is uploaded to Blob Storage, a serverless function must be triggered immediately. You need to handle millions of events with minimal latency. Which service should route the events?
Answer options:
A.
Azure Event Grid
B.
Azure Service Bus
C.
Azure Event Hubs
D.
Azure Queue Storage
How to approach this question
Identify the service designed for reactive, push-based event routing.
Full Answer
A.Azure Event Grid✓ Correct
Azure Event Grid
Event Grid is a highly scalable, push-based event routing service perfect for reacting to resource state changes. Pillar: Performance Efficiency.
Common mistakes
Choosing Event Hubs, which is for data streaming, not discrete events.
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