Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor APPDEV_LEVEL1_VIVA14@STUDY.IITM.AC.IN

Share your experience Add your viva experience here
3 Questions
1 Sets
0 Topics
0 Reviews
Tips for this examiner: Be confident, he is a very calm proctor.

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
  1. 1
    First told to show git collaborator then asked for project demonstration and then asked about cascade, difference between frontend validation and backend validation and then asked about orm used.
    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
    (Did not ask for writing code.)
    Times asked 1
    Official solution

    SimpleLive Flask coding: chhota route likho, save, browser/curl se test. Syntax error terminal mein padho.

    Example

    @app.route('/ping')
    def ping():
        return jsonify(ok=True)
    
    @app.route('/even/<int:n>')
    def even(n):
        return 'even' if n % 2 == 0 else 'odd'
  3. 3
    I answered all the questions confidently and ended the viva in 20 minutes.
    Times asked 1
    Official solution

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

Advice: Be confident, he is a very calm proctor.
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.