-
1
Show your Student ID.
-
2
Show your GitHub repository and collaborator.
-
3
Share the report/documentation link.
-
4
Explain your entire codebase (frontend and backend).
-
5
Explain your configuration files.
-
6
Explain the Login API.
-
7
Explain how data is stored in your application.
-
8
Explain the Admin creation code.
-
9
Show where the API is called and how data is rendered on the frontend.
-
10
Explain how the Admin Dashboard receives and displays data.
-
11
Explain the Celery files.
-
12
What are asynchronous (background) jobs?
-
13
Where have you implemented JWT in the frontend?
-
14
What is the purpose of the JWT Secret Key?
-
15
Difference between JWT Secret Key and Flask Secret Key.
-
16
Authentication vs Authorization.
-
17
What is setup() in Vue?
-
18
What is index.js?
-
19
What is router.js?
-
20
Create a router object and write routing code.
-
21
Why did you use createWebHistory()?
-
22
Why are arrow functions used in route components?
-
23
Difference between router-view and router-link.
-
24
Difference between $route and $router.
-
25
What is State Management?
-
26
Difference between Mutation and Action.
-
27
Difference between Computed Properties and Watchers.
-
28
Difference between Methods and Computed.
-
29
Difference between v-model and v-bind.
-
30
What is the purpose of :class (dynamic class binding)?
-
31
What is async / await?
-
32
Why did you use Axios?
-
33
What is uselist?
-
34
Difference between backref and back_populates.
-
35
Write a query to: Fetch all treks belonging to a manager. Fetch all jobs created by a company (e.g., Google). Fetch all approved drives/jobs.
-
36
What is SSE (Server-Sent Events)?
-
37
Write template and route code to select a course.
-
38
Add an Age dropdown (>30 / <30) to a form.
-
39
Read and print a JSON object (e.g., {"app": ">30"}) in the backend.
-
40
Create two input fields (firstname, lastname) and concatenate them on button click.
-
41
Create a router and connect a new page/component.
-
42
How much AI did you use?
-
43
Which parts of the project did you implement yourself?