Python list, Mutable vs Immutable, Loops, functions, OOP, Database, Django forms, model, auth, middleware, Rest Apis, and so on...
Django Developer Interview Questions
316 django developer interview questions shared by candidates
What happens when you use "student.school.name"
What does this do "Student.objects.all().values(email=F("user__email"), internal_school__id="school__pk")"
Optimization questions based on the project and some technical questions on Django.
DSA based question of Running Median.
The Python question was interesting and complex. It involved writing functions that resolved the following scenario - two angry frogs. Given a list of “platforms” represented by random integers, calculate the furthest these two frogs may path away from one another. They must start side by side, and can only move from a platform with a lower number to a platform with a higher number.
Standard questions for tech screens
Python : 1. Difference args & kwargs argument. 2. Decorators in python. 3. Class & static methods 4. Python Closures 5. Polymorphism - method overloading & method overriding 6. Multi threading & multi Processing Django : 7. Middle ware & how we can make custom middleware in django ? 8. Context processor django 9. request.user in template (This question actually i don't understand properly) 10. What is serializers & nested serializer Mysql: 11. Indexing in MySql Git: 12. Differance : Merge & Rebase Puzzle : 13. 3 ltr capacity container & 5 ltr capacity container so how can measure 4 ltr using both of them. Program : 14. input = {'a':20, 'b':10, 'c':30} output = {'b':10, 'a':20, 'c':30} sorting input dictionary based on their value
My goals for the future
Ask me to implement the built in thing
Viewing 241 - 250 interview questions