-
1
Explain your project structure/directory.
-
2
Explain all models.
-
3
Explain all routes.
-
4
Demonstrate the complete project functionality.
-
5
Explain how the Chart.js statistics page works.
-
6
Explain how the filtering feature works.
-
7
Explain how to add a new filtering option.
-
8
Change the url_for() so it uses a different route name.
-
9
Modify url_for() so it throws an error (by using an incorrect route).
-
10
Change the background to an image.
-
11
Change the background color of the application.
-
12
What is Flask?
-
13
What is url_for()?
-
14
What is a Jinja variable?
-
15
What is template inheritance (extends)?
-
16
What is SQL?
-
17
What is the difference between Structured and Unstructured Databases? Give examples.
-
18
What is the HTTP protocol?
-
19
Explain the different HTTP request methods.
-
20
Difference between GET and POST.
-
21
Explain the PUT method,Explain the PATCH method.
-
22
Why do we use POST along with GET?
-
23
Why did you not use APIs in your project?
-
24
What are plugins?