Data Science track

Data Science interview questions and answers

Panel-ready Data Science track questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

44 Moderate Missing Data Data Science

When is median imputation better than mean imputation?

Short take Full answer on next page

Simple meaning

Median imputation is more robust on skewed numeric columns because a few giants do not dominate the fill value.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
45 Moderate Missing Data Data Science

Why add a missing-indicator column when you impute?

Short take Full answer on next page

Simple meaning

The fact of missingness can itself predict the outcome, for example users who skip billing fields.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
47 Moderate Outliers Data Science

How does the IQR rule flag outliers?

Short take Full answer on next page

Simple meaning

Values below Q1 minus one-and-a-half IQRs or above Q3 plus one-and-a-half IQRs are conventional box-plot outliers.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
50 Moderate Outliers Data Science

What is winsorization?

Short take Full answer on next page

Simple meaning

Winsorization caps extreme values at chosen percentiles instead of dropping rows, so sample size stays the same.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
52 Moderate Visualization Data Science

When is a heatmap the right visualization?

Short take Full answer on next page

Simple meaning

Heatmaps work well for correlation matrices, confusion matrices, or intensity over two discrete axes such as hour-by-weekday.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
54 Moderate Correlation vs Causation Data Science

What is a confounder?

Short take Full answer on next page

Simple meaning

A confounder is a variable that influences both the treatment-like factor and the outcome, opening a back-door association.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
55 Moderate Correlation vs Causation Data Science

What is Simpson's paradox at a high level?

Short take Full answer on next page

Simple meaning

Simpson's paradox is when a trend that appears in several groups reverses or vanishes when the groups are combined.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
56 Moderate Correlation vs Causation Data Science

What is reverse causality?

Short take Full answer on next page

Simple meaning

Reverse causality means the outcome is driving the supposed cause, not the other way around.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
58 Moderate Sampling Data Science

What is cluster sampling?

Short take Full answer on next page

Simple meaning

Cluster sampling selects groups first, such as cities or schools, then observes units inside those groups.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
59 Moderate Sampling Data Science

What is the bootstrap used for in data science?

Short take Full answer on next page

Simple meaning

The bootstrap resamples the observed dataset with replacement to approximate the sampling distribution of a statistic.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
60 Moderate Sampling Data Science

How does selection bias differ from sampling error?

Short take Full answer on next page

Simple meaning

Sampling error is random fluctuation from drawing a finite sample, and it shrinks with n under good design.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 3 of 4 Next
Chat with us