AZ-305 · Question 45 · Domain 4.2: Design an Application Architecture
You are designing an event-driven architecture for an e-commerce platform.
When a customer places an order, a message must be sent to the Inventory service, the Billing service, and the Shipping service. The message contains the actual order payload (JSON data). The system must guarantee that messages are delivered in the exact order they were received (First-In-First-Out) and ensure no messages are lost if a downstream service is temporarily offline.
Which messaging service should you recommend?
Answer options:
Azure Event Grid
Azure Service Bus Queues
Azure Service Bus Topics
Azure Event Hubs
55 questions · hints · full answers · grading