Q.1
What is the feature of Query Builder ?
  • Works on some supported database
  • Hard to understand
  • Used extensively by Eloquent ORM
  • Non-fluid interface
Q.2
Which of following command is used to create a symbolic link from "public/storage" directory to "storage/app/public".
  • storage:link
  • link:public
  • link:storage
  • storage:link public/storage
Q.3
Which of following methods are used in database migrations classes?
  • execute() and rollback()
  • up() and down()
  • run() and delete()
  • save() and update()
Q.4
__() in laravel used for
  • Printing value
  • For string translation
Q.5
Is Laravel a language to talk to computers?
  • a) Yes
  • b) No
  • c) Not Sure
  • d) I think so
Q.6
How to get current environment in Laravel?
  • $environment = App::environment();
  • $environment = App::environ();
  • $environment = App::environments();
  • None of the above
Q.7
What is the minimum PHP version required to install Laravel 5.3?
  • 7.1
  • 5.6.4
  • 5.3.2
  • 5.4.3
Q.8
Laravel is written in __ language.
  • PHP
  • JSP
  • ASP
  • All are Correct
Q.9
Why Laravel?
  • Beautiful syntax
  • Old toolkit
  • High learning curve
  • Promotes bad practices
0 h : 0 m : 1 s