AZ-204 · Question #365
AZ-204 Question #365: Real Exam Question with Answer & Explanation
The correct answer is A: Boolean filters. Here we have to make use of Boolean filters which could either accept or reject all messages" https://docs.microsoft.com/en-us/azure/service-bus-messaging/topic-filters
Question
You are developing an application that is going to making use of the Azure Service Bus. You have to create filters based on the different types of subscribers that would subscribe to the topic. The broad classification of these subscribers are: - Subscribers should be able to receive all messages being sent to the topic - Subscribers should NOT be able to receive all messages being sent to the topic - Subscribers should be able to receive messages based on a SQL-like conditional expression Which of the following would you use as the filter condition for the requirement? "Subscribers should be able to receive all messages being sent to the topic"
Options
- ABoolean filters
- BPrimary filters
- CSQL filters
- DCorrelation filters
Explanation
Here we have to make use of Boolean filters which could either accept or reject all messages" https://docs.microsoft.com/en-us/azure/service-bus-messaging/topic-filters
Community Discussion
No community discussion yet for this question.