+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. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
Local
Public
Hosta
All of them
View Answer
2. _________ automatically assign routes to all functions that have been declared in the Resource.
Resource Routing
Yield
All of Them
Requests
View Answer
3. How do I create PHP arrays in a HTML
?
" required /> < input ="MyArray[]" />
" required /> < input name="MyArray[]" />
< input name= MyArray[]/>
< input MyArray[] />
View Answer
4. The Update operation is similar to the ______ operation.
Create
Update
Edit
None of Them
View Answer
5. Which of the following enables the user to add elements to the project that follow the Laravel convention?
Composer
Artisan Tool
Convention
Laravel Components
View Answer
6. 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );
$a[2]
$a[4]
$a[3]
$a[1]
View Answer
7. The main reason to use the query builder over writing SQL code manually is because _________.
It uses configuration mode for migration
It has few SQLite directives
It is rich in features
It uses configuration mode for migration
View Answer
8. Functions that are defined in the model and that replace along chain with a simple one are called _____.
Event Listener
None of Them
Model Events
Eloquent ORM
View Answer
9. What will be the value of $var?
1
0
0.5
0.2
View Answer
10. What gets printed?
32
37
33
38
View Answer