AI / ML track

AI and machine learning interview questions

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

4 Moderate Bias-Variance AI / ML

How do learning curves tell bias apart from variance?

Short take Full answer on next page

Simple meaning

If training and validation error are both high and close, you mostly have bias or an unsolvable task.

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

Read full answer Example · Mistake · Say this
8 Moderate Overfitting AI / ML

What is early stopping and why does it work?

Short take Full answer on next page

Simple meaning

Early stopping tracks a validation metric and freezes weights when that metric stops improving.

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

Read full answer Example · Mistake · Say this
9 Moderate Overfitting AI / ML

Why can adding more features increase overfitting?

Short take Full answer on next page

Simple meaning

Extra columns raise capacity and the chance of spurious correlations in a finite sample.

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

Read full answer Example · Mistake · Say this
11 Moderate Train/Val/Test AI / ML

What is data leakage in a train and test setup?

Short take Full answer on next page

Simple meaning

Leakage is any path that lets information from the evaluation set, or from the future, into training.

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

Read full answer Example · Mistake · Say this
12 Moderate Train/Val/Test AI / ML

How should you split time-series data?

Short take Full answer on next page

Simple meaning

Use chronological cuts so training always precedes validation and test.

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

Read full answer Example · Mistake · Say this
14 Moderate Metrics AI / ML

What is ROC-AUC and what does it ignore?

Short take Full answer on next page

Simple meaning

ROC-AUC is the probability that a random positive scores higher than a random negative.

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

Read full answer Example · Mistake · Say this
16 Moderate Metrics AI / ML

What does a confusion matrix contain?

Short take Full answer on next page

Simple meaning

It counts true positives, false positives, true negatives, and false negatives at a chosen threshold.

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

Read full answer Example · Mistake · Say this
17 Moderate Metrics AI / ML

What is log loss and when is it preferred?

Short take Full answer on next page

Simple meaning

Log loss, or binary cross-entropy, penalizes confident wrong probabilities heavily.

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

Read full answer Example · Mistake · Say this
18 Moderate Linear Regression AI / ML

What is R-squared and what can it hide?

Short take Full answer on next page

Simple meaning

R-squared is the fraction of variance in y explained by the model.

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

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