-
1
Download the project and run it.
-
2
Demonstrate the application.
-
3
Explain your project structure.
-
4
Explain models.py.
-
5
Explain table relationships (One-to-One, One-to-Many, Many-to-Many).
-
6
Create a new model.py model.
-
7
Explain the CSS file line by line.
-
8
Explain db and how it differs from model.py.
-
9
Vue 2 vs Vue 3.
-
10
Vue CLI vs Vue CDN.
-
11
Why did you choose CDN over CLI?
-
12
Which is more scalable: CLI or CDN?
-
13
What is Vue Router?
-
14
Difference between createWebHistory and createWebHashHistory.
-
15
What is meta in Vue Router? What alternatives exist?
-
16
What is Vuex?
-
17
Difference between data and store.
-
18
Difference between state and data.
-
19
Difference between props and emit.
-
20
Show how to send data from child to parent using emit.
-
21
What is ref?
-
22
Difference between ref and reactive.
-
23
What are Vue Lifecycle Hooks?
-
24
What is an Object in Vue and why is it used?
-
25
Token-based vs Session-based authentication (with code example).
-
26
What is UserDatastore?
-
27
HTTP status codes.
-
28
Forbidden (403) vs Integrity Errors.
-
29
Is Redis server-side or client-side?
-
30
Difference between server-side and client-side storage.
-
31
Explain Celery initialization.
-
32
Explain Celery Beat.
-
33
How do you change a Crontab schedule?
-
34
Change the reminder/monthly report schedule to the current time.
-
35
Write the scheduling code for the monthly report.
-
36
Show Celery-generated emails.
-
37
Where can you view sent emails?
-
38
How do you verify that an email has been sent?
-
39
Difference between cache.cached and cache.memoize key prefixes.
-
40
Write a fetch() request without referring to your project.
-
41
Write a fetch() request to delete a subject.
-
42
Implement the fetch() request in a Vue component.
-
43
Create a new API route to fetch data.
-
44
Create a new DELETE route.
-
45
Create an API to update a user's username and email.
-
46
Write the API for the export feature.
-
47
Write a SQL query to fetch all registered users.
-
48
Write the SQLAlchemy relationship for a Many-to-Many relationship.
-
49
Recreate the Admin Dashboard sidebar.
-
50
Fix a browser console error.
-
51
Change the application port and run the application.
-
52
Relationship implementation in SQLAlchemy (One-to-One, One-to-Many, Many-to-Many).
-
53
What is scalability?
-
54
Difference between Horizontal and Vertical Scaling.