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. In Django QuertSet, which method is used to get the specified column? column_values() columnvalues() values_list() column_list()2. Which is the correct command to start the Django development server on your system? py manage.py localhost py manage.py runatserver py manage.py createserver py manage.py runserver3. Which command is used to create a Python shell? run shell py manage.py shell run py manage.py shell py manage.py djangoshell4. Which Django tag is used to include a template inside the current template? allow insert import include5. Which Django tag is used to write comments? {% startcomment %} ... {% endcomment %} {% comment %} ... {% endcomment %} {% initcomment %} ... {% endcomment %} {% start %} ... {% end %}6. Which Django template tag is used to return the first not empty variable? empty firstempty firstemptyvar firstof7. Which is the correct import statement to use the render() function in Django? from django.shortcuts import render from django import render from django.requests import render from httpresponses import render8. Which template tag is used to create variables directly in the Django template? {% with %} <% with %> << with >> {{ with }}9. What is the correct syntax to use a variable in the Django template? {{ variable_name }} < variable_name > << variable_name >> " variable_name "10. Which is the correct statement to run migrate command in Django? run manage.py migrate py migrate py manage.py pymigrate py manage.py migrate11. Which Django keyword is used to send variables into the template? send go export with12. How many parameters do render() function take in Django? 1 2 3 413. In Django QuertSet, which method is used to get each object as a Python dictionary, with the names and values as key/value pairs? values() dictionary() getvalues() None of the above14. In Django, data is created in ____. tables views templates objects15. 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 Oates16. In Django, data is created in objects, what are these objects called ____. models views templates database17. Except Django comment tag, what can be used to write smaller comments? # .. /* … * {{# ... #}} {# ... #}18. In Django QuertSet, how to add two search queries? By using the AND keyword By using the OR keyword By using the + symbol By using the comma separator19. Which file is not a part of the Django project content? settings.py manage.py templates.py py manage.py runserver20. Which Django file contains all the configuration of your Django installation? main.py setting.py djangosetting.py settings.py5 out of 4Time is Up!