Pretty sure it's B for this one. Sequence number is the value used to uniquely identify and settle a Service Bus message when you're processing items, not timestamp. Timestamp would only matter if the question focused on when inventory arrived, which it doesn't here. Agree?
Q: 3
You need to implement the processing of enqueuer inventory items.
Which message value should you use?
Options
Discussion
Option B seen this type in both official docs and exam labs.
Option B
Not D, it's B. Sequence number is what you use for reliable message processing with Service Bus, especially when handling settlement operations or tracking unique messages. Timestamp can help with sorting or grouping, but for processing logic, sequence number is key. Seen similar wording on practice exams.
Not B? I get why D (timestamp) looks tempting for tracking or reporting, but processing inventory messages usually relies on the sequence number in Azure Service Bus. That's what lets you settle or complete the message reliably. D is more for audits, not core processing. Let me know if I'm wrong!
B makes sense here since you need sequence number for settlement or processing logic in Azure Service Bus. Timestamp would be for audit or ordering, but not actual processing. Pretty sure about this but let me know if anyone sees it different.
B
Probably B. Sequence number is used for processing and settling messages in Azure Service Bus.
B most likely, but check the official guide and Azure docs to be sure since some practice exams can phrase this tricky.
B imo, not D. Timestamp looks tempting but it's sequence number you use to actually process or settle messages in Azure Service Bus.
Be respectful. No spam.
Question 3 of 35