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, how to add two search queries? By using the AND keyword By using the OR keyword By using the + symbol By using the comma separator2. 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 Django tag is used to insert the current date and time? date now datetime currentdatetime4. Except Django comment tag, what can be used to write smaller comments? # .. /* … * {{# ... #}} {# ... #}5. In Django, data is created in ____. tables views templates objects6. Which template tag is used to create variables directly in the Django template? {% with %} <% with %> << with >> {{ with }}7. Which command is used to create a Python shell? run shell py manage.py shell run py manage.py shell py manage.py djangoshell8. Which Django functions are used to take http requests and return http responses? Django views Django request() and response() Django templates Both A and B9. Which Django keyword is used to send variables into the template? send go export with10. Which is the correct syntax to write comments in Django views? # .. /* … * {{# ... #}} {# ... #}11. Which method is used to sort a Django QuerySet? sort() sort_by() order_by() order()12. In Django, data is created in objects, what are these objects called ____. models views templates database13. What does MTV stand for in Django? model–template–views make–test–views model–template–verify mobile–template–verification14. Which Django file contains all the configuration of your Django installation? main.py setting.py djangosetting.py settings.py15. Django is written in which language? C++ Python AngularJS Asp.Net16. In Django QuertSet, which method is used to filter your search? filter() search() filter_all() filter_values()17. Which Django template tag is used to return the first not empty variable? empty firstempty firstemptyvar firstof18. In Django QuertSet, which method is used to get the specified column? column_values() columnvalues() values_list() column_list()19. Django is maintained by which organization/company? Oracle Microsoft Corporation Python Software Foundation Django Software Foundation20. Which Django tag is used to include a template inside the current template? allow insert import include5 out of 4Time is Up!