InterviewStack.io LogoInterviewStack.io

Hypothesis and Test Planning Questions

End to end practice of generating clear testable hypotheses and designing experiments to validate them. Candidates should be able to structure hypotheses using if change then expected outcome because reasoning ground hypotheses in data or qualitative research and distinguish hypotheses from guesses. They should translate hypotheses into experimental variants and choose the appropriate experiment type such as A and B tests multivariate designs or staged rollouts. Core skills include defining primary and guardrail metrics that map to business goals selecting target segments and control groups calculating sample size and duration driven by statistical power and minimum detectable effect and specifying analysis plans and stopping rules. Candidates should be able to pre register plans where appropriate estimate implementation effort and expected impact specify decision rules for scaling or abandoning variants and describe iteration and follow up analyses while avoiding common pitfalls such as peeking and selection bias.

HardTechnical
68 practiced
Given a table experiment_results(metric_name text, variant text, p_value numeric), write a Postgres SQL query that applies the Benjamini-Hochberg false discovery rate (FDR) correction and flags metrics with q_value < 0.05. Use window functions and explain each step briefly.
MediumTechnical
66 practiced
A new feature requires explicit user consent to participate in the experiment, creating selection bias. How would you design the experiment to still get valid causal estimates? Discuss invitation design, encouragement design, instrumental variables, and analysis corrections.
MediumSystem Design
74 practiced
Describe the critical elements of a metrics instrumentation and monitoring checklist for experiments. Include event schema contracts, idempotency, unique identifiers, real-time monitoring, and offline validation steps you would require before approving experiment launch.
EasyTechnical
62 practiced
What are stopping rules in experiments and why is 'peeking' at p-values a problem? Provide two defensible stopping rules you would use in commercial product experiments and explain how each controls Type I error or business risk.
EasyTechnical
63 practiced
As a product manager at a streaming service you notice weekly retention dropped 3% after a UI change. Explain the difference between a hypothesis and a guess, then reframe this observation into a clear, testable hypothesis using the if...then...because structure. Include a measurable primary metric and one guardrail you would monitor.

Unlock Full Question Bank

Get access to hundreds of Hypothesis and Test Planning interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.