nerdexam
Microsoft

AZ-204 · Question #200

You are creating a hazard notification system that has a single signaling server which triggers audio and visual alarms to start and stop. You implement Azure Service Bus to publish alarms. Each…

The correct answer is A. Assign the value of the hazard message SessionID property to the ReplyToSessionId property. D. Assign the value of the hazard message MessageId property to the CorrelationId property. D: CorrelationId: Enables an application to specify a context for the message for the purposes of correlation; for example, reflecting the MessageId of a message that is being replied to. A: ReplyToSessionId: This value augments the ReplyTo information and specifies which…

Submitted by mateo_ar· Mar 30, 2026Connect to and consume Azure services and third-party services

Question

You are creating a hazard notification system that has a single signaling server which triggers audio and visual alarms to start and stop. You implement Azure Service Bus to publish alarms. Each alarm controller uses Azure Service Bus to receive alarm signals as part of a transaction. Alarm events must be recorded for audit purposes. Each transaction record must include information about the alarm type that was activated. You need to implement a reply trail auditing solution. Which two actions should you perform? Each correct answer resents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AAssign the value of the hazard message SessionID property to the ReplyToSessionId property.
  • BAssign the value of the hazard message MessageId property to the DevileryCount property.
  • CAssign the value of the hazard message SessionID property to the SequenceNumber property.
  • DAssign the value of the hazard message MessageId property to the CorrelationId property.
  • EAssign the value of the hazard message SequenceNumber property to the DeliveryCount
  • FAssign the value of the hazard message MessageId property to the SequenceNumber property.

How the community answered

(58 responses)
  • A
    81% (47)
  • B
    2% (1)
  • C
    2% (1)
  • E
    10% (6)
  • F
    5% (3)

Explanation

D: CorrelationId: Enables an application to specify a context for the message for the purposes of correlation; for example, reflecting the MessageId of a message that is being replied to. A: ReplyToSessionId: This value augments the ReplyTo information and specifies which SessionId should be set for the reply when sent to the reply entity. Incorrect Answers: B, E: DeliveryCount Number of deliveries that have been attempted for this message. The count is incremented when a message lock expires, or the message is explicitly abandoned by the receiver. This property is C, E: SequenceNumber The sequence number is a unique 64-bit integer assigned to a message as it is accepted and stored by the broker and functions as its true identifier. For partitioned entities, the topmost 16 bits reflect the partition identifier. Sequence numbers monotonically increase and are gapless. They roll over to 0 when the 48-64 bit range is exhausted. This property is read-only. https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messages-payloads

Topics

#Service Bus#message properties#audit trail#session management

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice