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 of the following is not a Laravel ORM relationship type? hasOne belongsTo hasManyThrough belongsToManyMany2. What is Laravel's Eloquent relationship for a many-to-many relationship? hasOneThrough belongsTo hasMany belongsToMany3. 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 conditions4. Which Laravel command is used to start the development server? php artisan server php artisan start php artisan serve php start5. 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 relationships6. Which Laravel command is used to create a new controller with resourceful methods? make:controller --resource create:controller --resource new:controller --resource generate:controller --resource7. Who created Laravel? Taylor Otwell Rasmus Lerdorf David Heinemeier Hansson Jeffrey Way8. 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 routes9. What is the purpose of Laravel's middleware? To handle HTTP requests and responses To store session data To manage database migrations To define routes10. 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 middleware11. Which Laravel component is responsible for managing broadcasting and WebSocket events? Laravel Echo Laravel Horizon Laravel Passport Laravel Broadcasting12. 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 file13. 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 conditions14. Which database management systems are supported by Laravel? MySQL, PostgreSQL, SQLite MongoDB, Redis, MariaDB Oracle, MSSQL, Cassandra All of the above15. What is the purpose of Laravel's Eloquent ORM? Object-Relational Mapping for JavaScript Object-Relational Mapping for PHP Object-Relational Database Object-Relational Middleware16. What is Laravel's Blade? A server-side scripting language A templating engine A front-end framework A database migration tool17. Which Laravel component is responsible for handling HTTP requests and responses? Middleware Eloquent Artisan Routing18. 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 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 component is responsible for handling user authentication? Middleware Eloquent Artisan Laravel Passport5 out of 4Time is Up!