Django quiz and interview questions

Comprehensive Django quiz and questions from basic to advanced level that help you to improve your knowledge. Please read the following question carefully and select the correct anwser, you have to make your choice before going to the next question.

Recent added questions

  • Select all that apply:

    What kind of relation is defined between models A and B by invoking ForeignKey(A) in the class definition for model B?

  • Django routes are specified as regular expressions to match URLs. What happens when a URL is matched?

  • How is django.db.models.Model used to define data models for a Django project?

  • Select all that apply:

    Which of the following tasks can be performed with manage.py?

  • What is the name of the command-line tool that Django provides for managing a newly-created project and its applications?

  • In the Django Template Language, the {% ... %} notation provides for the inclusion of arbitrary Python code, with structures like 'for', 'if', etc.

  • Select all that apply:

    Which of the following features do the automatically generated admin pages provide for a newly created model?

  • What task do migrations automate?

View all Django quiz questions

© 2017 QuizBucket.org