Courseiva
Event Driven IntegrationmediumMultiple ChoiceObjective-mapped

AI-200 Event Driven Integration Practice Question

An enterprise AI system uses Azure Service Bus Topics to distribute work items. One of your subscriptions has a high volume of low-priority messages that block high-priority tasks. You want to enable high-priority messages to be processed first without creating separate topics. Which Service Bus feature should you use?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Create multiple subscriptions with SQL filters evaluating a custom 'Priority' property.

Azure Service Bus supports receiving messages by Sequence Number or using message priorities via sessions/filters, but Service Bus queues/subscriptions natively support peek and receive by priority if implemented with multiple subscriptions or SQL filters. However, Service Bus also supports partitioning and sorting. Wait, Service Bus does not have a native integer priority queue out of the box unless implemented via multiple subscriptions with SQL filters checking a Priority property.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Configure Event Grid advanced filters on the Service Bus topic.

    Why it's wrong here

    Event Grid cannot filter or manage messages residing inside Service Bus topics.

  • Enable Service Bus Priority Queueing in the namespace configuration settings.

    Why it's wrong here

    Azure Service Bus does not have a native 'Priority Queue' toggle; priority must be modeled using topics, filters, or separate queues.

  • Create multiple subscriptions with SQL filters evaluating a custom 'Priority' property.

    Why this is correct

    By defining subscriptions with SQL filters for priority levels, workers can pull high-priority messages first.

  • Enable Auto-forwarding from the low-priority queue to the dead-letter queue.

    Why it's wrong here

    Auto-forwarding routes all messages indiscriminately, not based on message priority.

About these practice questions

This AI-200 question is part of Courseiva's 507-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Microsoft exam blueprint

This AI-200 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-200 exam.