Very friendly proctor. He waits patiently for you to think and then code or answer.
Also better to demonstrate downloading the project file from the vivabooking website submission page itself. You mostly wont need to perform checksum if thats the case.
Just be confident and answer with conviction.
- First asked to show github profile and if mad 1 is added as collaborator
- Then asked to run application and explain how it works.
- Some specific questions on functionalities and core operations of student, admin, company.
- CRUD operations
- Coding questions -
- Asked to create a box in student dashboard which redirects to profile, must be at a specific location on the page
- Asked to make the box dynamic by adding student name and specific color.
- Asked what are the applications of CRUD in REST API context (get,post,etc)
- Difference between put and patch and explain which one you have used and how you have used in your application
- What is a virtual env, why use it, why we dont use it.
- what are the advantages of using it.