← Google Interview Insights

Google·Data Scientist·Technical Phone Screen·Senior

SeniorPrefer not to say
May 2026

Summary

Interviewed at Google for a data science role and got hit with a statistics question that sounds straightforward until you actually try to explain it out loud to someone staring at you.

Questions Asked (1)

Q1

If you're running hundreds of hypothesis tests simultaneously using t-tests, what statistical considerations do you need to address?

A/B Testing & ExperimentationProduct Analytics & Metrics
Author's notes

I knew the answer involved multiple comparisons but fumbled the specifics under pressure.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by acknowledging the multiple comparisons problem and its impact on Type I error inflation. Then discuss correction methods like Bonferroni or FDR, and emphasize the importance of balancing error control with statistical power. Finally, mention practical considerations such as pre-registration and effect size estimation.

Pro tip: At Google, where experimentation is central, interviewers value candidates who can discuss trade-offs between false positives and false negatives in the context of business impact. Highlighting the use of FDR control for exploratory analyses and Bonferroni for confirmatory tests shows practical wisdom.

1. Identify the Multiple Comparisons Problem

Explain that running many t-tests inflates the family-wise error rate (FWER), increasing the chance of false positives. Quantify the risk: with 100 tests at α=0.05, expect ~5 false positives by chance.

2. Choose an Appropriate Correction Method

Discuss options like Bonferroni (controls FWER, conservative) and Benjamini-Hochberg (controls FDR, more power). Justify the choice based on whether the goal is strict error control or discovery.

3. Consider Statistical Power and Sample Size

Note that corrections reduce power, so ensure adequate sample size per test. Mention that with many tests, even small effects may require large samples to detect after correction.

4. Address Practical Implementation

Talk about pre-registering hypotheses to avoid p-hacking, using hierarchical or Bayesian methods as alternatives, and validating findings with holdout data.

5. Communicate Results and Trade-offs

Explain how to present corrected results to stakeholders, emphasizing effect sizes and confidence intervals over p-values, and discussing the balance between false positives and false negatives.

Key Points to Mention

  • Family-wise error rate (FWER) and false discovery rate (FDR)
  • Bonferroni correction and its conservativeness
  • Benjamini-Hochberg procedure for FDR control
  • Statistical power and sample size implications
  • Pre-registration and avoiding p-hacking
  • Effect size estimation and confidence intervals

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.