AI & Technical question

Design a monitoring and alerting system.

Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.

Start a mock interview on this question · Mock interview from a job description

What this question tests

Tests systems design for observability: balancing signal quality against alert fatigue.

How to approach it

  1. Clarify scope: infrastructure metrics versus business metrics like payment failure rate, since thresholds differ.
  2. Design the pipeline: services emit metrics to a time-series store, with a rules engine evaluating thresholds.
  3. Choose alerting logic: static thresholds for well-understood metrics, anomaly detection for naturally variable ones.
  4. Reduce alert fatigue: require sustained breaches over a time window before alerting, and route by severity.
  5. Address on-call ergonomics: alerts include enough context, like recent deploys, to act quickly.
  6. Define success as mean time to detect and acknowledge real incidents, plus a low false-positive rate.

What a strong answer includes

Common mistakes

Likely follow-up questions

More ai & technical questions

More questions from Stripe

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank