az-204 question 249 discussion

View all Developing Solutions for Microsoft Azure here
back to microsoft forum

Question 249 Topic 19

You are developing an e-commerce solution that uses a microservice architecture.
You need to design a communication backplane for communicating transactional messages between various parts of the
solution. Messages must be communicated in first-in-first-out (FIFO) order.
What should you use?

  • A. Azure Storage Queue
  • B. Azure Event Hub
  • C. Azure Service Bus
  • D. Azure Event Grid
Answer:

A


Explanation:
As a solution architect/developer, you should consider using Service Bus queues when:
Your solution requires the queue to provide a guaranteed first-in-first-out (FIFO) ordered delivery. Reference:

https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-
contrasted

User Votes:
A
50%
B
50%
C 4 votes
50%
D 1 votes
50%
Discussions
0 / 1000
cloudstrife
1 year, 5 months ago

Answer is C. Azure Service Bus.

It is literally said on explanation.