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.

223 Qs
203 Moderate Metrics AI / ML

When is accuracy a bad metric?

Short take

Simple meaning

On imbalanced data, predicting the majority class always looks accurate but useless.

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

Read full answer Example · Mistake · Say this
204 Moderate Features AI / ML

What is feature scaling and why do it?

Short take

Simple meaning

Scaling puts numeric features on similar ranges so distance-based and gradient methods behave well.

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

Read full answer Example · Mistake · Say this
206 High Overfitting AI / ML

How do you reduce overfitting?

Short take

Simple meaning

More data, simpler models, regularization, dropout, early stopping, and cross-validation help.

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

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

What is ROC-AUC in simple words?

Short take

Simple meaning

It summarizes how well scores rank positives above negatives across thresholds.

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

Read full answer Example · Mistake · Say this
208 Moderate Algorithms AI / ML

What is k-nearest neighbors?

Short take

Simple meaning

k-NN predicts from the labels of the k closest training points.

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

Read full answer Example · Mistake · Say this
209 High Deep Learning AI / ML

What is vanishing gradient?

Short take

Simple meaning

Gradients shrink through deep layers so early weights barely learn.

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

Read full answer Example · Mistake · Say this
210 Easy Data AI / ML

What is a confusion matrix?

Short take

Simple meaning

It counts true positives, false positives, true negatives, and false negatives.

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

Read full answer Example · Mistake · Say this
211 Moderate Algorithms AI / ML

What is gradient boosting idea?

Short take

Simple meaning

Add trees that correct previous residuals step by step.

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

Read full answer Example · Mistake · Say this
213 Moderate Features AI / ML

What is target encoding risk?

Short take

Simple meaning

Encoding categories with target means can leak if done before split.

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

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

What is cross-validation for?

Short take

Simple meaning

Estimating generalization by rotating folds.

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

Read full answer Example · Mistake · Say this
Prev Page 11 of 12 Next
Chat with us