Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor level2_107

All approved submissions for this examiner code.

level2_107 MLP Level 1 Aug 5, 2026
  1. 1
    What is the use of a correlation matrix?
  2. 2
    How do you handle imbalanced datasets?
  3. 3
    What techniques are used for handling null values?
  4. 4
    What is K-Fold Cross Validation?
  5. 5
    Which Cross Validation technique did you use?
  6. 6
    Did you drop any columns/features? Why?
  7. 7
    What is Precision?
  8. 8
    What is Recall?
  9. 9
    What is Support in a Classification Report?
  10. 10
    What is Macro Average in a Classification Report?
  11. 11
    What is Weighted Average in a Classification Report?
  12. 12
    What is the degree parameter in SVM?
  13. 13
    What is the C parameter in SVM?
  14. 14
    How does an SVM classifier work?
  15. 15
    What is an activation function?
  16. 16
    Why are activation functions used in Neural Networks?
  17. 17
    Name different activation functions.
  18. 18
    Explain the Tanh activation function.
  19. 19
    What is zero-centering?
  20. 20
    What are Neural Networks?
  21. 21
    Why did you try multiple models?
  22. 22
    What is Information Gain?
  23. 23
    How is Information Gain related to Entropy?
  24. 24
    Explain Entropy.
  25. 25
    How does a Decision Tree work?
  26. 26
    Explain the Decision Tree building process.
  27. 27
    Why did you choose a particular learning rate for LightGBM?
  28. 28
    Why did your score change after private evaluation?
  29. 29
    What EDA did you perform?
  30. 30
    What are the types of Machine Learning?
  31. 31
    Difference between Supervised and Unsupervised Learning.
  32. 32
    Difference between K-Means and K-Means++.
  33. 33
    How does clustering work?
  34. 34
    How would you use clustering on purchase/customer data?
  35. 35
    Are more features always better for training?
  36. 36
    What is the Curse of Dimensionality?
  37. 37
    How does PCA work?
  38. 38
    What is Gradient Descent?
  39. 39
    What is the Sigmoid function?
  40. 40
    Write the Sigmoid function formula.
  41. 41
    What threshold is used in Logistic Regression?
  42. 42
    Explain Logistic Regression.
  43. 43
    Can Logistic Regression handle outliers?
  44. 44
    What are the assumptions/conditions for Logistic Regression?
  45. 45
    What is Log Loss?
  46. 46
    What is the loss function of Linear Regression?
  47. 47
    Difference between RMSE and RMSLE.
  48. 48
    Why did you use RMSLE instead of RMSE?
  49. 49
    What is Naive Bayes?
  50. 50
    What is Machine Learning?
  51. 51
    Give examples of different Machine Learning algorithms.
  52. 52
    What models can be used for Sentiment Analysis?
  53. 53
    What is R² Score?
  54. 54
    How do you calculate mean and variance?
  55. 55
    How can you make a feature follow a normal distribution?
  56. 56
    Explain the T-Test.
  57. 57
    How do you compare the results obtained using RFE?
  58. 58
    Explain Bagging.
  59. 59
    Explain Boosting.
  60. 60
    What is the Bias-Variance Tradeoff?
  61. 61
    How does a Confusion Matrix work?
  62. 62
    How do you interpret a Confusion Matrix?
  63. 63
    What are feature selection techniques?
  64. 64
    Have you applied feature selection?
  65. 65
    How do you evaluate the performance of a feature selection technique?
  66. 66
    What is undersampling?
  67. 67
    What is oversampling?
  68. 68
    How do you identify whether a dataset is imbalanced?
  69. 69
    How do you choose the best model when multiple models have similar accuracy?
  70. 70
    How do you choose a model if some models take a very long time to train?
  71. 71
    How do you choose the learning rate (η) in Gradient Descent?
  72. 72
    What happens if the learning rate is too high or too low?
  73. 73
    Should the learning rate change during training?
  74. 74
    How are Precision, Recall, and F1-Score calculated?
  75. 75
    What are evaluation metrics for Classification?
  76. 76
    What are evaluation metrics for Regression?
  77. 77
    Coding: Build an SVM Pipeline (StandardScaler + SVM) on the MNIST/Digits dataset and generate the Classification Report.
  78. 78
    Coding: Compare SVM performance before and after applying PCA.
  79. 79
    Coding: Apply TF-IDF manually and calculate TF and IDF values for given documents.
  80. 80
    Coding: Calculate the mean and variance of given data points manually.
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.