Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor Level1_103

All approved submissions for this examiner code.

Level1_103 MAD1 Level 1 Jul 30, 2026
  1. 1
    Show your College ID.
  2. 2
    Download the project from the Viva Portal or perform checksum.
  3. 3
    Demonstrate the complete application.
  4. 4
    Show all project features.
  5. 5
    Demonstrate the search functionality.
  6. 6
    Create a Doctor.
  7. 7
    Register a new Patient.
  8. 8
    Show available slots.
  9. 9
    Book multiple slots.
  10. 10
    Cancel a booking as a Patient.
  11. 11
    Cancel a booking as a Doctor.
  12. 12
    Complete an appointment as a Doctor and add the required details.
  13. 13
    Block a Patient as Admin.
  14. 14
    Delete a Patient as Admin.
  15. 15
    Show the patient history in the database.
  16. 16
    Show the database and verify changes made during the demo.
  17. 17
    Explain models.py.
  18. 18
    Show and explain a View (template).
  19. 19
    Explain the GET and POST login route from your code.
  20. 20
    What is MVC? Explain it using your project.
  21. 21
    Difference between Authentication and Authorization.
  22. 22
    Difference between GET and POST.
  23. 23
    What is a Primary Key?
  24. 24
    What is a Unique Key?
  25. 25
    What is Cascade?
  26. 26
    What is backref?
  27. 27
    What is back_populates?
  28. 28
    Write the Login route (@app.route) in Notepad.
  29. 29
    Write an @app.route example.
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.