InterviewStack.io LogoInterviewStack.io

Metric Frameworks and Goal Alignment Questions

Understand how to choose, define, and apply metric frameworks that align product work to company objectives. Topics include common frameworks such as Acquisition, Activation, Retention, Revenue, Referral as well as selecting a single North Star metric that represents overall business success. Candidates should be able to define metrics at multiple levels including feature level, product level, and business level; distinguish leading indicators from lagging indicators and explain how leading metrics predict lagging outcomes; decompose a North Star into measurable submetrics and team level signals that teams can influence directly; set measurable targets and success criteria; and explain why a given metric is the most appropriate North Star for a particular business model. Practice scenarios include choosing metrics for feature launches, improving conversion or retention, reducing friction in checkout flows, and increasing engagement or virality, and describing how those metrics map to business outcomes and Objectives and Key Results.

HardSystem Design
25 practiced
Design an experiment to measure the effect of a viral sharing feature in a social network where users influence one another (violating SUTVA). Explain why a traditional randomized A/B design is invalid, propose alternative designs such as cluster randomization or stepped-wedge, describe analysis approaches to account for interference, and discuss power considerations and sample size implications.
MediumTechnical
35 practiced
You have several team-level signals such as weekly-active-users, average-sessions-per-user, and conversion-rate and need to build a composite health score for the product. Describe how you would construct this composite metric including normalization methods, weighting schemes, smoothing, stability concerns, interpretability, and how you would validate that this metric is a useful proxy for business success.
HardTechnical
27 practiced
Decompose revenue into components such as user acquisition volume, conversion rate, ARPU, and retention. Outline a forecasting approach to predict next-quarter revenue and identify leading indicators that most improve forecast accuracy. Discuss model choices such as ARIMA, Prophet, and hierarchical Bayesian models, feature engineering and how you would present forecast uncertainty to stakeholders.
HardTechnical
48 practiced
For a two-sided marketplace with buyers and sellers, propose a single North Star metric that balances supply and demand and avoids easy gaming. Explain how you would decompose this North Star into buyer-side and seller-side submetrics, metrics for matching quality, and incentives to align long-term marketplace health. Discuss trade-offs and possible perverse incentives.
EasyTechnical
32 practiced
Implement a function in Python that calculates the DAU/MAU ratio for a 30-day window ending on a given date. Input: a list of tuples (user_id:int, activity_date:'YYYY-MM-DD' string). Output: a float representing DAU/MAU where DAU is unique users active on the end date and MAU is unique users active in the 30-day window. Aim for O(n) time complexity and discuss edge cases such as missing dates, timezone normalization, and bot accounts.

Unlock Full Question Bank

Get access to hundreds of Metric Frameworks and Goal Alignment interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.