Loading...
QUIZ

Certification Test

 
Que No. 1 ) What is Django?

A.) A programming language
B.) A web framework for Python
C.) A JavaScript library
D.) A database management system


Que No. 2 ) Who developed Django?

A.) Google
B.) Facebook
C.) Twitter
D.) The Django Software Foundation


Que No. 3 ) Which programming language is primarily used in Django development?

A.) Java
B.) Ruby
C.) Python
D.) JavaScript


Que No. 4 ) What is the purpose of Django's Object-Relational Mapping (ORM) system?

A.) To create web templates
B.) To manage database connections
C.) To manage database connections
D.) To generate HTML code


Que No. 5 ) Which database systems does Django support out of the box?

A.) MySQL and SQLite
B.) PostgreSQL and SQLite
C.) MySQL and MongoDB
D.) SQLite and MongoDB


Que No. 6 ) What is the primary file responsible for defining a Django application's URL patterns?

A.) views.py
B.) models.py
C.) urls.py
D.) templates.py


Que No. 7 ) What is the Django template engine used for?

A.) To define URL patterns
B.) To create database models
C.) To generate HTML dynamically
D.) To handle form submissions


Que No. 8 ) In Django, what is a view?

A.) A URL pattern
B.) A Python function that takes a web request and returns a web response
C.) A database table
D.) A web template


Que No. 9 ) What is the Django admin site used for?

A.) Managing database migrations
B.) Creating URL patterns
C.) Managing the site's content and data
D.) Defining models


Que No. 10 ) In Django's URL routing, what is the purpose of a URL pattern's regular expression?

A.) To match the entire URL
B.) To capture parts of the URL as variables
C.) To validate the URL
D.) To define the URL's route