InterviewStack.io LogoInterviewStack.io

Product Metrics and Key Performance Indicators Questions

Covers designing, implementing, and governing metric frameworks for products. Topics include defining a north star metric that aligns the organization, identifying supporting and diagnostic metrics that drive and explain the north star, and understanding metric types such as engagement, retention, monetization, and quality. Candidates should be able to discuss metric hierarchies, instrumentation and data pipeline considerations, segmentation and cohort analysis, and the use of metrics for experimentation and decision making. Governance topics include ownership, alerting and anomaly detection, preventing metric manipulation, establishing thresholds and statistical rigor, retiring obsolete metrics, and balancing business and product analytics needs across stakeholders.

EasyTechnical
64 practiced
You have an events table:
events(user_id bigint, event_type text, occurred_at timestamptz)
. Write a SQL query (Postgres) to compute DAU, MAU and DAU/MAU (stickiness) for the most recent day in the table. State assumptions about timezones, deduplication, and users with multiple events per day.
MediumTechnical
83 practiced
Design an alerting rule that reduces false positives by combining multiple signals (e.g., conversion rate drop + traffic source shift + increased 5xx errors). Describe the logical/algorithmic approach (AND/weighted-score), thresholds, and how you'd measure alert precision/recall over time.
MediumTechnical
91 practiced
Design two dashboards for the same product: one for executives and one for product managers. Specify which metrics, visualizations, and drill-downs each dashboard should include and justify choices based on audience needs and decision timelines.
HardTechnical
74 practiced
You're running an experiment but worry about interference/network effects (users influence each other). Describe experimental designs that address interference (e.g., cluster randomization, geographic holdouts, network-aware randomization), trade-offs, and how you'd analyze results.
EasyTechnical
68 practiced
Design a lightweight metric catalog entry for a KPI (e.g., weekly active subscribers). Include canonical SQL, business definition, owner, freshness SLA, known caveats, dependencies (upstream tables/events), and recommended visualizations. Explain why each field is important.

Unlock Full Question Bank

Get access to hundreds of Product Metrics and Key Performance Indicators interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.