Integration / Apache Pulsar Interview questions
Explain the lifecycle of an alert from health rule violation to notification?
An AppDynamics alert isn't a single event; it's a short pipeline where a metric condition is evaluated, a status change is recorded, and only then — if configured — does an external action actually fire.
The key nuance is that steps D and E are genuinely separate: a health rule violation always changes the visible health status on its own, but nothing gets sent anywhere unless a policy explicitly wires that violation to an action. Teams that only configure health rules and forget the policy step often get confused when a dashboard clearly shows red but nobody was paged — the color-coded status and the outbound notification are two distinct configuration layers, not one automatic package deal.
More Related questions...
