Welcome to CHOOLS DJANGO ASSESSMENT (YOU HAVE ONLY 30 MINUTES TO COMPLETE THIS PART [20 Questions]) **** Wishing You All The Best **** Instructions : To start the quiz, please provide your name, email id and phone number. All questions are mandatory* Answering each question is required before going on to the next page of questions. Your response is subject to change at any time. After completed the quiz click the submit button. If, once the time is up, it will be automatically submitted. The report will be mailed to your email address after the quiz is finished. 1. Django is a Python-based ____. web framework video creating tool analysis tool desktop development platform2. Which is the correct statement to import models in the Django project? from django import models from django.models import models from django.db import models None of the above3. Which template tag is used to create variables directly in the Django template? {% with %} <% with %> << with >> {{ with }}4. How you can turn off the debugging in Django's configuration file? DEBUG = false DEBUG = FALSE DEBUG = False DEBUGOFF = True5. Which file is not a part of the Django project content? settings.py manage.py templates.py py manage.py runserver6. Django is maintained by which organization/company? Oracle Microsoft Corporation Python Software Foundation Django Software Foundation7. Which Django file contains all the configuration of your Django installation? main.py setting.py djangosetting.py settings.py8. Which Django template tag is used to return the first not empty variable? empty firstempty firstemptyvar firstof9. Which Django tag is used to insert the current date and time? date now datetime currentdatetime10. Which Django tag is used to write comments? {% startcomment %} ... {% endcomment %} {% comment %} ... {% endcomment %} {% initcomment %} ... {% endcomment %} {% start %} ... {% end %}11. Who is/are the original author(s) of Django? Pearu Peterson, Robert Kern, and Travis Oliphant Adrian Holovaty and Simon Willison Adrian Hallet and Simon Willison Larry Ellison, Bob Miner, and Ed Oates12. Django is written in which language? C++ Python AngularJS Asp.Net13. Which Django tag is used to include a template inside the current template? allow insert import include14. What is the correct syntax to use a variable in the Django template? {{ variable_name }} < variable_name > << variable_name >> " variable_name "15. Which Django functions are used to take http requests and return http responses? Django views Django request() and response() Django templates Both A and B16. By default, Django configuration uses which database? MySQL SQLite Oracle None of the above17. In Django, data is created in objects, what are these objects called ____. models views templates database18. Which is the correct statement to run migrate command in Django? run manage.py migrate py migrate py manage.py pymigrate py manage.py migrate19. In Django, data is created in ____. tables views templates objects20. In Django QuertSet, which method is used to get all the records and fields of a given model? get() all() getall() bunch()5 out of 4Time is Up!