top of page

Daily AI Problems

Find plethora of data science questions for concept understanding as well as interviews

Each interview itself consumes at least 2 hours. Add 1 hour each before and after the interview which sums up to 4 hours if it is an online interview. 

​

Solution?

​

Practice one question each day & be prepared, appear without revision and ace all the interviews.

Filters

Day 8

Day 8

You are training your Deep Learning model. After training, you realize the training accuracy is good. However, validation accuracy is poor. What could have been the reason behind it?

Deep Learning

3

Difficulty Rating

Day 9

Day 9

When does normalization of features help?

Machine Learning

3

Difficulty Rating

Day 10

Day 10

Which of the following is/are true for transformations on data while using tree-based models?

Machine Learning

3

Difficulty Rating

Day 11

Day 11

What does "neg_mean_absolute_error" mean?

Machine Learning

5

Difficulty Rating

Day 12

Day 12

You are performing Exploratory Data Analysis on your Tabular Dataset. You observe that a column of your dataset has around 10% missing values. Which of the following would be the best alternative to proceed with? (Assume number of rows ~ 10K)

Statistics

3

Difficulty Rating

Day 13

Day 13

You just trained a ML model on a tabular dataset with an aim of detecting SPAM emails. A False positive would mean ham classified as SPAM whereas False negative would mean SPAM classified as ham. Your default model threshold was 0.5. Will you increase the threshold, decrease it, or keep the same to improve model prediction performance? (Assuming the model is on a learning cycle)

Machine Learning

4

Difficulty Rating

Day 14

Day 14

You are given a task of image segmentation. You decide to implement UNet to solve the problem. You observe that the segmentation masks generated by the model after training aren't very accurate ( IoU score or Dice). Which one of the following is a correct inference?

Deep Learning

4

Difficulty Rating

bottom of page