InterviewStack.io LogoInterviewStack.io

Statistical Fundamentals and Exploratory Analysis Questions

Core descriptive and exploratory statistical techniques used to summarize data, detect patterns, and generate testable hypotheses. Covers measures of central tendency and dispersion such as mean median and standard deviation, distributional assumptions, frequency and cross tabulation, visualization for exploration, cohorting and segmentation, identifying biases and data quality issues, and designing exploratory analyses to suggest causal hypotheses. Understand when to apply EDA to prepare data for formal tests and how to translate exploratory findings into confirmatory analyses. Candidates should demonstrate ability to summarize quantitative data, detect anomalies, and propose appropriate follow up hypothesis tests or experiments.

MediumTechnical
66 practiced
Discuss the multiple comparisons problem in exploratory analysis. Explain Bonferroni correction and Benjamini–Hochberg procedure, and provide guidance on when each is more appropriate in a BI context where analysts run many hypothesis tests across segments and metrics.
MediumTechnical
70 practiced
Given a transactions table with daily totals, write a SQL query that flags anomalous days using a rolling 28-day mean and standard deviation and returns dates where daily total revenue's z-score exceeds 3. Explain how you would adapt this if distribution is heavy-tailed.
EasyTechnical
100 practiced
Explain the difference between population variance and sample variance and why we often use 'n-1' (Bessel's correction) when estimating variance from a sample. Provide a concise business example where using sample variance vs population variance matters when reporting uncertainty.
MediumTechnical
62 practiced
You are summarizing churn by plan type but some plans have very few users (class imbalance). Describe three statistical strategies to present reliable churn comparisons across plans, including aggregation choices, bootstrapping, and weighting, and explain pros/cons of each.
HardSystem Design
73 practiced
High-cardinality fields (thousands of SKUs) are causing slow load times in Looker/Tableau dashboards. Propose strategies to create responsive interactive dashboards that still allow meaningful drill-down: discuss pre-aggregation, materialized views, parameterized queries, top-K + 'other' buckets, and data sampling.

Unlock Full Question Bank

Get access to hundreds of Statistical Fundamentals and Exploratory Analysis interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.