Simform Interview Question

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