Data Science Interview Questions and Answers
Data science interviews blend statistics fundamentals, SQL/data manipulation, and business judgment -- being able to explain a p-value clearly matters as much as being able to compute one.
Example: Reading an A/B test result
A new checkout page shows a 4% conversion rate vs. the old page's 3.6%, from a test with 10,000 users per variant, and the difference is statistically significant (p < 0.05). That means: if there were truly no real difference between the pages, seeing a gap this large by pure chance would happen less than 5% of the time -- so it's reasonable to conclude the new page genuinely performs better, not just that this particular sample got lucky.