For Level 1, Focus on Flask basics, CRUD, MVC, POST vs PUT, checksum, and your project flow. Practice writing the register route and flash message code by hand, as code-writing questions are common.
- Asked me to explain the checksum and verify the project checksum.
- Asked about CRUD operations (Create, Read, Update, Delete).
- Asked me to run and demonstrate the project (show the webpages and functionality).
- Asked What is MVC? and explain MVC with my project.
- Asked the difference between POST and PUT.
- Asked me to write the frontend code to display Flask flash messages in Notepad.
- Asked me to write the Flask registration route (/register) in Notepad.