AZ-204 · Question #416
Drag and Drop Question You are implementing an order processing system. A point of sale application publishes orders to topics in an Azure Service Bus queue. The Label property for the topic…
The correct answer is SQLFilter; CorrelationFilter; SQLFilter; SQLFilter; No Filter. The correct arrangement uses CorrelationFilter where simple property matching (equality) is needed because CorrelationFilter is optimized for matching well-known message properties and maximizes throughput by using an indexed hash-based lookup rather than expression evaluation…
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- SQLFilter
- CorrelationFilter
- SQLFilter
- SQLFilter
- No Filter
Explanation
The correct arrangement uses CorrelationFilter where simple property matching (equality) is needed because CorrelationFilter is optimized for matching well-known message properties and maximizes throughput by using an indexed hash-based lookup rather than expression evaluation. SQLFilter is used when complex conditional logic or arithmetic expressions are required on the Label or custom properties, as it supports rich SQL-like predicate syntax. No Filter is applied to the subscription that must receive all messages without any restriction, meaning every message passes through regardless of content.
Topics
Community Discussion
No community discussion yet for this question.


