-
1
Show your ID card.
-
2
Download the project from the portal.
-
3
Set up the project.
-
4
Explain your setup scripts (Shell scripts) and how they work.
-
5
What is Celery?
-
6
Which tasks are handled by Celery?
-
7
Show where and how you have implemented Celery.
-
8
Show the backend endpoints that trigger Celery tasks.
-
9
Demonstrate the asynchronous tasks from the frontend.
-
10
How is the email content generated dynamically for backend jobs?
-
11
Demonstrate your application.
-
12
What happens if the user refreshes the page in the middle of a quiz?
-
13
What is Vuex Store?
-
14
Where have you declared all the frontend routes?
-
15
How does Vue know which component to render for each route?
-
16
What is the entry point of your frontend application?
-
17
What authentication mechanism have you used?
-
18
How is the authentication token sent with every request?
-
19
What is Session Storage?
-
20
Add a "Deleted" checkbox to the admin search: If checked, display only deleted records. Otherwise, display only non-deleted records.