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.

HardTechnical
58 practiced
Explain heteroscedasticity in regression residuals. Describe formal and graphical tests to detect heteroscedasticity (e.g., Breusch-Pagan, White test, residual vs fitted plot) and discuss remedies including transformations, weighted least squares, and robust standard errors. Provide code sketch for performing White's test in Python/statsmodels.
MediumTechnical
69 practiced
A categorical feature has very high cardinality (e.g., 1M unique product IDs). For exploratory analysis and feature engineering, describe strategies you would apply to summarize and transform this variable so it is useful for modeling and visualization. Mention trade-offs for each approach.
MediumTechnical
74 practiced
Design a systematic approach to detect and quantify data quality issues in a new production table (50M rows): duplicates, impossible values, schema drift, null patterns, and inconsistent formats. What metrics would you compute nightly to measure data quality and how would you report them to stakeholders?
HardTechnical
77 practiced
Explain multiple hypothesis testing and false discovery control. Implement the Benjamini-Hochberg FDR correction in Python: given an array of p-values, return adjusted p-values and which hypotheses are significant at a given FDR level. Compare with Bonferroni correction and discuss trade-offs.
HardTechnical
78 practiced
During EDA you suspect label leakage: a feature that perfectly predicts the target but is not available at prediction time. Describe methods to detect and confirm label leakage, examples of common leakage sources, and remediation strategies to prevent leakage from reaching model training.

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.