InterviewStack.io LogoInterviewStack.io

KPI Frameworks and Governance Questions

Design and governance of metric hierarchies and key performance indicator frameworks that translate business goals into measurable outcomes. Topics include creating tiered frameworks and KPI trees that roll product and team level metrics up to company objectives, defining a north star metric and supporting metrics, aligning metrics with objectives and key results, setting targets thresholds and guardrails, and establishing metric standards ownership and governance to prevent gaming. Also covers mapping KPIs to functional outcomes such as awareness consideration conversion and retention, deciding cadence and visualization for reporting, building repeatable frameworks for scaling metrics across teams, and handling competing metric definitions.

MediumTechnical
67 practiced
Given two tables `active_v1(date, active_users)` and `active_v2(date, active_users)` representing competing definitions of active users, write SQL that reconciles them by date and returns the top 5 dates with the largest relative discrepancy (|v1-v2|/max(v1,v2)). Include logic to handle zero denominators and small-sample dates (e.g., < 50 users).
MediumBehavioral
55 practiced
Tell me about a time you discovered inconsistent metric definitions across teams in your organization. Use the STAR format: describe the Situation, Task, Action you took to align definitions, and the Result. Be specific about stakeholders, tools, and measurable outcomes.
HardTechnical
61 practiced
You need to reconcile two conflicting metric definitions that both feed important dashboards. Propose a policy and a practical workflow that allows teams to (a) propose a canonical definition, (b) run an evidence-based comparison, (c) arbitrate when teams disagree, and (d) lock the canonical definition with versioning and read-only downstream consumption. Include who gets a veto and how to document exceptions.
HardTechnical
55 practiced
Discuss the trade-offs between using a single North Star metric versus a small set of leading indicators as the guiding top-level metrics. For each approach explain governance implications, risks of gaming, alignment benefits, and when one approach is preferable over the other.
MediumTechnical
71 practiced
Write a concise SQL query to compute month-over-month percentage change for a metric stored in `metrics_daily(metric_id, metric_date, value)`, aggregating to month granularity. Return `metric_id`, `month`, `value`, and `mom_pct_change`, handling months with zero or NULL previous values by returning NULL for the change. Use Postgres syntax.

Unlock Full Question Bank

Get access to hundreds of KPI Frameworks and Governance interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.