nqt exam : programing ,verbal,etc
Python Django Developer Interview Questions
233 python django developer interview questions shared by candidates
1st and 2nd round they asked me about - django setup and commands - django ORM querries, - django settings - python decorators, opps concept, etc - basic sql 3rd round they turned into devil asking advanced sql queries which certainly i informed about my experience was not much
hackerrank style questions
They asked about basic fundamental of Django.
If I worked with django before and what I did in those projects.
Python list, Mutable vs Immutable, Loops, functions, OOP, Database, Django forms, model, auth, middleware, Rest Apis, and so on...
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
Viewing 171 - 180 interview questions