Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor Level1_145

All approved submissions for this examiner code.

Level1_145 MAD2 Level 1 Aug 2, 2026
  1. 1
    Change the color of a button.
  2. 2
    Create an API route as instructed by the proctor (e.g., return all records with a rating greater than 3).
  3. 3
    Change the application's port from 5000 to 8000.
  4. 4
    Does crontab support seconds? If yes, schedule a task to run every 10 seconds.
  5. 5
    What is Celery?
  6. 6
    What is a Crontab?
  7. 7
    What have you used as the message broker?
  8. 8
    What is a JWT token? Explain its three parts.
  9. 9
    What is a Webhook?
  10. 10
    What is a Candidate Key?
  11. 11
    How is a Candidate Key different from a Primary Key?
  12. 12
    What is inheritance? Show where you have used it in your project.
  13. 13
    Why is if __name__ == "__main__" used in Python? What happens if you remove it?
  14. 14
    What are the different Vue directives?
  15. 15
    What is the difference between v-if and v-show?
  16. 16
    Why are @token_required and @role_required decorators used?
Created for educational purposes only. Questions are based on students' personal experiences and may not reflect actual exam content.