Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor LEVEL2MAD1

Share your experience Add your viva experience here
1 Questions
1 Sets
0 Topics
0 Reviews
Tips for this examiner: You cannot write full code and run ...but you should be able to explain right spot to write the code and logic of what you want to write

Student reviews

No student reviews for this proctor yet.

Approved viva sets

  1. 1
    L2 mad 1) executed full project 2) replace user id with drop from db with user IDs and select that value to login 3) like use in database ? 4) app.py explain first 25 lines 5) how to add new col in db 6) how to read drop down value and check its value in db 7) when to use unique and nullable in db 8) http vs https 9) why db.ini and 9) reference vs xref use in app 10) write for loop on jinja + all such many more ... Basically anything in your code even keyword can be question for you...so just read your code before appearing for l2 including import statement
    Times asked 1
    Official solution

    SimpleJinja for loop list render karta hai. loop.index, else branch empty list pe.

    Example

    {% for u in users %}
      <tr><td>{{ loop.index }}</td><td>{{ u.email }}</td></tr>
    {% endfor %}
Advice: You cannot write full code and run ...but you should be able to explain right spot to write the code and logic of what you want to write
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.