Friday, September 11, 2015

Interview Questions For Django Developers ?


   Interview Questions For Django Developers


Django an open source framework written in Python, was designed to save Web developers time and money by promoting the idea of reusing code and avoiding replication. As with any language, programmers interviewing for a job involving Django are going to face a series of specialized questions.
Questions are:

  1. Tell about Django Framework and working of Django Framework ?
  2. What is ORM ?
  3. Why we call as Django Framework is MVT architecture ?
  4. What is Middleware ? what is Important ? How to write Custom middlewares in Django?
  5. What is role of ALLOWED_HOSTs in Django ?
  6. What is CSRF ?
  7. What is Decorator ? How to Write Custom Decorator ? what are built in Decorators in Django ?
  8. What is Template Tags ? How to write custom template tags ? what are the built in template tags?
  9. How to inherit the A template in B template ?( template inheritance )
  10. Tell about few packages which you used in your Django career?
  11. Difference between FBV and CBV ?
  12. Difference between Form and Model Form ?
  13. User authentication Django ? where you can find the User(importing) ?
  14. What is Hashing ? difference between hashing and encryption ?
  15. What is __init __ method ?
  16.  What is diff List,Dictionary and Tuple ?( Some times the lead will ask these questions in twice or thrice , they checking the whether you are good in these ?
  17.   What is Message ?
  18. How to Handle Load Management in python ?
  19. What is Memcache ?  what is redis server ? 
  20. What is Scheduling ? the packages which we used ?
  21. what is caching ?
  22. What is South ?
  23. What is Unicode ?
  24. Built in data types in Python ?
  25. Why python is interpreter ?  
  26. Memory management in Python ?
  27. In python Call by reference or Call by value ?
  28. Which version you familiar with in Django ?
  29. What is generater function ?
  30. List comprehensions?
  31. Why we use lamda function ? real time example ?
  32. What is signals  ?
  33. Map function ?
  34. Database ( if PostgreSQL,Mysql study the package name ) ?
  35. NoSql Database ?
  36. Mongodb with django ?
  37. How to make a meta list to normal list ?

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Thanks for questions. Here are some Basic Question DJango questions with answers

    ReplyDelete