Question Bank

1085 approved questions from the community

What is Django?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

What is the difference between a Django project and a Django app?

EASY
SINGLE CHOICE
35s
Django
by Mohamed

Which of the following are key features of Django? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Django
by Mohamed

What is the purpose of the settings.py file in a Django project?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

What is a Django model?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

How do you define a Django model?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

Models must be registered in admin.py to appear in the Django admin interface.

EASY
TRUE FALSE
25s
Django
by Mohamed

What is a ManyToManyField in Django?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

What is a ForeignKey in Django models?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

What is the purpose of the Django admin interface?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

Django migrations are stored as Python files that can be version controlled.

EASY
TRUE FALSE
25s
Django
by Mohamed

URL patterns in Django can use regular expressions for advanced URL matching.

EASY
TRUE FALSE
25s
Django
by Mohamed

What is a QuerySet in Django?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

Django's ORM provides protection against SQL injection attacks.

EASY
TRUE FALSE
25s
Django
by Mohamed

What does ORM stand for in Django?

EASY
SINGLE CHOICE
25s
Django
by Mohamed

Django models automatically generate database tables when migrations are run.

EASY
TRUE FALSE
25s
Django
by Mohamed

Django's ORM allows you to interact with databases using Python objects instead of writing SQL queries.

EASY
TRUE FALSE
25s
Django
by Mohamed

What is the role of the urls.py file in a Django project?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

Django follows the DRY (Don't Repeat Yourself) principle.

EASY
TRUE FALSE
20s
Django
by Mohamed

What command applies pending migrations to the database?

EASY
SINGLE CHOICE
25s
Django
by Mohamed
PreviousPage 23 of 55Next