Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor ID=26MANWITHBEARDANDGLASSES,DON'TKNOWHISNAME

Share your experience Add your viva experience here
1 Questions
1 Sets
0 Topics
0 Reviews

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
  1. 1
    Define ORM, Flask, types of storage, get post method, status code in terminal, routing, why different hash value ,
    Times asked 1
    Official solution

    SimpleGET data read/show karta hai (idempotent). POST create/submit karta hai (form).

    Example

    @app.route('/login', methods=['GET', 'POST'])
    def login():
        if request.method == 'POST':
            # validate + session
            ...
        return render_template('login.html')
Maintaine By Lazy IITians Team + IITM BS students Regualr for More data you have