This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each of the following questions.
Your AI platform completes a document analysis, and three independent services need to react to the result: a notification service alerts the user, an audit service logs the result for compliance, and a dashboard service updates metrics. Which Service Bus entity type supports this requirement?
A topic with three subscriptions
A queue with three competing consumers
Three separate queues with the sender publishing to each one
You're building an AI inference pipeline where losing a customer's request is unacceptable. If a worker crashes while processing a message, the message must become available to another worker. Which receive mode should you configure?
Peek-lock mode
Receive-and-delete mode
Deferred receive mode
A message in your inference queue consistently causes a processing error every time a worker attempts it. After 10 delivery attempts, what does Service Bus do with the message?
Moves the message to the dead-letter queue with the reason MaxDeliveryCountExceeded
Deletes the message permanently from the queue
Returns the message to the back of the queue for continued retry attempts
Your AI pipeline needs to process 500-MB document files, but Azure Service Bus Premium tier supports messages up to 100 MB via AMQP. Which pattern addresses this constraint?
The claim-check pattern, uploading files to Azure Blob Storage and sending only the blob URI in the message
Splitting the document into five 100-MB messages and reassembling them at the consumer
Encoding the document as base64 and sending it as the message body on the Premium tier
You set the correlation_id property on every Service Bus message in your AI pipeline. What is the primary purpose of this property?
Tracking a request end-to-end across all pipeline stages, from the API through processing to result delivery
Enabling duplicate detection so Service Bus discards repeated submissions of the same request
Routing messages to specific subscriptions based on filter rules
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?