Skip to content
tezvyn:

Growth

165 bites tagged Growth — interview questions with model answers, and 60-second explainers.

Growth & Experimentation2 min read

What is a conversion funnel? Instrument a three-step onboarding funnel with events.

This tests translating business funnels into concrete event instrumentation. A strong answer outlines three ordered steps, names exact events like user_signed_up and project_created, and notes unique-user counting.

Growth & Experimentation2 min read

How would you track a 'Sign Up' button click end-to-end?

It tests your ability to instrument a custom event and validate the pipeline. Attach a gtag listener to the button, fire a sign_up_click event, then confirm the hit in GA4 DebugView or real-time reports.

Growth & Experimentation2 min read

How do you architect a global notification holdback group?

Tests persistent control-group isolation without breaking critical flows. Strong answers use deterministic sticky bucketing by user ID, separate marketing and transactional namespaces, and audit holdout bleed.

Growth & Experimentation2 min read

Describe the architecture for multi-touch attribution with time-decay

Stitch IDs, stream events to warehouse, sessionize journeys, then apply decay weights in SQL. Architecture for identity resolution and multitouch attribution.

Growth & Experimentation2 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.

Growth & Experimentation2 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. Anchoring activity to signup cohort. Counting active users globally without cohort anchoring.

Growth & Experimentation2 min read

How do you track events and calculate funnel drop-off?

Tests event mapping and funnel math. Answer: one event per step (page view, email submit, profile done); compute relative step conversion and overall rate from top; deduplicate users. Red flag: raw pageviews instead of uniques.

Growth & Experimentation2 min read

How do you attribute signups to Facebook, Google, and blog campaigns?

This tests URL-based campaign attribution and session persistence. A strong answer covers UTM tags, landing page parsing, cookie storage, and writing the source to the user record at signup.

Growth & Experimentation2 min read

How would you architect long-term holdback experiment groups?

Tests longitudinal causal inference and engineering tradeoffs for multi-month isolation. A strong answer covers bucketing, delayed metrics, and cross-experiment guards. Red flag: daily re-randomization or ignoring survivorship bias in aging cohorts.

Growth & Experimentation2 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. Designing allocation to isolate concurrent experiments.

Growth & Experimentation3 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. Bridging prioritization and data systems for Reach and Effort.

Growth & Experimentation2 min read

What fields belong in an experiment tracking event?

Tests disciplined schema thinking over random fields. Strong answers cite a tracking plan with event and user properties, environment separation, and consistency. Red flag: dumping data without a schema or single source of truth.

Growth & Experimentation2 min read

What counter metrics track health of weekly active users?

Tests whether you can spot growth-at-all-costs blind spots. A strong answer pairs WAU with 7-day retention, sessions per user, and error rate, mapping each to churn, shallow engagement, or bugginess.

Growth & Experimentation2 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.

Growth & Experimentation2 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.

Growth & Experimentation2 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.

Growth & Experimentation2 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.

Growth & Experimentation2 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.

Growth & Experimentation2 min read

Bayesian vs. Frequentist A/B Testing

Frequentist testing asks how surprising a result is if nothing changed; Bayesian asks probability B is better. Frequentist fixes sample size to control false positives, while Bayesian lets you peek.

Growth & Experimentation2 min read

Framing Effect: Presentation Rewires Decisions

The same fact hits differently depending on its wrapper. In growth, framing decides whether users see "90% uptime" or "10% downtime," swinging conversions without changing the product. Teams obsess over the offer yet ship copy that frames value as a loss.

Growth & Experimentation2 min read

Commitment and Consistency: The Identity Ratchet

People follow through on what they already said yes to. Use it to turn a tiny user action into sustained engagement, or to get a team to ship by making a public deadline. A coerced yes creates resentment, not consistency.

Growth & Experimentation2 min read

Scarcity Principle: Limit Availability to Drive Action

People want what they might lose. In growth, scarcity amplifies conversion by framing offers as limited in time, quantity, or access. The footgun is fake scarcity: invented limits destroy trust and backfire permanently.

Growth & Experimentation2 min read

Sessionization: Bounding Events into Visits

Sessionization groups raw user events into visits using idle timeouts. Teams use it to measure engagement and attribute conversions per sitting. The footgun is treating sessions as users, which inflates counts and wrecks retention analysis.

Growth & Experimentation2 min read

HEART Framework: Five Metrics for Product Health

HEART is a vital-signs panel for product health, not a single score. Use it to pick metrics for feature launches so you track user value, not vanity numbers. Measuring all five dimensions when only one matters creates dashboard bloat and analysis paralysis.

Get Growth bites daily.

Five a day, five minutes, offline. With quizzes so it sticks.

Open testing — you’ll join as an early tester.