Tip 1: Focus on Django- and Python-related questions.
Tip 2: There were some medium-level DSA questions, not too tough, so prepare accordingly.
Tip 3: Also prepare some DBMS-related questions.
Tip 1: Mention the skills section first.
Tip 2: Past experience and projects are a must in the resume; also mention PHP in the skills section.

What are the types of methods used in REST APIs?
What are signals, and how would you make a signal asynchronous?
What is a deep copy, and what is a shallow copy? (Learn)
If you have a write-heavy task, how would you optimize your database, and if you have a read-heavy task, how would you optimize the database for that?
Asked about the projects I have worked on in my past experience.


1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
What are decorators? (Learn)
If you are creating an API with the DELETE method, can you include the details of the deleted record?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?