Loading...
QUIZ

Certification Test

 
Que No. 1 ) What is Laravel?

A.) A JavaScript framework
B.) A Python framework
C.) A PHP web framework
D.) A database management system


Que No. 2 ) Who created Laravel?

A.) Taylor Swift
B.) Taylor Lautner
C.) Taylor Hanson
D.) Taylor Otwell


Que No. 3 ) Which of the following databases is commonly used with Laravel?

A.) MongoDB
B.) MySQL
C.) SQLite
D.) All of the above


Que No. 4 ) What is the primary purpose of the Laravel Eloquent ORM?

A.) To handle HTTP requests
B.) To manage database records and relationships
C.) To create user interfaces
D.) To define routes


Que No. 5 ) Which artisan command is used to create a new Laravel project?

A.) php artisan new project-name
B.) laravel create project-name
C.) composer create-project --prefer-dist laravel/laravel project-name
D.) laravel new project-name


Que No. 6 ) What is the purpose of Blade templating engine in Laravel?

A.) To handle database migrations
B.) To create and manage databases
C.) To define application routes
D.) To define and render views


Que No. 7 ) Which directory in a Laravel project contains configuration files?

A.) app
B.) config
C.) resources
D.) public


Que No. 8 ) What is Laravel's primary database migration tool?

A.) phpMyAdmin
B.) Artisan Migrate
C.) Composer
D.) Eloquent ORM


Que No. 9 ) What is the purpose of the php artisan serve command in Laravel?

A.) To start the Laravel development server
B.) To run unit tests
C.) To deploy the application to a production server
D.) To create a new Laravel project


Que No. 10 ) Which file in Laravel contains the application's environment configuration?

A.) .env
B.) .config
C.) .env.php
D.) .env.config