nerdexam
Microsoft

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…

Submitted by luis.pe· Mar 30, 2026Connect to and consume Azure services and third-party services

Question

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 solution to handle events generated by the inventory management system deployed to Azure. You need to implement a subscription filter that dynamically adjusts to seasonal changes in product demand. Which event filter should you use?

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)
  • A
    82% (36)
  • B
    9% (4)
  • C
    5% (2)
  • D
    5% (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

#Event Grid#advanced filter#subscription filter#dynamic filtering

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice