AZ-204 · Question #620
A large retail company operates online and physical stores. The company tracks inventory levels in real time to manage stock efficiently across all locations. You develop an Azure Event Grid…
The correct answer is A. An advanced filter using a Boolean condition that evaluates multiple data fields, including a. An advanced filter in Azure Event Grid allows you to define complex filtering logic that can evaluate multiple fields in the event data, including custom fields like "season." This flexibility is ideal for handling scenarios where product demand varies dynamically depending on…
Question
Options
- AAn advanced filter using a Boolean condition that evaluates multiple data fields, including a
- BA prefix filter on the event type field that matches the current season's name
- CA subscription filter that uses label filter to include events tagged with seasonal promotional codes
- DA static subject filter that targets events with a subject ending in "/seasonal/inventory"
How the community answered
(44 responses)- A82% (36)
- B9% (4)
- C5% (2)
- D5% (2)
Explanation
An advanced filter in Azure Event Grid allows you to define complex filtering logic that can evaluate multiple fields in the event data, including custom fields like "season." This flexibility is ideal for handling scenarios where product demand varies dynamically depending on seasons. By evaluating fields such as a "season" field within the event data, you can adjust inventory management in real time based on the current season and product demand trends.
Topics
Community Discussion
No community discussion yet for this question.