Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor VIVA-1

Share your experience Add your viva experience here
5 Questions
1 Sets
0 Topics
0 Reviews
Tips for this examiner: Please focus on basic coding problems for level 1 (basically like updating a new feature for the app)

Student reviews

No student reviews for this proctor yet.

Approved viva sets

  1. 1
    He first asked me to demonstrate my project application.
    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
    After the demo, he asked me to implement a feature where, whenever a user books a trek, the application prompts them to enter an emergency contact number.
    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.

  3. 3
    He also asked me to write the Jinja code using a Jinja loop to display all users.
    Times asked 1
    Official solution

    SimpleJinja for loop list render karta hai. loop.index, else branch empty list pe.

    Example

    {% for u in users %}
      <tr><td>{{ loop.index }}</td><td>{{ u.email }}</td></tr>
    {% endfor %}
  4. 4
    Finally, he wished me good luck for Viva 2.
    Times asked 1
    Official solution

    SimpleEnd of viva note — kuch extra nahi. Agar time bache to ek unique feature highlight karo.

  5. 5
    Overall, he was very friendly and chill, and the viva mainly focused on assessing my coding knowledge rather than asking difficult theoretical questions.
    Times asked 1
    Official solution

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

Advice: Please focus on basic coding problems for level 1 (basically like updating a new feature for the app)
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.