Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor MLP_LEVEL1_VIVA4

Share your experience Add your viva experience here
8 Questions
2 Sets
0 Topics
0 Reviews
Tips for this examiner: Don't worry, just prepare well and know your code.
He's very supportive and a very good person, will help you wherever you get stucked. (Saare proctors aise ho!🙏)

All the very best!

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
  1. 1
    Please ignore the above row, it was for MLP
    Times asked 1
    Official solution

    SimplePehle 1-line definition, phir apne MAD1 project mein file dikhao, phir chhota example.

    Suggested flow1) Concept kya hai?
    2) Mere code mein kahan?
    3) Example / demo
    4) Edge case

    Example

    # related file: models.py / routes / template
    # formula: request → check/auth → DB → render/redirect

    Viva tipExact line yaad nahi to honestly related part dikhao. Bluff mat karo.

  2. 2
    Sorry for the mistake 🥲
    Times asked 1
    Official solution

    SimplePehle 1-line definition, phir apne MAD1 project mein file dikhao, phir chhota example.

    Suggested flow1) Concept kya hai?
    2) Mere code mein kahan?
    3) Example / demo
    4) Edge case

    Example

    # related file: models.py / routes / template
    # formula: request → check/auth → DB → render/redirect

    Viva tipExact line yaad nahi to honestly related part dikhao. Bluff mat karo.

  1. 1
    So I joined the meet before 2 mins, he was already there Then he asked me to join with the phone also(oppe like setup) Then asked to show student ID card Then asked to go to my notebook Then he told me that I'll ask you to describe particular sections from your notebook (no need to demonstrate full notebook)
    Times asked 1
    Official solution

    SimpleDemo script pehle se practice: 5–7 min, Admin + User roles, saare mandatory features.

    Suggested flow1) Register/login user
    2) Admin login — CRUD
    3) Approval/blacklist
    4) Booking/apply + edge case
    5) Search
    6) Logout

    Viva tipBolte-bolte dikhao. Code tab kholna jab poochhein.

  2. 2
    EDA
    Times asked 1
    Official solution

    SimpleViva wrap-up hai. Short thanks + confirm submission ZIP latest hai.

  3. 3
    Encoding
    Times asked 1
    Official solution

    SimpleViva wrap-up hai. Short thanks + confirm submission ZIP latest hai.

  4. 4
    Feature engineering
    Times asked 1
    Official solution

    SimpleViva wrap-up hai. Short thanks + confirm submission ZIP latest hai.

  5. 5
    Models
    Times asked 1
    Official solution

    Simplemodels.py = har table ki class: columns, PK/FK, relationships. Yeh Model layer hai.

    Suggested flow1) Classes list karo
    2) Har table ka kaam 1 line
    3) Relationships (1-M / M-M)
    4) Constraints (unique, nullable)

    Example

    class Lot(db.Model):
        id = db.Column(db.Integer, primary_key=True)
        name = db.Column(db.String(80), nullable=False)
        spots = db.relationship('Spot', backref='lot', lazy=True)
  6. 6
    Hyper parameter tuning Then asked about data leakage Then moved to coding questions, where he first asked me to do kmeans clustering on the data set he told use of Google, documentation or llms is allowed I told him, I don't have much idea about k means clustering, first he told, you can use Google then he gave me options, pca or k means, I chose PCA (perform pca on num features with 2 components) I was getting some errors but he was very supportive and helped in solving them Also asked to find variance He expects you to know whatever you have done in your notebook with reason.
    Times asked 1
    Official solution

    SimpleLive coding: notepad/editor mein chhota Flask route / Jinja loop / model field. Calm raho, run karke dikhao.

Advice: Don't worry, just prepare well and know your code. He's very supportive and a very good person, will help you wherever you get stucked. (Saare proctors aise ho!🙏) All the very best!
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.