Django Multiple Choice Quiz – Online test to evaluate knowledge of framework
It’s time to play another quiz on the Django framework. This Django quiz focuses more on examining the ‘technical’ aspects of Django. So, enjoy the Django multiple choice quiz but answer with full concentration.
DataFlair has a complete series of Django quizzes. Make sure to bookmark them:
Q.7 In Post.models.filter() you can pass multiple parameters in filter() to narrow your result/s.
Correct!Wrong!
Q.8 What effect does _ _ contains does in this parameter?
Correct!Wrong!
Q.9 What will happen on execution of this command :
> python manage.py createsuperuser
Correct!Wrong!
Q.10 What does admin.autodiscover() do?
Correct!Wrong!
Q.11 This is admin.py file in an application. It will register models Post and Like in Django Admin site.
Correct!Wrong!
Q.12 What is request.META in request object?
Correct!Wrong!
Q.13 What kind of non-HTML outputs can Django generate?
Correct!Wrong!
Q.14 What are request.GET and request.POST objects?
Correct!Wrong!
Q.15 Which code will give us a text area form field?
Correct!Wrong!
This comes to the end of Django multiple choice quiz. I hope you answered most of the questions correctly but if not, you must revise the concepts from Django tutorial seriesby DataFlair.
How was the Django multiple choice quiz? Do share your feedback in the comment section.
Add section for score please