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
I don’t think it’s C. B is what Service Bus actually uses for message settlement and processing, not partition key. Partition key groups messages but isn’t used to complete or abandon them. Sequence number is how you uniquely track and process each item - seen this pattern in practice sets. If someone thinks otherwise, let me know.
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.
B Seen similar on practice sets-sequence number is what Service Bus expects when you process or settle messages. Timestamp's only for reporting, not settlement. Pretty sure it's B but open to debate if the scenario means something else.
It’s B for sure. Service Bus processing depends on the sequence number since that’s required to complete, abandon, or dead-letter messages-partition key and timestamp catch people out here, but they’re not used for settlement. I get why D looks tempting if you’re thinking audit, but in similar practice questions it’s always B. Open to pushback if anyone thinks otherwise.
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
Be respectful. No spam.
Question 3 of 35