-
1
Change the color of a button.
-
2
Create an API route as instructed by the proctor (e.g., return all records with a rating greater than 3).
-
3
Change the application's port from 5000 to 8000.
-
4
Does crontab support seconds? If yes, schedule a task to run every 10 seconds.
-
5
What is Celery?
-
6
What is a Crontab?
-
7
What have you used as the message broker?
-
8
What is a JWT token? Explain its three parts.
-
9
What is a Webhook?
-
10
What is a Candidate Key?
-
11
How is a Candidate Key different from a Primary Key?
-
12
What is inheritance? Show where you have used it in your project.
-
13
Why is if __name__ == "__main__" used in Python? What happens if you remove it?
-
14
What are the different Vue directives?
-
15
What is the difference between v-if and v-show?
-
16
Why are @token_required and @role_required decorators used?