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 Laravel component is responsible for handling HTTP requests and responses? Middleware Eloquent Artisan Routing2. Which Laravel command is used to create a new model class? make:model create:model new:model generate:model3. 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 middleware4. 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 tests5. What is Laravel's Eloquent relationship for a one-to-many relationship? hasOne belongsTo hasMany belongsToMany6. What is the purpose of Laravel's firstOrCreate Eloquent method? To retrieve the first record that matches a set of conditions or create it if not found To update the first record that matches a set of conditions To delete the first record that matches a set of conditions To retrieve all records that match a set of conditions7. What is the purpose of Laravel's middleware? To handle HTTP requests and responses To store session data To manage database migrations To define routes8. What is Composer in the context of Laravel? A code editor A dependency manager for PHP A server-side rendering library A front-end framework9. Which database management systems are supported by Laravel? MySQL, PostgreSQL, SQLite MongoDB, Redis, MariaDB Oracle, MSSQL, Cassandra All of the above10. 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 routes11. 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 routes12. What is Laravel's event system used for? Managing database migrations Handling HTTP requests and responses Broadcasting messages to various parts of the application Managing Eloquent relationships13. Which Laravel command is used to create a new migration file? make:migration create:migration new:migration generate:migration14. Which Laravel artisan command is used for running database migrations? migrate:install migrate:refresh migrate:status migrate15. 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 attributes16. What is the purpose of Laravel's orderBy Eloquent method? To order records in the table based on a specified column To retrieve records with a specified count value To create middleware for ordering To define routes with ordering conditions17. 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 middleware18. Who created Laravel? Taylor Otwell Rasmus Lerdorf David Heinemeier Hansson Jeffrey Way19. 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 table20. Which Laravel artisan command is used for running database migrations? migrate:install migrate:refresh migrate:status migrate5 out of 4Time is Up!