The correct answer is D. Business Automation Insights uses event-driven architecture, and alerting is implemented by sending alert events into a Kafka alert topic rather than by displaying a browser-only notification. Business Performance Center and Business Automation Insights configuration parameters define a Kafka alert topic, with a parameter identifying the topic where alerts are sent. The default topic name is commonly represented by the BAI alert topic configuration, and the alert notifier can be enabled through configuration. This aligns with the design goal of BAI: operational events are ingested, processed, indexed, and exposed to monitoring or visualization layers, while alerts remain event-based and consumable by downstream tooling. Option A incorrectly frames the behavior as an in-dashboard push only. Option B confuses BAI alerting with OpenSearch capacity or index monitoring. Option C describes a browser pop-up model, which is not the architectural mechanism tested here. The alert is therefore a Kafka event used to signal the absence of monitored component events over a configured interval. References/topics: Business Automation Insights, Business Performance Center alert parameters, Kafka alert topic, alert notifier, event-driven monitoring.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit