+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
Softwares
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. How do I create PHP arrays in a HTML
?
" required /> < input name="MyArray[]" />
< input MyArray[] />
" required /> < input ="MyArray[]" />
< input name= MyArray[]/>
View Answer
2. In Key value pairs, the value should contain validating keywords separated by the _______ symbol.
$
|
#
*
View Answer
3. ____________ function in PHP Returns a list of response headers sent (or ready to send)
header()
Header_send()
headers_list()
header_sent()
View Answer
4. What is the purpose of $_SESSION[]?
Used to initialize a session.
Used to store variables of the current session
none of the above
Used to register a global variable
View Answer
5. What gets printed?
37
32
38
33
View Answer
6. Laravel uses the ________ design pattern.
CakePHP
Wordpress
None of These
Model-View-Controller
View Answer
7. What is the strpos() function used for?
Search for character within a string
None of these
Find the last character of a string
Locate position of a string’s first character
View Answer
8. What does PHP stand for?
Personal Home Page
Php pre processor
Hypeetext pre-processor
Private Home Page
View Answer
9. The Update operation is similar to the ______ operation.
Create
Edit
None of Them
Update
View Answer
10. Which of the following is the way to create comments in PHP?
// commented code to end of line
/* commented code here */
all of the above
# commented code to end of line
View Answer