Question Bank

3705 approved questions from the community

What is model inheritance in Django?

MEDIUM
SINGLE CHOICE
35s
Django
by Mohamed

What is the difference between setting 'null=True' and 'blank=True' on a Django model field?

HARD
SINGLE CHOICE
40s
Django
by Mohamed

When should you use the Django admin interface? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Django
by Mohamed

What are the two main types of views in Django?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

Which of the following are best practices for Django URL patterns? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Django
by Mohamed

Why are database migrations important in Django? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Django
by Mohamed

Which of the following are components of Django's migration system? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Django
by Mohamed

Which of the following are valid on_delete options for ForeignKey fields? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Django
by Mohamed

What is a Django model?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

What are characteristics of model relationships in Django? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Django
by Mohamed

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

EASY
SINGLE CHOICE
35s
Django
by Mohamed

What is the purpose of the Meta class within a Django model?

MEDIUM
SINGLE CHOICE
35s
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 the purpose of Django's admin interface?

MEDIUM
SINGLE CHOICE
30s
Django
by Mohamed

Which of the following are advantages of Class-Based Views over Function-Based Views? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Django
by Mohamed

Which component in Django handles the request-response lifecycle after the URL dispatcher maps a URL?

HARD
SINGLE CHOICE
40s
Django
by Mohamed

Which of the following are aggregation methods in Django QuerySets? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Django
by Mohamed

What is Django?

EASY
SINGLE CHOICE
30s
Django
by Mohamed

Which of the following are customizable options in ModelAdmin? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Django
by Mohamed

What does MTV stand for in Django's architecture pattern?

EASY
SINGLE CHOICE
25s
Django
by Mohamed
PreviousPage 75 of 186Next