InterviewStack.io LogoInterviewStack.io

Hypothesis Testing and Inference Questions

Fundamental framework and application of hypothesis testing and statistical inference. Topics include formulating null and alternative hypotheses, understanding Type I and Type II errors, interpreting p values and confidence intervals, selecting and applying common tests such as t tests, chi square tests, analysis of variance, and non parametric alternatives, checking test assumptions, and discussing statistical versus practical significance. Candidates should explain power, significance levels, effect sizes, and common pitfalls such as misinterpreting p values or violating independence assumptions. At more advanced levels, discuss limitations of null hypothesis significance testing, alternatives such as Bayesian inference, and guidance for when different approaches are appropriate.

HardTechnical
27 practiced
Write Python code to compute Cohen's d (effect size) for two independent samples with unequal sample sizes. Explain the pooled standard deviation formula you use and how to interpret the resulting d in business terms.
HardTechnical
30 practiced
Design an interrupted time series (ITS) analysis to evaluate the impact of a site redesign deployed on a specific date. Outline the statistical model (segmented regression), necessary diagnostics (autocorrelation, seasonality), and how to test for a sustained level or slope change. Describe implementation in Python/statsmodels.
EasyTechnical
26 practiced
Your revenue-per-user data are heavily right-skewed with outliers. The product team asks whether average revenue differs between two groups. Explain when to use a non-parametric test like Mann-Whitney U, what it actually tests, and trade-offs versus a t-test.
MediumTechnical
30 practiced
You have three pricing tiers and want to test whether revenue differs across tiers. Explain when to use one-way ANOVA, outline its assumptions, and describe which post-hoc test you would use to identify which groups differ and why.
MediumBehavioral
34 practiced
Describe a past situation where you had to convince a non-technical stakeholder that a statistically significant result was not actionable due to small effect size or poor data quality. What approach did you take, what tools or visuals did you use, and what was the ultimate business decision?

Unlock Full Question Bank

Get access to hundreds of Hypothesis Testing and Inference interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.