+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. Which of the following enables the user to add elements to the project that follow the laravel convention?
Laravel Components
PHP code
Artisan Tool
Composer
View Answer
2. Which of the following methods is used to retrieve records?
all()
retrieve()
find()
get()
View Answer
3. ______ refers to the concept of sending records in blocks.
Pagination
Authentication
Validation
Routing
View Answer
4. The ______ in laravel helps in creating tables.
schema builder class
rows
columns
foreign keys
View Answer
5. The ________ method uses the URL, two argument, and the closure function that is executed in responsive to the ULR.
Get
Put
Set
Push
View Answer
6. The _____ methods is used to create a table.
down
up
Create
set
View Answer
7. ______ helps in implementing CRUD operation.
Operators
Eloquent ORM
Routes
DB query builder class
View Answer
8. Function that are defined in the model and that replace a long chain with a simple one are called_______.
Model Events
Eloquent ORM
Event Listeners
Query Scopes
View Answer
9. When creating a record, it is necessary to include the _________ keyword array to prevent any malicious attempt.
$columns
$fields
$fillable
$rows
View Answer
10. Using which of the following methods can you selects a column name?
get
where
big increments
find
View Answer