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.

61 Moderate Distributions Data Science

When is a Poisson distribution a reasonable model?

Short take Full answer on next page

Simple meaning

Poisson models counts of events in a fixed interval when events are rare, independent, and have a constant average rate.

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

Read full answer Example · Mistake · Say this
63 Moderate Distributions Data Science

Why do many positive business metrics look lognormal?

Short take Full answer on next page

Simple meaning

Products of many positive random shocks, or processes with multiplicative growth, tend toward lognormal.

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

Read full answer Example · Mistake · Say this
64 Moderate Distributions Data Science

What is kurtosis in practical terms?

Short take Full answer on next page

Simple meaning

Kurtosis describes tail heaviness and peak relative to a normal curve, with excess kurtosis often reported so normal equals zero.

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

Read full answer Example · Mistake · Say this
66 Moderate Time Series Data Science

What are lag features in a time-series model?

Short take Full answer on next page

Simple meaning

Lag features are past values of the series or of covariates, such as yesterday's demand or last week's price.

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

Read full answer Example · Mistake · Say this
67 Moderate Time Series Data Science

What is a rolling mean, and how is it used in EDA?

Short take Full answer on next page

Simple meaning

A rolling mean averages the last k points to smooth noise and reveal slower structure.

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

Read full answer Example · Mistake · Say this
68 Moderate Time Series Data Science

Why must train/test splits respect time order?

Short take Full answer on next page

Simple meaning

Random splits leak future information into training and overstate accuracy.

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

Read full answer Example · Mistake · Say this
70 Moderate Business Metrics Data Science

What are DAU and MAU, and what can the ratio suggest?

Short take Full answer on next page

Simple meaning

DAU and MAU count unique active users in a day or calendar month under a defined activity event.

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

Read full answer Example · Mistake · Say this
71 Moderate Pandas Data Science

What is a DataFrame?

Short take Full answer on next page

Simple meaning

A DataFrame is a labeled table with rows and columns, like Excel in code.

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

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

How do you handle missing values?

Short take Full answer on next page

Simple meaning

I first ask why data is missing.

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

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

When is a box plot useful?

Short take Full answer on next page

Simple meaning

It shows median, quartiles, and outliers quickly.

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

Read full answer Example · Mistake · Say this
77 Moderate SQL Data Science

How do you find duplicate customers in SQL?

Short take Full answer on next page

Simple meaning

GROUP BY email or phone HAVING COUNT(*) > 1, then investigate.

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

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