Framework entretien PM
Root Cause Analysis (Issue Tree + 5 Whys)
Execution / analytical / debugging questions
Quand y avoir recours
Any 'metric X dropped / spiked', incident review, or 'why is the funnel broken'.
La cheat sheet Root Cause Analysis (Issue Tree + 5 Whys)
- 1
State the problem precisely
What changed, when, by how much, for whom?
- 2
Segment
Internal vs external, geo, platform, user cohort, funnel step.
- 3
Build a MECE issue tree
Top-level branches must be mutually exclusive and collectively exhaustive.
- 4
Ask 5 Whys down each live branch
Drill until you hit a testable hypothesis.
- 5
Prioritize and test
Pick the highest-impact hypothesis; propose the test to confirm it.
| Étape | Sens | L'action |
|---|---|---|
| 1 | State the problem precisely | What changed, when, by how much, for whom? |
| 2 | Segment | Internal vs external, geo, platform, user cohort, funnel step. |
| 3 | Build a MECE issue tree | Top-level branches must be mutually exclusive and collectively exhaustive. |
| 4 | Ask 5 Whys down each live branch | Drill until you hit a testable hypothesis. |
| 5 | Prioritize and test | Pick the highest-impact hypothesis; propose the test to confirm it. |
Top des pièges Root Cause Analysis (Issue Tree + 5 Whys)
Voilà les moves qui transforment un framework solide en réponse fade.
Guessing the cause before segmenting.
Overlapping branches (e.g., 'iOS users' vs 'paid users' — users can be both).
No concrete test at the end.
Essayez sur ce prompt
“Notifications open-rate dropped 8% week-over-week. Debug it.”