-
1
Show your ID card.
-
2
Show your GitHub repository and collaborator.
-
3
Download the project from the portal and run it.
-
4
Demonstrate the application.
-
5
Perform CRUD operations.
-
6
Demonstrate the search functionality.
-
7
Explain the company registration logic.
-
8
Show where you prevented duplicate bookings/applications.
-
9
Show the backend job implementation (CSV export, reminders, reports, etc.).
-
10
Demonstrate email functionality.
-
11
Explain Role-Based Access Control (RBAC).
-
12
Explain Token-Based Authentication.
-
13
Which library did you use for token-based authentication?
-
14
Vue CLI vs Vue CDN. Which one did you use and why?
-
15
What are Vue Lifecycle Hooks?
-
16
Which lifecycle hooks have you used?
-
17
What is Redis?
-
18
Where have you used Redis?
-
19
Is caching implemented?
-
20
Which library have you used for caching?
-
21
What is Cascading (ON DELETE CASCADE)?
-
22
List and explain HTTP methods (GET, POST, PUT, PATCH, DELETE).
-
23
Write a Hello World API.
-
24
Write an API that accepts two numbers and returns: Their sum A JSON response
-
25
Write an API that returns the sum of two numbers received from the frontend.
-
26
Change the Celery schedule (date/time) for email reports.
-
27
Show the code that prevents duplicate bookings or duplicate drive applications.