InterviewStack.io LogoInterviewStack.io

User Retention & Engagement Questions

Measuring and improving how users stick with a product after they first convert: retention rate and cohort retention curves (day 1, day 7, day 30, and longer horizons), churn rate, reactivation and resurrection of lapsed users, and engagement-depth signals such as DAU, WAU, MAU, and the DAU/MAU stickiness ratio. Covers defining and computing these metrics, including basic SQL and event-log implementations, diagnosing where and why a retention curve breaks (onboarding gaps, feature-adoption gaps, seasonal or cohort-specific effects), designing experiments and product interventions that deepen habitual usage, cohort-based lifetime value (LTV), and communicating retention findings to stakeholders. This is the post-acquisition, repeat-usage side of the user lifecycle: getting a first-time visitor through signup or first purchase is covered by the companion topic Conversion Funnel Optimization, and pure-SQL implementation depth at large scale (approximate-distinct computation, survival-curve modeling, multi-state subscription churn state machines, and standalone timezone-aware day bucketing) is covered by the companion topic Advanced SQL: Metric Monitoring, Anomaly Detection, and Data Correctness at Scale.

MediumSystem Design
40 practiced

Design a retention and engagement dashboard for product managers. List the essential charts/widgets (cohort heatmap, retention curve, funnel conversion, DAU/MAU trend, LTV curve), the filters needed (country, acquisition channel, signup cohort, platform), recommended data refresh cadence, and performance considerations (materialized views, pre-aggregations).

EasyTechnical
35 practiced

What is a retention curve and how do you compute it using cohort analysis? Describe the step-by-step process, the minimum instrumentation required (events/timestamps), and how you would interpret the curve for an app experiencing viral growth.

That is every published User Retention & Engagement question for Technical Product Manager so far. Browse the other topics in this category, or practice this one interactively.