Framework colloquio PM

Root Cause Analysis (Issue Tree + 5 Whys)

Execution / analytical / debugging questions

Quando usarlo

Any 'metric X dropped / spiked', incident review, or 'why is the funnel broken'.

La cheat sheet Root Cause Analysis (Issue Tree + 5 Whys)

  1. 1

    State the problem precisely

    What changed, when, by how much, for whom?

  2. 2

    Segment

    Internal vs external, geo, platform, user cohort, funnel step.

  3. 3

    Build a MECE issue tree

    Top-level branches must be mutually exclusive and collectively exhaustive.

  4. 4

    Ask 5 Whys down each live branch

    Drill until you hit a testable hypothesis.

  5. 5

    Prioritize and test

    Pick the highest-impact hypothesis; propose the test to confirm it.

Top trappole Root Cause Analysis (Issue Tree + 5 Whys)

Sono i passi che trasformano un framework solido in una risposta piatta.

  • Guessing the cause before segmenting.

  • Overlapping branches (e.g., 'iOS users' vs 'paid users' — users can be both).

  • No concrete test at the end.

Provalo su questo prompt

Notifications open-rate dropped 8% week-over-week. Debug it.

Allenati sul simulatore JobMentis →

FAQ