+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. What does PHP stand for?
Private Home Page
Personal Home Page
Hypeetext pre-processor
Php pre processor
View Answer
2. Laravel uses the ________ design pattern.
CakePHP
Wordpress
Model-View-Controller
None of These
View Answer
3. In which variable is the users IP address stored?
$REMOTE_ADDR
$_ENV
$GLOBALS
$DOMAIN
View Answer
4. Which function is used to Strip whitespace (or other characters) from the beginning and end of a string?
trim
strip_str
trim_str
strip
View Answer
5. ____________ function in PHP Returns a list of response headers sent (or ready to send)
header_sent()
headers_list()
header()
Header_send()
View Answer
6. What is the purpose of $_SESSION[]?
Used to store variables of the current session
Used to register a global variable
none of the above
Used to initialize a session.
View Answer
7. How do I create PHP arrays in a HTML
?
" required /> < input ="MyArray[]" />
< input name= MyArray[]/>
" required /> < input name="MyArray[]" />
< input MyArray[] />
View Answer
8. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
Local
All of them
Hosta
Public
View Answer
9. The Update operation is similar to the ______ operation.
None of Them
Create
Update
Edit
View Answer
10. What gets printed?
33
37
32
38
View Answer