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. In Laravel, what is the purpose of the composer.json file? To define the project's dependencies and scripts To store database configurations To define routes and controllers To manage middleware2. Which artisan command is used to create a new controller in Laravel? make:controller create:controller generate:controller new:controller3. What is Laravel's routing? The process of optimizing database queries The definition of endpoints and actions in the application The mechanism for handling authentication The process of creating middleware4. Which Laravel command is used to create a new migration file? make:migration create:migration new:migration generate:migration5. 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. Which Laravel component is responsible for handling user authentication? Middleware Eloquent Artisan Laravel Passport7. What is Composer in the context of Laravel? A code editor A dependency manager for PHP A server-side rendering library A front-end framework8. Which Laravel artisan command is used for running database migrations? migrate:install migrate:refresh migrate:status migrate9. What is Laravel? A programming language A JavaScript framework A PHP web framework A database management system10. Which Laravel component is responsible for handling HTTP requests and responses? Middleware Eloquent Artisan Routing11. Which directory contains the configuration files in a Laravel project? app config resources storage12. 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 table13. What is the purpose of Laravel's withCount Eloquent method? To count the number of records in a related table To retrieve records with a specified count value To retrieve records with a specified column count To count the number of records in the current table14. Which Laravel component is responsible for managing broadcasting and WebSocket events? Laravel Echo Laravel Horizon Laravel Passport Laravel Broadcasting15. Which file is used for defining the database schema and performing migrations in Laravel? database.php migrations.php schema.php migrations folder files16. Which Laravel command is used to create a new controller with resourceful methods? make:controller --resource create:controller --resource new:controller --resource generate:controller --resource17. Which of the following is not a Laravel ORM relationship type? hasOne belongsTo hasManyThrough belongsToManyMany18. 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 routes19. What is the purpose of Laravel's sync method in Eloquent relationships? To synchronize data between two tables To update records in a table based on a set of conditions To retrieve records with a specified count value To update records in a pivot table20. 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 relationship5 out of 4Time is Up!