nerdexam
Microsoft

AZ-305 · Question #300

You are designing an app that will include two components. The components will communicate by sending messages via a queue. You need to recommend a solution to process the messages by using a First in

The correct answer is C. Azure Service Bus queues with sessions enabled. https://learn.microsoft.com/en-us/azure/service-bus-messaging/message-sessions Azure Service Bus sessions enable joint and ordered handling of unbounded sequences of related messages. Sessions can be used in first in, first out (FIFO) and request-response patterns. This article s

Submitted by dimitri_ru· Mar 6, 2026Design infrastructure solutions

Question

You are designing an app that will include two components. The components will communicate by sending messages via a queue. You need to recommend a solution to process the messages by using a First in, First out (FIFO) pattern. What should you include in the recommendation?

Options

  • Astorage queues with a custom metadata setting
  • BAzure Service Bus queues with partitioning enabled
  • CAzure Service Bus queues with sessions enabled
  • Dstorage queues with a stored access policy

How the community answered

(23 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    78% (18)
  • D
    4% (1)

Explanation

https://learn.microsoft.com/en-us/azure/service-bus-messaging/message-sessions Azure Service Bus sessions enable joint and ordered handling of unbounded sequences of related messages. Sessions can be used in first in, first out (FIFO) and request-response patterns. This article shows how to use sessions to implement these patterns when using Service

Topics

#Azure Service Bus#FIFO messaging#message sessions#queue patterns

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice