+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. ____________ function in PHP Returns a list of response headers sent (or ready to send)
header()
headers_list()
Header_send()
header_sent()
View Answer
2. Which of the following enables the user to add elements to the project that follow the Laravel convention?
Laravel Components
Composer
Convention
Artisan Tool
View Answer
3. What does PHP stand for?
Private Home Page
Hypeetext pre-processor
Php pre processor
Personal Home Page
View Answer
4. How do I create PHP arrays in a HTML
?
" required /> < input name="MyArray[]" />
< input MyArray[] />
" required /> < input ="MyArray[]" />
< input name= MyArray[]/>
View Answer
5. Which of the following is used to declare a constant?
const
#pragma
define
constant
View Answer
6. 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );
$a[2]
$a[3]
$a[1]
$a[4]
View Answer
7. _________ help in organizing codes by grouping requests that handle the codes in a single route and class.
Models
Application
Views
Controllers
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
Eloquent ORM
Model Events
View Answer
9. The Update operation is similar to the ______ operation.
Edit
Update
Create
None of Them
View Answer
10. What is the purpose of $_SESSION[]?
Used to initialize a session.
Used to register a global variable
Used to store variables of the current session
none of the above
View Answer