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
30 practiced

Contrast Bayesian and frequentist approaches to A/B testing at a conceptual level. Discuss interpretation differences between credible intervals and confidence intervals, the role and influence of priors, computational trade-offs, and provide one practical scenario in product experimentation where Bayesian methods would be preferable.

MediumTechnical
50 practiced

You are running an A/B test of a change intended to improve a primary metric (e.g., conversion rate or click-through rate). Formulate the null and alternative hypotheses precisely (metric, population, directionality), decide whether a one-sided or two-sided test is appropriate and defend the choice, and explain what rejecting vs failing to reject the null means for the decision that follows - including how the costs of a false positive and a false negative should shape alpha, power, and the rollout.

EasyTechnical
42 practiced

When should you use a t-test versus a z-test for comparing a sample mean to a population mean or between two sample means? Discuss assumptions about known versus unknown population variance, sample size, and robustness to violations, and describe how you proceed when variances are unknown and sample sizes are small.

MediumTechnical
46 practiced

Describe how to conduct a power analysis to determine sample size for detecting a Cohen's d effect size of 0.3 in a two-sample t-test with 80% power and alpha 0.05. Explain assumptions required for the calculation and outline the formula or method you would use (no code required).

EasyTechnical
27 practiced

You are modeling clicks in a newsletter product. Each user receives 10 independent emails and each email has probability p = 0.3 of being clicked. (a) What is the probability that a user clicks at least 3 emails? (b) Compute the expected number of clicks and the variance. Show formulas and numeric answers.

Unlock Full Question Bank

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

Sign in to Continue

Join thousands of developers preparing for their dream job.