Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor level1_viva2

All approved submissions for this examiner code.

level1_viva2 MLP Level 1 Aug 7, 2026
  1. 1
    Show your ID card.
  2. 2
    Introduction.
  3. 3
    Tell me about yourself.
  4. 4
    Tell me about yourself.
  5. 5
    Explain the problem statement.
  6. 6
    Explain your notebook/project.
  7. 7
    Explain your preprocessing.
  8. 8
    Explain your EDA.
  9. 9
    Explain your feature engineering.
  10. 10
    Explain your hyperparameter tuning.
  11. 11
    Explain your model comparison.
  12. 12
    What insights did you gain from your analysis?
  13. 13
    What difficulties did you face during the project?
  14. 14
    How did you overcome those difficulties?
  15. 15
    What did you learn from the project?
  16. 16
    Show an overview of your Kaggle submissions.
  17. 17
    What models did you use?
  18. 18
    Why did you use those models?
  19. 19
    Why did you use only tree/leaf-based models?
  20. 20
    Why do we perform hyperparameter tuning?
  21. 21
    What are hyperparameters?
  22. 22
    Difference between parameters and hyperparameters.
  23. 23
    How is hyperparameter tuning done?
  24. 24
    Ways to perform hyperparameter tuning.
  25. 25
    Difference between Pipeline and ColumnTransformer.
  26. 26
    Difference between Pipeline and Transformer.
  27. 27
    Why did you use StandardScaler?
  28. 28
    Which scaling method is better for handling outliers?
  29. 29
    Why do machine learning models use numerical features?
  30. 30
    What is PCA?
  31. 31
    Difference between XGBoost and LightGBM.
  32. 32
    What is overfitting?
  33. 33
    How do you reduce overfitting?
  34. 34
    What is the Bias-Variance Tradeoff?
  35. 35
    Difference between Bagging and Boosting.
  36. 36
    Which sklearn API contains OneHotEncoder?
  37. 37
    Which sklearn API contains StandardScaler?
  38. 38
    Coding: Implement the preprocessing Pipeline used in your notebook.
  39. 39
    Coding: Write a Decision Tree classifier snippet.
  40. 40
    Coding: Load the California Housing dataset.
  41. 41
    Coding: Perform a train-test split on the California Housing dataset.
  42. 42
    Coding: Load the Iris dataset.
  43. 43
    Coding: Perform a train-test split on the Iris dataset.
  44. 44
    Coding: Train a Decision Tree classifier on the Iris dataset.
  45. 45
    Coding: Print the Accuracy Score.
  46. 46
    Coding: Use the describe() function on the California Housing dataset.
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.