Service Bus Topics and Subscriptions Quiz

5 questions Pass: 70% +25 pts

Quiz covering Message-Based Solutions

Service Bus Topics and Subscriptions Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    What is the primary purpose of using Azure Service Bus Topics instead of Queues?

  2. 2

    Which feature allows a Service Bus Subscription to selectively receive only a subset of messages sent to a Topic?

  3. 3

    You have a Service Bus Topic with three subscriptions. A message is sent to the topic. If two of the subscriptions have filters that match the message and one does not, how many copies of the message are stored in the Service Bus?

  4. 4

    When configuring a subscription, what is the effect of enabling 'Session' support?

  5. 5

    You are designing a system where a message must be processed by multiple independent microservices. If one service fails to process the message, it must not impact the others. Which configuration is most appropriate?