-
1
Explain the login route implementation.
-
2
Explain HTTP methods. Types of HTTP requests. Difference between PUT and POST.
-
3
What happens if methods are not specified in @app.route()?
-
4
Difference between redirect() and url_for().
-
5
What are Flask-WTF forms?
-
6
What is a REST API? What are APIs? Have you used any APIs in your project?
-
7
Explain One-to-One and One-to-Many relationships. What is Cascade and how is it used?
-
8
What is OOP? What is Inheritance? What are Python decorators?
-
9
What is Jinja2 and how is it used?
-
10
What is Horizontal Scaling and Vertical Scaling?
-
11
Frontend: Change the navbar color (e.g., green → yellow/red). Backend: Change the Flask application port from 5000 to 8000.