-
1
Demonstrate the complete application (User, Staff, and Admin panels). Explain your models.py. Explain the Admin routes and other routes used in the project. Practical coding questions directly from your own code. Make a small query-based change in the dashboard.
-
2
Explain CRUD operations. Primary Key vs Foreign Key.
-
3
Why is the User model used? Explain backref.
-
4
What is ORM? Explain SQLAlchemy and why ORM is useful.
-
5
What does render_template() do? What is the purpose of __init__.py?
-
6
HTTP Methods (GET, POST, etc.) and their use cases.Request–Response model.
-
7
JSON. DOM. AJAX. Partial Refresh vs Full Refresh.