InterviewStack.io LogoInterviewStack.io

Statistical Inference and Hypothesis Testing Questions

Reasoning about uncertainty in data and drawing formal conclusions from samples. Covers probability rules and common distributions, the Central Limit Theorem, sampling, standard error, confidence intervals, and Bayesian reasoning, together with the significance-testing framework: null and alternative hypotheses, p-values, statistical power, Type I and Type II errors, effect sizes, and choosing the right test (t-test, chi-square, non-parametric). Emphasizes correctly interpreting statistical results and avoiding common misreadings of significance in business and product contexts rather than memorizing formulas.

MediumTechnical
26 practiced
Given the contingency table of product preference by region: North A=30 B=70; South A=20 B=30; East A=50 B=50; West A=10 B=20, outline the steps to perform a chi-square test of independence. Show how to compute expected counts, the chi-square statistic, degrees of freedom, and p-value. When is Fisher's exact test more appropriate? Mention an effect size measure you would report.
MediumTechnical
33 practiced
You observe purchase amounts with heavy right skew and outliers across two groups in an A/B test. Describe how you would analyze the data: compare t-test on raw data, log-transform + t-test, trimmed means, or a nonparametric test (Mann–Whitney). Explain trade-offs in interpretability, robustness, and estimation of effect size and confidence intervals.
EasyTechnical
31 practiced
You run an A/B test and observe a statistically significant conversion lift with p=0.01 but the absolute lift is only 0.5 percentage points. As a data analyst, how would you explain the difference between statistical significance and practical (business) significance, and what recommendations would you give the product team?
MediumTechnical
42 practiced
You have two highly correlated features in a linear regression model (e.g., marketing_spend_tv and marketing_spend_radio). How would you detect multicollinearity, and what remedies would you apply? Discuss pros/cons of dropping variables, combining them, using PCA, and using regularization.
HardTechnical
34 practiced
Explain the conceptual difference between a 95% confidence interval and a 95% Bayesian credible interval. Provide a short, precise example where their numerical values could differ and explain why interpretations differ for decision-makers.

Unlock Full Question Bank

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

Sign in to Continue

Join thousands of developers preparing for their dream job.