Loading...
QUIZ

Certification Test

 
Que No. 1 ) What is the purpose of Laravel's migration files?

A.) To store environment variables
B.) To create and manage database tables and their schema changes
C.) To define routes
D.) To generate API documentation


Que No. 2 ) Which Laravel feature allows you to define and manage database relationships?

A.) Eloquent ORM
B.) Blade templating engine
C.) Artisan
D.) Form Request Validation


Que No. 3 ) What is the primary purpose of the Laravel Mix tool?

A.) To create and manage database migrations
B.) To generate API documentation
C.) To compile and bundle assets such as CSS and JavaScript
D.) To create and manage models


Que No. 4 ) In Laravel, what is the purpose of the Auth facade?

A.) To define routes
B.) To create and manage controllers
C.) To provide authentication-related functionality
D.) To generate API documentation


Que No. 5 ) Which Laravel feature allows you to manage user roles and permissions?

A.) Eloquent ORM
B.) Blade templating engine
C.) Artisan
D.) Laravel Permissions


Que No. 6 ) What is Laravel's primary package manager for PHP?

A.) Composer
B.) npm
C.) Yarn
D.) Artisan


Que No. 7 ) In Laravel, what is the purpose of the Artisan CLI tool?

A.) To create and manage database migrations
B.) To generate API documentation
C.) To interact with the application using command-line commands
D.) To define routes


Que No. 8 ) What is the Laravel feature that provides a simple and elegant way to add user authentication to your application?

A.) Laravel Passport
B.) Laravel Fortify
C.) Laravel Sanctum
D.) Laravel Authentication


Que No. 9 ) What is Laravel's primary way of defining database schema using PHP code?

A.) Artisan Migrate
B.) Eloquent ORM
C.) Blade templating engine
D.) Form Request Validation


Que No. 10 ) Which Laravel feature allows you to define and manage API rate limiting?

A.) Laravel Passport
B.) Laravel Fortify
C.) Laravel Sanctum
D.) Laravel Throttle