0
0
Azurecloud~5 mins

Service Bus topics and subscriptions in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Service Bus topic in Azure?
A Service Bus topic is like a message board where messages are sent. Multiple subscribers can read messages from this board independently.
Click to reveal answer
beginner
What is the role of a subscription in Service Bus topics?
A subscription is like a personal mailbox for a subscriber. It receives copies of messages sent to the topic, allowing independent processing.
Click to reveal answer
intermediate
How do Service Bus topics differ from queues?
Queues deliver messages to one receiver only, while topics allow multiple subscriptions to receive copies of each message.
Click to reveal answer
intermediate
What is a filter in a Service Bus subscription?
A filter lets a subscription receive only messages that match certain criteria, like sorting mail into folders based on sender.
Click to reveal answer
beginner
Why use Service Bus topics and subscriptions in cloud applications?
They help send messages to many receivers independently, supporting scalable and decoupled communication.
Click to reveal answer
What does a Service Bus subscription do?
ACreates new topics
BSends messages to a topic
CDeletes messages from a queue
DReceives copies of messages sent to a topic
How many receivers can get the same message from a Service Bus topic?
AOnly one
BMultiple, via subscriptions
CNone
DOnly the sender
What feature allows a subscription to receive only certain messages?
ANamespace
BQueue
CFilter
DTopic
Which Azure service uses topics and subscriptions?
AAzure Service Bus
BAzure Blob Storage
CAzure Functions
DAzure Cosmos DB
What is the main benefit of using topics over queues?
AMultiple receivers can get the same message
BMessages are deleted faster
CMessages are encrypted automatically
DOnly one receiver can get messages
Explain how Service Bus topics and subscriptions work together to deliver messages.
Think of a topic as a message board and subscriptions as mailboxes.
You got /4 concepts.
    Describe the purpose and use of filters in Service Bus subscriptions.
    Filters are like sorting mail into folders.
    You got /4 concepts.