Appendix
Test
Model Test
Ebook
Quiz-1 : Installation and Configuration, Laravel
Quiz-2 : Basic, Laravel
Quiz-4 : Frontend, Laravel
Quiz-7 : Eloquent ORM, Laravel
Index
Laravel Home
Installation and Configuration
15
Basic
41
Frontend
12
Security
1
Eloquent ORM
12
Appendix
33
Schools
Ebook
Question:
Which of the following is not RESTful method?
A
create()
B
show()
C
edit()
D
delete()
Note:
Not available
Show answer
Show Note
Report
Question:
Todolist:take(5)->skip(10)->orderby(“id", asc)->get() means
A
Select first 5 records after skipping 10 records
B
Select last 5 records after skipping 10 records
C
Select first 5 records
D
Select last 5 records
Note:
Not available
Show answer
Show Note
Report
Question:
Keyword "Has Many" means
A
One to one relationship
B
One to many relationship
C
Many to many relationship
D
Belongs to relationship
Note:
Not available
Show answer
Show Note
Report
Question:
For image upload, Form:file is a
A
Helper
B
Library
C
Third party
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which middleware is used to confirm a user is not signed in to the application. If so, the user is redirected to the home page?
A
Authenticate::class
B
AuthenticateWithBasicAuth::class
C
RedirectlfAuthenticated.php
D
Authenticated.php
Note:
Not available
Show answer
Show Note
Report
Question:
Which property is used to identify columns that should not be passed into JSON or array ?
A
$column
B
$hidden
C
$fillable
D
$table
Note:
Not available
Show answer
Show Note
Report
Question:
How can you cache clear using artisan command?
A
$ php artisan route : cache
B
$ php artisan route : clear
C
$ php artisan route : remove
D
$ php artisan route : dest
Note:
Not available
Show answer
Show Note
Report
Question:
Within which file we can config our database connectivity?
A
Config/database.php
B
Routes/web.php
C
Databased/Model factory.php
D
App/address.php
Note:
Not available
Show answer
Show Note
Report
Question:
What purpose of laravel forges in laravel?
A
Conjunction with another hosting service
B
Connection with database
C
Loading the full application.
D
none of these
Note:
Not available
Show answer
Show Note
Report
Question:
Laravel currently supports databases, including
A
MySQL, PostgreSQL, SQLite, Microsoft SQL Server
B
MySQL, Oracle , SQLite, Microsoft SQL Server
C
MySQL, PostgreSQL, SQLite, Microsoft Access
D
MySQL, SQLite
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
Next
Last
/4
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd