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 command is used to create a new migration file? make:migration create:migration new:migration generate:migration2. What is Laravel's Eloquent relationship for a one-to-many relationship? hasOne belongsTo hasMany belongsToMany3. 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 attributes4. 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 routes5. Which database management systems are supported by Laravel? MySQL, PostgreSQL, SQLite MongoDB, Redis, MariaDB Oracle, MSSQL, Cassandra All of the above6. Which file is used for defining the database schema and performing migrations in Laravel? database.php migrations.php schema.php migrations folder files7. 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 value8. Which Laravel component is responsible for managing broadcasting and WebSocket events? Laravel Echo Laravel Horizon Laravel Passport Laravel Broadcasting9. 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 relationship10. How does Laravel handle dependency injection? By using a service container By manually injecting dependencies into methods By using global variables By using a dedicated dependency injection file11. What is the purpose of Laravel's findOrFail method in Eloquent? To find a record by its primary key or throw an exception if not found To find all records in the table To retrieve records with a specified count value To update records in a table based on a set of conditions12. Which Laravel artisan command is used for running database migrations? migrate:install migrate:refresh migrate:status migrate13. What is the purpose of Laravel's Eloquent ORM? Object-Relational Mapping for JavaScript Object-Relational Mapping for PHP Object-Relational Database Object-Relational Middleware14. 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 tests15. What is Laravel? A programming language A JavaScript framework A PHP web framework A database management system16. 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 relationships17. 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 conditions18. Which Laravel component is responsible for handling HTTP requests and responses? Middleware Eloquent Artisan Routing19. Which of the following is not a Laravel ORM relationship type? hasOne belongsTo hasManyThrough belongsToManyMany20. What is the purpose of Laravel's hasManyThrough Eloquent 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 relationship through another intermediate Eloquent model5 out of 4Time is Up!