-
1
Explain your project files/folder structure.
-
2
Explain any one page/component in your project.
-
3
Explain your database models.
-
4
Explain one of your database queries.
-
5
Difference between is and ==. Is there any performance/speed difference?
-
6
What do .all() and .first() return in SQLAlchemy?
-
7
Explain the @auth_required decorator.
-
8
Add password validation to enforce at least: One uppercase letter One lowercase letter One digit
-
9
Implement the password visibility toggle for the Confirm Password field.
-
10
What is Redis caching?
-
11
What is marshal_with?
-
12
Explain common HTTP status codes.
-
13
How do you apply margin only to the top and bottom in Bootstrap?
-
14
How do you apply margin to all sides in Bootstrap?
-
15
What happens if you remove a CSS class from an HTML element?
-
16
Explain Bootstrap utility classes.
-
17
Make basic code changes using the documentation if required.