Be thorough with the code you will be asked to explain different lines randomly as you show the code , the proctor is chill and will help you in case you are stuck
- Download the project from the portal and run the demo
- Explain the models and their relationships
- explai mvc architecture and show what files are doing the work of mvc in your project
- how is the database getting created
- how is the role based authentication being done
- explain what each template is doing
- what is extends base html purpose , can you use url_for instead of extends
- return vs redirect difference
- diff between {{}} and {% %}
- what have you done css or bootstrap
- where have you embedded bootstrap
- what are the 3 types of embedding in css
- coding question:
- Add a height columnso when admin creates a trek he can add height parameter and if height is more than 5000 m it should be displayed in red
- general questions:
- what is the purpose of head tag?
- have u used static ?
- when somebody searches for google.com how does the request go to the server and get displayed
- what is orm ? beenfits over cursor sql queries
- one more question i couldn't understand