Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor L3_PROCTOR24

Share your experience Add your viva experience here
3 Questions
1 Sets
0 Topics
0 Reviews
Tips for this examiner: While explaining make it complete, if you explain fully, they will ask less questions. Be prepared and know the project well.

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
  1. 1
    Show me your database structure
    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
    What is flask?
    Times asked 1
    Official solution

    SimpleFlask lightweight Python web framework — routes, request/response, templates. MAD1 ka backend yahi hai.

    Example

    from flask import Flask
    app = Flask(__name__)
    
    @app.route('/')
    def home():
        return 'Hello'

    Viva tipFlask micro hai: jo chahiye (DB, login, forms) khud jodte ho.

  3. 3
    What is Bootstrap?
    Times asked 5
    Official solution

    SimpleBootstrap CSS framework — grid, navbar, buttons jaldi. CDN ya downloaded files.

Advice: While explaining make it complete, if you explain fully, they will ask less questions. Be prepared and know the project well.
Maintaine By Lazy IITians Team + IITM BS students Regualr for More data you have