Welcome to CHOOLS LARAVEL ASSESSMENT (YOU HAVE ONLY 30 MINUTES TO COMPLETE THIS PART [20 Questions]) **** Wishing You All The Best **** Instructions : To start the quiz, please provide your name, email id and phone number. All questions are mandatory* Answering each question is required before going on to the next page of questions. Your response is subject to change at any time. After completed the quiz click the submit button. If, once the time is up, it will be automatically submitted. The report will be mailed to your email address after the quiz is finished. 1. Which directory contains the configuration files in a Laravel project? app config resources storage2. In Laravel, what is the purpose of the artisan command-line tool? To generate code scaffolding To manage database migrations To run scheduled tasks All of the above3. Which Laravel artisan command is used for running database migrations? migrate:install migrate:refresh migrate:status migrate4. What is the purpose of Laravel's route method? To define routes in the application To manage database migrations To create middleware for routing To generate URLs for named routes5. What is Laravel's Eloquent Accessors used for? To access environment variables To access environment variables To define custom getter methods for model attributes To define custom setter methods for model attributes6. What is the purpose of Laravel's pluck method in Eloquent? To retrieve a single column's value from the first result of a query To delete records from a table To update records in a table To retrieve records with a specified count value7. Which file is used for defining the database schema and performing migrations in Laravel? database.php migrations.php schema.php migrations folder files8. What is Laravel's Eloquent relationship for a one-to-many relationship? hasOne belongsTo hasMany belongsToMany9. Which Laravel command is used to create a new model class? make:model create:model new:model generate:model10. Which database management systems are supported by Laravel? MySQL, PostgreSQL, SQLite MongoDB, Redis, MariaDB Oracle, MSSQL, Cassandra All of the above11. What is the purpose of Laravel's Artisan Tinker? To create and edit code To run database queries and interact with the application To manage middleware To run unit tests12. Which artisan command is used to create a new controller in Laravel? make:controller create:controller generate:controller new:controller13. What is the purpose of Laravel's hasMany Eloquent relationship? To define a one-to-one relationship To define a one-to-many relationship To define a many-to-many relationship To define a belongs-to relationship14. What is Laravel's Eloquent relationship for a many-to-many relationship? hasOneThrough belongsTo hasMany belongsToMany15. Who created Laravel? Taylor Otwell Rasmus Lerdorf David Heinemeier Hansson Jeffrey Way16. What is the purpose of Laravel's Eloquent hasOneThrough relationship? To define a one-to-one relationship through a pivot table To define a one-to-many relationship through a pivot table To define a many-to-many relationship through an intermediate table To define a one-to-one relationship without a pivot table17. Which Laravel command is used to start the development server? php artisan server php artisan start php artisan serve php start18. Which Laravel component is responsible for handling user authentication? Middleware Eloquent Artisan Laravel Passport19. What is the purpose of Laravel's env function? To set environment variables in the application To access configuration values from the .env file To define environment-specific routes To define environment-specific routes20. In Laravel's Eloquent, what does the update method do? Deletes records from the table Updates records in the table that match the specified conditions Creates new records in the table Retrieves records from the table5 out of 4Time is Up!