-
1
Demonstrate the complete project. Run the application simultaneously in two browsers (e.g., Admin and User).
-
2
Explain the relationship types used in your models. What is ORM, and what is its biggest advantage?
-
3
How would you support multiple roles for a user (e.g., Admin + Manager)?
-
4
If a parking lot has multiple floors, how would you design the database? New table vs adding a floor column.
-
5
What happens if you try to delete a parking lot that still has occupied spots?
-
6
Explain how total cost is calculated.
-
7
How would you improve your project's folder structure?
-
8
Identify shortcomings in your project and explain how you would improve or implement them (may require live coding).
-
9
How do you round a number up using math.ceil() (e.g., parking time less than one hour rounds up to one hour)?
-
10
Make a UI change by bolding a column in a table.