Skip to content
tezvyn:

Growth & Experimentation

A/B testing, growth loops, conversion, retention

149 bites

Test yourself: Top 30 intermediate Growth & Experimentation interview questionsMultiple choice, with the correct answer and why it is correct on every question. Free, no sign-in.

Intermediate everything in Growth & Experimentation, page 4

How would you implement a last-touch attribution model for user signups?
intermediate2 min read

How would you implement a last-touch attribution model for user signups?

Tests your ability to translate marketing concepts into warehouse SQL. A strong answer covers UTM/pageview events, sessionized tables, and a windowed join for the last touch within 30 days of signup.

intermediate2 min read

Explain statistical power, MDE, and sample size impact

Power is the chance of detecting a true effect; MDE is the smallest lift worth measuring; raising power or shrinking MDE inflates sample size.

intermediate2 min read

When increasing CTA clicks, what side-effects and guardrails should you consider?

This tests balancing growth with business safety. Name guardrails like retention, revenue, fraud, load time; set NI thresholds pre-launch; and include SRM checks. A red flag is treating guardrails as optional success metrics instead of hard stop limits.

Develop a testable hypothesis for a 40% email verification drop-off
intermediate2 min read

Develop a testable hypothesis for a 40% email verification drop-off

This tests structured hypothesis formation under uncertainty. Strong answers: segment the 40% drop by device and latency; build a Customer Theory from data; isolate one lever; draft a four-part MECLABS hypothesis. Red flag: skipping diagnosis to guess fixes.

Design the data model and backend for a 7-day trial at scale
intermediate2 min read

Design the data model and backend for a 7-day trial at scale

Tests state machine design for time-bound entitlements at scale. A strong answer covers: an idempotent enrollment API, a trial ledger with timezone-aware expiration, and an event-driven expiration pipeline.

Design a variable daily-login reward system with anti-gaming controls
intermediate2 min read

Design a variable daily-login reward system with anti-gaming controls

Tests server-side reward probabilities and idempotency in distributed systems. Strong answers cover: configurable weights, idempotent tokens with DB unique constraints, rolling windows, and server-side grants.

Design an A/B test for loss aversion versus gain framing at checkout
intermediate2 min read

Design an A/B test for loss aversion versus gain framing at checkout

Tests whether you can isolate framing effects from checkout confounders. Strong answers detail user-level randomization, event logging, and guardrail metrics like revenue per visitor. Red flag: a conversion-only analysis with no unit of diversion defined.

intermediate2 min read

Explain user identity stitching across devices and SDK roles

Tests event-level identity resolution. A strong answer covers anonymousId per device, the identify call binding anonymous events to userId, and backend merge handling out-of-order events. Red flag: claiming cookies alone stitch mobile and web.

What causes client order_completed events to diverge from backend records?
intermediate2 min read

What causes client order_completed events to diverge from backend records?

Tests end-to-end event reliability. Separate client failures (network, ad blockers, duplicates) from backend gaps (idempotency, validation, races) and propose timestamped join analysis. Red flag: blaming users or fixing before measuring gap direction.

How do you instrument client and server to debug payment drop-offs?
intermediate2 min read

How do you instrument client and server to debug payment drop-offs?

Tests designing telemetry that distinguishes intent from errors across the stack. Strong answers use visibility pings for abandonment, validation events for client errors, and gateway status codes for backend failures.

Propose a strategy to enforce a consistent analytics event schema
intermediate2 min read

Propose a strategy to enforce a consistent analytics event schema

Schema registry with CI validation, typed SDK wrappers blocking bad builds, plus ingestion-time rejection.

Describe the SQL and data model for weekly cohort retention
intermediate2 min read

Describe the SQL and data model for weekly cohort retention

Join users and activity, compute week offset per user, group by cohort and offset for retention.

How would you structure an event schema for funnel and cohort analysis?
intermediate2 min read

How would you structure an event schema for funnel and cohort analysis?

This tests analytical event modeling. Use an immutable log with one row per event; attach context user_id, session_id, campaign; use a wide atomic table plus extensible contexts for funnel and cohort queries without joins.

How do you design allocation logic to minimize concurrent A/B test interactions?
intermediate2 min read

How do you design allocation logic to minimize concurrent A/B test interactions?

Compare mutual exclusion with layered randomization via layers and reservations; stress isolation vs throughput.

Describe RICE scoring and architect data pipelines for Reach and Effort
intermediate3 min read

Describe RICE scoring and architect data pipelines for Reach and Effort

Define RICE; automate Reach via event streams with time windows; automate Effort from PM tool estimates with calibration.

intermediate2 min read

Embedded Growth Teams: Experimentation as a Squad Muscle

Growth talent embedded in product squads spreads experimentation beyond a central team. It fits multi-surface products needing data-driven culture. The footgun is letting embedded specialists become sole experimenters while squad PMs and engineers disengage.

intermediate2 min read

Log Exposure, Not Just Assignment

Exposure logging records when a user actually sees a variant, not just assignment. Counting assigned but unexposed users dilutes treatment effects and biases lift. The common footgun is logging assignment as exposure, which silently underpowers your test.

intermediate2 min read

Revenue Recognition in Growth Experiments

Revenue is earned as you deliver value, not when cash arrives. In growth experiments, booking an annual prepayment as immediate revenue makes a pricing test look like a massive win. Teams often confuse bookings with revenue and credit experiments incorrectly.

intermediate2 min read

Revenue Churn: Dollars Lost, Not Logos

Revenue churn tracks dollars lost from your existing base, not just headcount. In subscriptions, one enterprise downgrade can dwarf ten small cancellations. Teams often celebrate low logo churn while ignoring revenue churn that silently erodes growth.

intermediate2 min read

Golden Path: The One Journey That Matters

Golden Path is the single user journey that drives core value. In growth, you optimize this highway before fixing side roads. The footgun is A/B testing edge cases while your main funnel leaks users.

We are hiring for this. Every open role lists the topics its interview covers, so you can prepare for the real thing rather than guessing.

See open roles