Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor Level3_29

All approved submissions for this examiner code.

Level3_29 MLP Level 1 Aug 7, 2026
  1. 1
    Show your ID card.
  2. 2
    What did you learn from this project/course?
  3. 3
    What is Machine Learning?
  4. 4
    Difference between Machine Learning and Data Science.
  5. 5
    Difference between Machine Learning and Deep Learning.
  6. 6
    What are the types of Machine Learning?
  7. 7
    Explain Supervised Learning.
  8. 8
    Explain Unsupervised Learning.
  9. 9
    Explain Semi-Supervised Learning.
  10. 10
    Explain Reinforcement Learning.
  11. 11
    Have you implemented Reinforcement Learning anywhere?
  12. 12
    Name three Unsupervised Learning algorithms.
  13. 13
    Explain your problem statement.
  14. 14
    Explain your notebook/project.
  15. 15
    How did you approach the problem?
  16. 16
    What preprocessing steps did you perform?
  17. 17
    How did you handle missing values?
  18. 18
    Did you detect outliers?
  19. 19
    How did you handle outliers?
  20. 20
    What other outlier detection methods do you know besides IQR?
  21. 21
    Explain your feature engineering.
  22. 22
    Explain your Pipeline and ColumnTransformer.
  23. 23
    Explain the charts you created.
  24. 24
    What insights would you give to the business from your analysis?
  25. 25
    What is Correlation?
  26. 26
    Which correlation method did you use?
  27. 27
    Why did you choose Pearson Correlation?
  28. 28
    Why did you select only a few features for the Correlation Matrix?
  29. 29
    Explain LightGBM.
  30. 30
    What does "Light" mean in LightGBM?
  31. 31
    Difference between XGBoost and LightGBM.
  32. 32
    Explain Random Forest.
  33. 33
    Why did you use Random Forest?
  34. 34
    What does "Forest" mean in Random Forest?
  35. 35
    Difference between Random Forest and XGBoost.
  36. 36
    What is n_estimators?
  37. 37
    How does the learning rate affect training?
  38. 38
    What happens if the learning rate changes from 0.1 to 0.01?
  39. 39
    Explain SVM.
  40. 40
    How does SVM work?
  41. 41
    Explain KNN.
  42. 42
    Explain K-Means.
  43. 43
    How does K-Means work?
  44. 44
    Difference between K-Means and K-Means++.
  45. 45
    What are the steps of the K-Means algorithm?
  46. 46
    What is PCA?
  47. 47
    How does PCA work?
  48. 48
    Is PCA supervised or unsupervised?
  49. 49
    How does PCA reduce features?
  50. 50
    How does PCA affect model performance?
  51. 51
    What is the optimal number of principal components?
  52. 52
    What are tree-based algorithms?
  53. 53
    How is the root node selected in a Decision Tree?
  54. 54
    What is Entropy?
  55. 55
    What is Information Gain?
  56. 56
    Relationship between Entropy and Information Gain.
  57. 57
    What is Gini Impurity?
  58. 58
    What is a pure node?
  59. 59
    What is an impure node?
  60. 60
    What is the height of a Decision Tree?
  61. 61
    What is the depth of a Decision Tree?
  62. 62
    Difference between a Tree and a Graph.
  63. 63
    What is Overfitting?
  64. 64
    How do you prevent Overfitting?
  65. 65
    What is Regularization?
  66. 66
    How does Regularization work?
  67. 67
    Explain L1 and L2 Regularization.
  68. 68
    What is Gradient Descent?
  69. 69
    Difference between Batch Gradient Descent and Stochastic Gradient Descent.
  70. 70
    What is the Loss Function?
  71. 71
    Loss function of Logistic Regression.
  72. 72
    Loss function of Random Forest.
  73. 73
    Loss function of Ridge Regression.
  74. 74
    Why is Mean Squared Error (MSE) used?
  75. 75
    What is R² Score?
  76. 76
    What is Precision?
  77. 77
    What is Recall?
  78. 78
    What is F1-Score?
  79. 79
    What is F1 Macro?
  80. 80
    Write the formula for F1-Score.
  81. 81
    What is a Confusion Matrix?
  82. 82
    What is TF-IDF?
  83. 83
    Write the TF-IDF formula.
  84. 84
    What are Activation Functions?
  85. 85
    Name different Activation Functions.
  86. 86
    What is ReLU?
  87. 87
    What is the input and output range of ReLU?
  88. 88
    How many hidden layers can a Neural Network have?
  89. 89
    What happens if the number of hidden layers increases?
  90. 90
    What are optimization functions in Neural Networks?
  91. 91
    What are different types of Encoders?
  92. 92
    Why is StandardScaler used?
  93. 93
    What is n_jobs?
  94. 94
    Coding: Create a dataset using random numbers.
  95. 95
    Coding: Create a random dataset with specified dimensions.
  96. 96
    Coding: Load the Digits dataset.
  97. 97
    Coding: Print the size/dimensions of the Digits dataset.
  98. 98
    Coding: Print the output classes of the Digits dataset.
  99. 99
    Coding: Apply K-Means and find the optimal number of clusters.
  100. 100
    Coding: Plot the Elbow Curve.
  101. 101
    Coding: Apply SVM on the Digits dataset.
  102. 102
    Coding: Apply a Decision Tree on the Iris dataset.
  103. 103
    Coding: Plot the Decision Tree.
  104. 104
    Coding: Load the Wine dataset.
  105. 105
    Coding: Split the dataset into training and testing sets.
  106. 106
    Coding: Train a Random Forest model.
  107. 107
    Coding: Find the model accuracy.
  108. 108
    Coding: Apply PCA before training.
  109. 109
    Coding: Compare accuracy and training time before and after PCA.
  110. 110
    Coding: Plot Accuracy vs. Number of Principal Components.
  111. 111
    Coding: Explain the PCA performance graph.
  112. 112
    Coding: Load a news article and generate the TF-IDF matrix.
  113. 113
    Coding: Stack a dataset using hstack.
  114. 114
    Coding: Use mutual_info_regression to find the top 5 features.
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.