-
1
Introduce yourself.
-
2
Demo of the complete application.
-
3
Explain your model.py.
-
4
Explain SQLAlchemy concepts used in your models (relationship, cascade, lazy, etc.).
-
5
Explain your routes.
-
6
Explain your tech stack.
-
7
What is Flask?
-
8
What is a RESTful API?
-
9
What is Database Normalization?
-
10
What is the difference between a Primary Key and a Unique Key?
-
11
What is a Database Cluster?
-
12
What is an Exception?
-
13
Why do we use Exception Handling?
-
14
What is a try-except block?
-
15
What is Bootstrap?
-
16
Why did you use Bootstrap in your project?
-
17
Modify the frontend UI.
-
18
Change the routing.
-
19
Add a new column to a database model.
-
20
Update the frontend to accept the new field.
-
21
Store the new field in the database.
-
22
Change the color of a button.