Data Science track

Data Science interview questions for freshers

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

61 Easy Distributions Data Science

What is a normal distribution?

Short take Full answer on next page

Simple meaning

A normal distribution is a symmetric bell curve fully described by mean and standard deviation.

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

Read full answer Example · Mistake · Say this
62 Easy Distributions Data Science

What is a uniform distribution?

Short take Full answer on next page

Simple meaning

In a continuous uniform distribution every value in an interval is equally likely.

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

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

What does skewness mean?

Short take Full answer on next page

Simple meaning

Skewness describes asymmetry: right skew has a long high tail, left skew a long low tail.

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

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

What is a bimodal distribution?

Short take Full answer on next page

Simple meaning

A bimodal distribution has two peaks, often because two subgroups are mixed, such as weekday and weekend usage.

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

Read full answer Example · Mistake · Say this
65 Easy Time Series Data Science

What is a time series?

Short take Full answer on next page

Simple meaning

A time series is a sequence of observations ordered in time, such as daily active users or hourly revenue.

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

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

What is a trend in a time series?

Short take Full answer on next page

Simple meaning

A trend is a long-run increase or decrease in the level of the series.

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

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

What is seasonality in a time series?

Short take Full answer on next page

Simple meaning

Seasonality is a repeating pattern at a fixed period, such as weekly cycles or holiday spikes.

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

Read full answer Example · Mistake · Say this
68 Easy Business Metrics Data Science

What is a KPI?

Short take Full answer on next page

Simple meaning

A KPI is a key performance indicator: a metric the business uses to judge success at a chosen grain and window.

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

Read full answer Example · Mistake · Say this
69 Easy Business Metrics Data Science

How is conversion rate typically defined?

Short take Full answer on next page

Simple meaning

Conversion rate is conversions divided by eligible opportunities in a period, such as purchases over unique visitors.

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

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

What is churn rate?

Short take Full answer on next page

Simple meaning

Churn rate is the share of customers who stop using or paying during a period, among those who could have churned.

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

Read full answer Example · Mistake · Say this
72 Easy Stats Data Science

What is standard deviation?

Short take Full answer on next page

Simple meaning

It measures spread around the mean.

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

Read full answer Example · Mistake · Say this
73 Easy SQL Data Science

What is a LEFT JOIN?

Short take Full answer on next page

Simple meaning

It keeps all left rows and matching right rows, with nulls when no match.

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

Read full answer Example · Mistake · Say this
74 Easy EDA Data Science

What is a duplicate row problem?

Short take Full answer on next page

Simple meaning

Duplicates inflate counts and leak between train and test if not handled.

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

Read full answer Example · Mistake · Say this
75 Easy EDA Data Science

What do you check first in a new dataset?

Short take Full answer on next page

Simple meaning

Shape, dtypes, missingness, obvious outliers, and a few value counts.

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

Read full answer Example · Mistake · Say this
76 Easy Python Data Science

Why use vectorized Pandas operations?

Short take Full answer on next page

Simple meaning

They run faster than Python row loops on large frames.

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