InterviewStack.io LogoInterviewStack.io

Growth Metrics & Unit Economics Questions

The core quantitative vocabulary of growth: activation, retention, referral and revenue metrics, growth-accounting frameworks such as AARRR, and unit economics including LTV, CAC, and payback period. Covers defining these metrics precisely and computing growth calculations that reveal whether growth is efficient and durable. The scope is metric definitions and economic math, not go-to-market execution.

MediumTechnical
81 practiced
Write Python/pandas code to produce a retention matrix for monthly signup cohorts that shows retention percentages for months 0–11. Input: users dataframe with signup_date and events dataframe with user_id and event_date for 'return' activity. Describe assumptions and edge cases.
HardTechnical
96 practiced
Outline a strategy to build a customer lifetime value (CLTV/LTV) model and use it to prioritize retention investments across segments. Include modeling approach (e.g., gamma-gamma, survival analysis, machine learning), required data, actionability pathways, and key validation steps.
HardTechnical
80 practiced
Compare Marketing Mix Modeling (MMM) and user-level multi-touch attribution for allocating media spend. Discuss data requirements, granularity, biases (e.g., selection, adstock), handling seasonality, and how to use results to optimize budgets. Propose a hybrid approach when both aggregate and user-level signals exist.
MediumSystem Design
99 practiced
Design a growth KPI dashboard in Tableau for product managers tracking acquisition, activation, retention, and revenue. Describe specific charts, KPI tiles, cohort visualizations, filters, alerting, and how to make the dashboard actionable during weekly and monthly reviews.
MediumTechnical
76 practiced
An event stream contains duplicate 'purchase' events due to retries. Given events(user_id, order_id, event_type, occurred_at, event_id), write SQL or pseudocode to deduplicate purchase events per order using the first valid timestamp and flag retries. Explain trade-offs when late-arriving events change the first/last decision.

Unlock Full Question Bank

Get access to hundreds of Growth Metrics & Unit Economics interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.