Top 30 Experimentation Interview Questions and Answers
30 multiple-choice questions on Experimentation, drawn from 30 bites out of the 189 tagged Experimentation on Tezvyn. Answer them here or read straight down. Every question carries the correct option, why it is correct, and a link to the bite it came from.
30 questions. Pick an answer, or open “Show the answer” to read it.
Answers are graded in your browser. Nothing is saved, and no XP or streak is earned here. The app keeps score.
Question 1 of 30
What fundamental challenge does High-Tempo Testing primarily aim to overcome for businesses?
Show the answer
Answer: c · The inherent volatility and rapid decay of customer acquisition channels.
The card explicitly states that High-Tempo Testing exists because 'customer acquisition channels are more crowded and volatile than ever' and 'decay quickly.' It is designed to find new growth levers before old ones expire due to this volatility. Option A is incorrect because the card states this approach is 'premature for pre-product-market fit companies.'
Read the full bite: High-Tempo Testing: Move Faster Than Your Channels Decay
Question 2 of 30
A growth team boosts WAU with aggressive push notifications. Which counter metric most directly reveals shallow engagement caused by the campaign?
Show the answer
Answer: a · Sessions per user per week
The card maps sessions per user to shallow engagement from notification spam, whereas 7-day retention tracks churn risk, making it the most tempting distractor because it is a valid counter metric but for a different problem. Lifetime value is explicitly called out as a lagging business outcome, not a real-time UX health signal.
Read the full bite: What counter metrics track health of weekly active users?
Question 3 of 30
According to the card, what is the primary challenge when using the ICE scoring framework?
Show the answer
Answer: d · The lack of objective data can lead to inconsistent and opinion-based scores.
The card states, "The biggest weakness of ICE is subjectivity. If your team lacks historical data or a shared understanding to calibrate against, scores for Impact and Confidence can be inconsistent and based on opinion." Option A is incorrect because ICE is designed to avoid endless debate.
Read the full bite: ICE Score: A Quick Framework for Prioritizing Ideas
Question 4 of 30
According to the Lean Startup methodology, what is the fundamental trigger for a company to execute a pivot?
Show the answer
Answer: a · Validated learning from an MVP demonstrates that a core strategic hypothesis about the product or customer is incorrect.
The card explicitly states a pivot is triggered by "validated learning from your MVP when data shows your initial hypothesis was wrong." Option A directly reflects this. Option C is incorrect because a pivot is a structured course correction of strategy, not a "restart" or abandonment of the original vision.
Read the full bite: The Pivot: A Structured Change in Strategy, Not Vision
Question 5 of 30
Which approach to instrumenting an A/B test event best ensures trustworthy, maintainable experiment data?
Show the answer
Answer: c · Define a tracking plan with minimal scoped properties, environment flags, and consistent naming conventions
A disciplined tracking plan with minimal, explicitly scoped properties and environment separation creates a trustworthy contract between engineering and analytics. Option D is tempting because flexibility sounds useful, but dumping every attribute creates a data swamp that breaks the single source of truth and makes schemas unmaintainable.
Read the full bite: What fields belong in an experiment tracking event?
Question 6 of 30
A new feature's adoption is flat. Data shows 80% of eligible users never click the entry point, but those who do complete the core action. What should the diagnostic plan prioritize?
Show the answer
Answer: c · Investigate discovery barriers and experiment with awareness interventions like contextual prompts
High completion among users who find the feature indicates a discovery barrier, not usability or value. Redesigning the interface (A) misdiagnoses the bottleneck, while random interviews (B) ignore the behavioral signal that already pinpoints where users drop off.
Read the full bite: How do you diagnose why a new feature's adoption is flat?
Question 7 of 30
A checkout A/B test shows significantly higher conversion but slightly lower AOV. What is the strongest basis for a launch recommendation?
Show the answer
Answer: d · Estimate net revenue and ensure the AOV decline is within a pre-specified non-inferiority margin
The right framework classifies conversion as a success metric and AOV as a guardrail requiring non-inferiority, then uses net revenue to judge the business outcome. Treating AOV as a co-success metric that must significantly increase is a tempting error that causes unnecessary conservatism and missed wins.
Read the full bite: How would you recommend launching a checkout flow with mixed A/B metrics?
Question 8 of 30
Which approach correctly implements the Effort component in an automated RICE scoring pipeline?
Show the answer
Answer: d · Pull estimates from project management APIs, convert to person-months using historical velocity, and calibrate for optimism
Effort is correctly built by pulling PM estimates, converting them to person-months via historical velocity, and calibrating for optimism because human estimates are systematically optimistic. Option B represents the common red flag of attempting to derive Effort from code complexity or logs, which cannot replace human estimation.
Read the full bite: Describe RICE scoring and architect data pipelines for Reach and Effort
Question 9 of 30
Which approach best minimizes interaction bias across concurrent experiments while preserving platform velocity?
Show the answer
Answer: d · Use orthogonal layers with reservation amounts, restricting mutual exclusion to tightly coupled features
Orthogonal layers isolate independent experiments via separate randomization units and reservation amounts prevent layer starvation, while mutual exclusion is reserved for high-risk features because global use destroys velocity. The most tempting distractor, adding post-hoc interaction terms, fails because clean causal inference requires designed allocation—regression cannot fix unstructured overlaps after the fact.
Read the full bite: How do you design allocation logic to minimize concurrent A/B test interactions?
Question 10 of 30
When A/B testing sign-up button copy, which practice ensures you can accurately attribute differences in sign-ups to the copy change?
Show the answer
Answer: a · Randomly assign users to variants using a hashed user ID, track impressions and conversions, and compare conversion rates
Randomizing with hashed user IDs and tracking both impressions and completed sign-ups lets you calculate a true conversion rate and establish causality. Sequential testing introduces temporal bias because traffic composition and external factors differ between weeks, invalidating the comparison.
Read the full bite: How would you A/B test sign-up button copy and measure results?
Question 11 of 30
Why is the correlation between profile completion and retention weak evidence that forcing completion will improve retention?
Show the answer
Answer: d · Engaged users self-select into completing profiles, confounding the relationship
Motivated users both complete profiles and retain, so engagement is a confounder making completion a marker rather than a proven cause. A randomized experiment is needed; the other options misstate the actual problem.
Read the full bite: Does forcing profile completion cause retention?
Question 12 of 30
What is the most important addition to a revenue metric when evaluating a change that may harm long-term satisfaction?
Show the answer
Answer: b · Long-horizon guardrail metrics like retention plus a sufficiently long experiment
Long-term harm surfaces as delayed churn, so guardrail metrics measured over a long-enough window are essential to weigh against the immediate revenue lift. More precise short-term revenue alone still misses the delayed retention cost.
Read the full bite: Framing ad-load tradeoffs: revenue versus retention
Question 13 of 30
Your team wants to measure six-month LTV impact of a pricing change. Which architecture avoids survivorship bias and cross-experiment collision traps common in long-term holdbacks?
Show the answer
Answer: a · Assign users with a deterministic hash on a durable account ID, check a dedicated holdback flag before any regular experiment flags, seal metrics only after the observation window plus a bounded grace period, and use clustered standard errors with an intent-to-treat model.
Option A is correct because it pins users indefinitely with durable identity storage, isolates the holdback from newer experiments via namespace ordering, seals metrics only after the full window closes, and uses intent-to-treat with clustered errors to avoid survivorship bias. Option B is tempting because deterministic bucketing is correct, but device IDs are not durable across reinstalls, incremental computation violates the sealed observation window, and analyzing only exposed users creates survivorship bias by dropping unexposed bucketed users.
Read the full bite: How would you architect long-term holdback experiment groups?
Question 14 of 30
Why is capturing failed and flat experiment results just as important as winning ones in a company-wide experimentation dashboard?
Show the answer
Answer: b · They prevent teams from repeating ideas that have already been disproven
Recording what did not work builds institutional memory so teams avoid redundant or already-disproven experiments. Failed results do not change statistical power or confidence-interval math, and they do not mechanically raise future win rates.
Read the full bite: Architect an experimentation dashboard for culture
Question 15 of 30
Which method best persists marketing campaign attribution from a user's first visit through to their eventual signup?
Show the answer
Answer: c · Parse UTM parameters on arrival, store them in a first-party cookie, and read the cookie at signup
Parsing UTM parameters into a first-party cookie preserves the original campaign source across browsing sessions until the user completes signup. Relying solely on ad platform conversion tags is insufficient because it prevents independent reconciliation and omits sources like organic blog traffic.
Read the full bite: How do you attribute signups to Facebook, Google, and blog campaigns?
Question 16 of 30
Which hypothesis pair best tests whether a green signup button increases registrations compared to blue?
Show the answer
Answer: b · H0: The registration conversion rate for green equals that for blue; H1: The registration conversion rate for green is strictly greater than that for blue.
The correct answer frames H0 as no difference and H1 as a directional increase in the specific metric, matching the one-tailed nature of the business question. Option A is tempting because it uses 'no difference,' but it wrongly uses a two-tailed alternative that ignores the directional ask and wastes statistical power.
Read the full bite: What are your null and alternative hypotheses for this A/B test?
Question 17 of 30
In a three-step funnel, how do you correctly calculate relative conversion between step two and step three?
Show the answer
Answer: c · Divide unique users at step three by unique users at step two
Relative conversion between adjacent steps requires dividing unique users at step N by unique users at the previous step. Option A measures overall conversion from the top, option D inflates numbers with refreshes, and option B relies on page differences that hide exactly where users quit.
Read the full bite: How do you track events and calculate funnel drop-off?
Question 18 of 30
What is the primary reason to implement attribution modeling in a marketing strategy?
Show the answer
Answer: d · To accurately distribute credit across various touchpoints in a customer's conversion path.
The core purpose of attribution modeling is to untangle complex customer journeys and assign appropriate value to each marketing touchpoint, as stated in the card. Option A is a common misconception, as attribution modeling aims to understand the contribution of multiple channels, not just identify a single one, and simplistic models are warned against.
Read the full bite: Attribution Modeling: Who Gets Credit for a Conversion?
Question 19 of 30
In a production Thompson Sampling bandit serving headlines with delayed click feedback, which design best balances real-time serving with robust learning?
Show the answer
Answer: b · Maintain a minimum traffic percentage per headline and process attributed clicks through an async update pipeline
Option B correctly combines an exploration floor, which prevents new headlines from being starved before proving themselves, with an async pipeline that handles delayed, out-of-order feedback. Option D represents the common mistake of ignoring real-time constraints with batch updates, while Option A risks premature convergence through greedy allocation.
Read the full bite: Propose a multi-armed bandit system to optimize headlines faster
Question 20 of 30
What is the main reason people tend to rely on social proof, according to the card?
Show the answer
Answer: c · To simplify decision-making when they lack complete information.
The card explains that social proof provides a "low-energy heuristic" and a "shortcut to make decisions without conducting exhaustive research" when people are faced with uncertainty. While people might hope for high quality, social proof does not guarantee the best outcome, as "the crowd can be wrong or even faked."
Question 21 of 30
In a two-proportion conversion test, which change most directly explains why detecting a 2% relative lift requires roughly 390k users per variant instead of 63k for a 5% relative lift?
Show the answer
Answer: a · The absolute MDE shrinks from 0.5 to 0.2 percentage points, and sample size scales roughly with the inverse square of the absolute effect size.
The correct answer identifies that the absolute MDE falls from 0.5 to 0.2 percentage points, and because N is roughly proportional to the inverse square of the absolute MDE, required sample size balloons by about sixfold. Distractor D is tempting because it quotes the true p(1-p) variance formula from the card, but in this range variance barely changes and cannot explain the explosion in sample size.
Read the full bite: How do you determine sample size for a conversion lift experiment?
Question 22 of 30
When architecting a global notification holdout, which combination of design choices preserves longitudinal measurement while ensuring critical transactional messages are never suppressed?
Show the answer
Answer: a · Hash the user ID with a holdout salt, persist the assignment, evaluate at decision time in the notification service, and bypass the check for transactional messages
Deterministic sticky bucketing by user ID ensures consistent exclusion across sessions for valid longitudinal measurement, while namespace separation guarantees transactional messages bypass the holdout entirely. Option C is tempting because evaluation at send time is correct, but per-request random assignment destroys statistical validity by causing users to bounce in and out of the holdout.
Read the full bite: How do you architect a global notification holdback group?
Question 23 of 30
A product team wants to test if a new onboarding flow increases profile completion. Which experimental design best aligns with a technical MVP approach for quantitative validation?
Show the answer
Answer: c · Serve the new flow to 10% of users via a feature flag, instrument each step against a control group, and define a kill threshold before launch
Option C is correct because it limits exposure via a feature flag, instruments funnel events, maintains a control group for causality, and sets a kill threshold, all core to the disciplined experiment framework described. Option D is tempting because it tracks the exact KPI, but shipping a full build to all users without a concurrent control or predefined guardrails violates the principle of learning before scaling.
Read the full bite: Describe a technical MVP approach to validate user engagement quantitatively
Question 24 of 30
A product team observes low engagement with a new feature, despite initial user feedback indicating high interest. Based on the Fogg Behavior Model, which intervention is often the most effective first step to increase usage?
Show the answer
Answer: a · Redesign the feature to reduce the number of steps required for completion.
The card emphasizes that 'making a task simpler is often the most effective way to increase behavior' and warns against blaming low motivation when low ability is the actual issue. Reducing steps directly addresses ability, making the behavior easier to perform. While increasing motivation or prompts can help, improving ability is frequently the most impactful initial lever.
Read the full bite: Fogg Behavior Model: Why Users Act (or Don't)
Question 25 of 30
According to the card, how does anchoring bias primarily influence subsequent judgments?
Show the answer
Answer: c · It leads to an insufficient adjustment from the initial reference point when making further estimations.
The card explicitly states, "Your final judgment is an adjustment from that anchor, but the adjustment is often insufficient." This highlights that the bias works by tethering subsequent thoughts to the initial number, leading to inadequate deviation from it. Option A is incorrect because the bias doesn't necessarily make the first information accurate, but rather makes it a reference point from which adjustments are made, often insufficiently.
Read the full bite: Anchoring Bias: The First Number You See Matters Most
Question 26 of 30
A platform running dozens of simultaneous A/B tests must scale from ten thousand to one million users without cascading failures or corrupted results. Which architectural choice best achieves both goals?
Show the answer
Answer: d · Use independent event-driven services connected by an event bus, feed the metrics pipeline via change data capture, and resolve user segments from a low-latency cache at assignment time.
Asynchronous event-driven services with change data capture isolate production load while keeping assignments and metrics perfectly aligned; the tempting distractor suggesting separate database replicas introduces replication lag that corrupts experiment results by misattributing events to variants.
Read the full bite: How would you architect a system for rapid experimentation and validation?
Question 27 of 30
What is the primary distinction between an ethical "nudge" and a "dark pattern" in influencing user behavior?
Show the answer
Answer: d · A nudge aims to benefit the user, whereas a dark pattern prioritizes business gain at the user's expense.
The card explicitly defines a 'dark pattern' as a nudge that primarily benefits the business at the user's expense, contrasting it with ethical nudges that aim for user well-being. Nudges are designed to maintain freedom of choice, not remove options, by making beneficial choices easier or more salient.
Read the full bite: Nudge Theory: Shaping Choices Without Forcing Them
Question 28 of 30
According to the variable rewards model, why are unpredictable payoffs generally more effective for sustained user engagement than consistent, guaranteed rewards?
Show the answer
Answer: d · They generate a stronger sense of anticipation and excitement, driving repeated behavior.
The card explains that unpredictable rewards create a sense of anticipation and excitement, which is a more powerful motivator for continued engagement than guaranteed, static outcomes. The other options describe characteristics that are either opposite to variable rewards or misinterpret their mechanism.
Question 29 of 30
Which psychological principle is identified as the primary driver behind the Endowment Effect, according to the provided card?
Show the answer
Answer: b · Loss aversion, causing the pain of parting with an item to outweigh the pleasure of an equivalent gain.
The card explicitly states that the endowment effect is explained by loss aversion, where the pain of losing something one owns is felt more acutely than the pleasure of gaining an equivalent item. While other biases might influence valuation, loss aversion is presented as the fundamental psychological basis for this effect.
Read the full bite: The Endowment Effect: We Overvalue What We Already Own
Question 30 of 30
To isolate the effect of loss-aversion versus gain framing at checkout, which assignment approach ensures the same shopper always sees the same variant and avoids within-subject contamination?
Show the answer
Answer: a · Assign using a hash of the stable user ID before the checkout page renders
The card requires a stable user-level unit of diversion and pre-allocation before rendering to prevent contamination and flicker bias. Session-level randomization is explicitly flagged as a red flag because it splits users across variants and invalidates the experiment.
Read the full bite: Design an A/B test for loss aversion versus gain framing at checkout
Could you explain these out loud?
That is what an interview actually tests. Tezvyn gives you questions like these with what the interviewer is really checking, the answer that lands, and the mistake that ends the conversation, in the four minutes before your next meeting.
The iPhone app is on the way
We are building it. Until it lands, nothing here is held back from you: every interview card, your saved cards, streaks and the job board all work in Safari, plus hundreds of free practice quizzes of thirty questions each. Sign in and it all carries over to the app the day it arrives.
Want it as an icon? Tap Share at the bottom of Safari, then Add to Home Screen. It opens full screen and the cards you have read stay available offline.