Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor MAD1LEVEL1THISNISMASKEDNOW

Share your experience Add your viva experience here
5 Questions
1 Sets
0 Topics
0 Reviews
Tips for this examiner: Id's are masked, so can't use specific questions. Good luck

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
  1. 1
    Full demo of project.
    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
    Model is normalised or not. What are 3nf, 2nf, 1nf forms.
    Times asked 1
    Official solution

    SimpleNormalisation: redundant data kam, tables todna. 1NF atomic, 2NF partial dep hatao, 3NF transitive dep hatao.

    Viva tip

    Exampleuser address alag table vs har booking mein dubara store.

  3. 3
    Wht is difference between 3 tier and 2 tier architecture.
    Times asked 1
    Official solution

    SimpleMAD1 typical: Browser → Flask routes → validate/auth → SQLAlchemy → SQLite → Jinja response.

    Suggested flowRequest → Route → Auth check → DB → render_template / redirect

  4. 4
    What is MVC ? How it's used in the code.
    Times asked 1
    Official solution

    SimpleMVC: Model=data (SQLAlchemy), View=Jinja HTML, Controller=Flask routes/business logic.

    Flask loosely MVC follow karta hai — routes controllers, templates views, models.py models.

  5. 5
    Write code to take a input from a page and display it into another page.
    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'
Advice: Id's are masked, so can't use specific questions. Good luck
Maintaine By Lazy IITians Team + IITM BS students Regualr for More data you have