Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor VIVA20

Share your experience Add your viva experience here
5 Questions
2 Sets
0 Topics
0 Reviews
Tips for this examiner: All the questions were same which previously asked just 2 are extra which he even emphasised on.
He is a very chill guy btw

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
  1. 1
    same questions! search viva20 in the excel
    Times asked 1
    Official solution

    SimpleSearch: form/query param → ilike filter → results template.

    Example

    q = request.args.get('q', '').strip()
    lots = Lot.query.filter(Lot.name.ilike(f'%{q}%')).all()
Advice: chill! saare viva20 ke questions search kar ke practice kar lo!
  1. 1
    Show me where admin is adding programatically? (basically show him .env)
    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
    Show me exact code which is defining after log in user will redirect to which dashboard, as admin, company or as student.
    Times asked 1
    Official solution

    Simpleredirect dusre URL pe bhejta hai. flash one-time message session mein rakh ke next page pe dikhata hai.

    Example

    flash('Login successful', 'success')
    return redirect(url_for('user.dashboard'))
  3. 3
    SQL Alchemy notepad code is must to go, he ask it
    Times asked 1
    Official solution

    SimpleSQLAlchemy MAD1 ka common ORM. Flask-SQLAlchemy wrapper se db.Model, db.session.

    Example

    user = User(email='a@b.com')
    db.session.add(user)
    db.session.commit()
    users = User.query.filter_by(role='admin').all()
  4. 4
    (I didnt wrote all the questions bcoz most questions are repeat)
    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.

Advice: All the questions were same which previously asked just 2 are extra which he even emphasised on. He is a very chill guy btw
Maintaine By Lazy IITians Team + IITM BS students Regualr for More data you have