Laravel QUIZ

Instructions:

  • Total Number of Questions: 10
  • Score out of: 10
  • Time alloted: 30 seconds per question, total 30 minutes
  • Each question carry 1 mark
  • No negtive marking

NOTE:

Select one option as answer, for per question and then Click 'Submit and Next' button for next question

Click the 'Result' button after 10th question to get you score.

Do not refresh the Page.

1. For what do the .env is used?

2. Where do we need to set database connection in Laravel?

3. Which of the following subsequent validator methods returns true when form data is valid?

4. generally where we can create a helper function file in laravel?

5. Interpolation of variable in laravel done using

6. All records from Laravel collection are return by which collection method?

7. Which of following command is used to remove the compiled class file in Laravel?

8. Which is the correct way to get random 10 records from a table?

9. After running "artisan down", The project will show the maintenance page. What would be HTTP Status return Code?

10. Which of the following method is correct of migration?

Close