+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?
Hypeetext pre-processor
Personal Home Page
Php pre processor
Private Home Page
View Answer
2. What is the strpos() function used for?
Find the last character of a string
None of these
Locate position of a string’s first character
Search for character within a string
View Answer
3. The Update operation is similar to the ______ operation.
None of Them
Edit
Update
Create
View Answer
4. What gets printed?
33
37
38
32
View Answer
5. How do I create PHP arrays in a HTML
?
< input MyArray[] />
" required /> < input name="MyArray[]" />
" required /> < input ="MyArray[]" />
< input name= MyArray[]/>
View Answer
6. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
Local
Hosta
Public
All of them
View Answer
7. What is the purpose of $_SESSION[]?
Used to initialize a session.
Used to store variables of the current session
Used to register a global variable
none of the above
View Answer
8. What is the difference between echo and print?
They both behave the same.
Print is a function where as echo is not.
Print can take multiple parameters where as echo cannot
Echo can take multiple parameters where as print cannot
View Answer
9. Laravel uses the ________ design pattern.
CakePHP
Model-View-Controller
Wordpress
None of These
View Answer
10. Functions that are defined in the model and that replace along chain with a simple one are called _____.
None of Them
Model Events
Eloquent ORM
Event Listener
View Answer