Question Bank

3705 approved questions from the community

What happens when you run `php artisan migrate:rollback` in Laravel?

HARD
SINGLE CHOICE
35s
Laravel
by Mohamed

What command creates a new migration file in Laravel?

MEDIUM
SINGLE CHOICE
25s
Laravel
by Mohamed

What is the purpose of the `_prisma_migrations` table mentioned in the context of migrations?

MEDIUM
SINGLE CHOICE
35s
Laravel
by Mohamed

What Blade directive is used to check if a user is authenticated?

MEDIUM
SINGLE CHOICE
30s
Laravel
by Mohamed

What is the purpose of the shadow database in Laravel migrations?

HARD
SINGLE CHOICE
45s
Laravel
by Mohamed

In which directory are route definitions stored in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

What does the list_display option do in ModelAdmin?

MEDIUM
SINGLE CHOICE
30s
Django
by Mohamed

What is the purpose of the ModelAdmin class in Django?

MEDIUM
SINGLE CHOICE
35s
Django
by Mohamed

The Django admin interface can display related objects through foreign key relationships in the list view.

HARD
TRUE FALSE
30s
Django
by Mohamed

The Django admin interface is suitable for production client-facing applications.

MEDIUM
TRUE FALSE
30s
Django
by Mohamed

What does on_delete=models.CASCADE mean in a ForeignKey relationship?

MEDIUM
SINGLE CHOICE
35s
Django
by Mohamed

What is the main difference between ForeignKey and ManyToManyField?

MEDIUM
SINGLE CHOICE
35s
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

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

EASY
TRUE FALSE
25s
Django
by Mohamed

An abstract base class in Django creates its own database table.

MEDIUM
TRUE FALSE
25s
Django
by Mohamed

ManyToManyField automatically creates an intermediary join table in the database.

MEDIUM
TRUE FALSE
25s
Django
by Mohamed

A ForeignKey field requires an on_delete parameter to specify behavior when the referenced object is deleted.

MEDIUM
TRUE FALSE
30s
Django
by Mohamed

What is the purpose of URL namespacing in Django?

HARD
SINGLE CHOICE
40s
Django
by Mohamed

What does the render() function do in Django views?

MEDIUM
SINGLE CHOICE
30s
Django
by Mohamed
PreviousPage 72 of 186Next