Exam AI-200 Topic 1 Question 53 Discussion
Actual exam question for Microsoft's AI-200 exam
Question #: 53
Topic #: 1
Question #: 53
Topic #: 1
Drag and Drop Question
You are provisioning and configuring a Service Bus processor for AI batch jobs.
The processor must connect to an existing queue, register handlers for message and error processing, and then begin receiving messages.
You need to provision and configure the Service Bus processor for message and error handling.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You are provisioning and configuring a Service Bus processor for AI batch jobs.
The processor must connect to an existing queue, register handlers for message and error processing, and then begin receiving messages.
You need to provision and configure the Service Bus processor for message and error handling.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Suggested Answer:

Explanation:
Step 1: Create the Service Bus client
This establishes the initial connection to your Azure Service Bus namespace using a connection string or Azure Identity credentials.
Step 2: Create the Service Bus processor for the queue
Once you have a client, you call its factory method to instantiate a processor dedicated specifically to targeting your queue Step 3: Register message and error handlers The processor requires event handlers assigned to its processing and error properties to explicitly dictate what happens when a message arrives or an exception occurs Step 4: Start the message processor The processor remains idle until you call the method to start receiving, which initiates the internal loop that listens for and pulls down messages.
Reference:
https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues?tabs=passwordless
by Sampson at Aug 24, 2026, 11:21 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).