LeetCampus
Interview Question

How do you determine whether a dataset follows a normal distribution?

January 9, 2026
0 views
Difficulty: Medium
Popularity: Common
Share on

Question Explanation

This question is asked to assess your understanding of statistical concepts and your analytical skills. Interviewers want to see if you can identify and apply the methods used to evaluate the normality of a dataset, as this is crucial for many statistical analyses. Common misconceptions include believing that a dataset can only be normal or non-normal, rather than recognizing that normality is a spectrum. In real-world applications, knowing whether data is normally distributed affects the choice of statistical tests and models used in research, data analysis, and decision-making. Interviewers look for a combination of theoretical knowledge and practical application, so it's important to mention both graphical methods (like histograms or Q-Q plots) and statistical tests (like the Shapiro-Wilk test) in your answer.**

Sample Answers

Example 1: College Project - Analyzing Survey Data

In my statistics class, we conducted a project where we analyzed survey data from our peers about study habits. To determine if our dataset followed a normal distribution, we created a histogram of the responses. The shape of the histogram helped us to visualize the data's distribution. We also generated a Q-Q plot, which compared our data against a theoretical normal distribution. The points on the plot were mostly aligned along the diagonal, suggesting normality. Finally, we applied the Shapiro-Wilk test, which gave us a p-value greater than 0.05, indicating that we could not reject the null hypothesis of normality. This experience taught me how to interpret data visually and statistically, skills that are essential for any analytical role.

Example 2: Volunteer Experience - Analyzing Community Feedback

During my time volunteering at a local NGO, I was involved in analyzing feedback from community programs. We gathered feedback scores on a scale of 1 to 10. To check if these scores were normally distributed, I plotted the data on a histogram. I noticed that the majority of scores clustered around 5 to 7, creating a bell-shaped curve. I also used the Q-Q plot to further investigate, and it showed that most points fell along the reference line. This real-world application helped me understand the importance of normal distribution in making sense of survey results and improving community programs based on the feedback received.

Example 3: First Job Experience - Assessing Sales Data

In my first job as a data analyst for a retail company, I was tasked with evaluating monthly sales data. We needed to know if the sales figures followed a normal distribution before applying certain forecasting models. I began by generating a histogram and noticed a slight skew but not enough to rule out normality. Then, I used the Kolmogorov-Smirnov test, which indicated a p-value close to 0.08, suggesting that while the data was not perfectly normal, it was acceptable for our purposes. This experience reinforced the idea that practical applications often require a balance between theoretical assumptions and real-world data behavior.

Keywords

normal distributionstatistical analysisnormality testdata visualizationhistogram

Ready to practice more questions?

Explore our collection of technical interview questions from top companies.

View All Questions