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. 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 conditions2. Which Laravel command is used to create a new controller with resourceful methods? make:controller --resource create:controller --resource new:controller --resource generate:controller --resource3. 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 table4. Which of the following is not a Laravel ORM relationship type? hasOne belongsTo hasManyThrough belongsToManyMany5. 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 table6. Which Laravel command is used to create a new model class? make:model create:model new:model generate:model7. 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 routes8. 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 above9. Who created Laravel? Taylor Otwell Rasmus Lerdorf David Heinemeier Hansson Jeffrey Way10. 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. Which Laravel artisan command is used for running database migrations? migrate:install migrate:refresh migrate:status migrate13. 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 model14. Which file is used for defining the database schema and performing migrations in Laravel? database.php migrations.php schema.php migrations folder files15. Which directory contains the configuration files in a Laravel project? app config resources storage16. 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 conditions17. What is Laravel? A programming language A JavaScript framework A PHP web framework A database management system18. 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 conditions19. What is Laravel's Eloquent relationship for a one-to-many relationship? hasOne belongsTo hasMany belongsToMany20. What is the purpose of Laravel's middleware? To handle HTTP requests and responses To store session data To manage database migrations To define routes5 out of 4Time is Up!