+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. What gets printed?
33
37
38
32
View Answer
2. What is the difference between echo and print?
Print can take multiple parameters where as echo cannot
Print is a function where as echo is not.
Echo can take multiple parameters where as print cannot
They both behave the same.
View Answer
3. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
Public
Local
Hosta
All of them
View Answer
4. _________ help in organizing codes by grouping requests that handle the codes in a single route and class.
Application
Views
Controllers
Models
View Answer
5. What does PHP stand for?
Private Home Page
Hypeetext pre-processor
Personal Home Page
Php pre processor
View Answer
6. Laravel uses the ________ design pattern.
None of These
Model-View-Controller
Wordpress
CakePHP
View Answer
7. In Key value pairs, the value should contain validating keywords separated by the _______ symbol.
|
*
#
$
View Answer
8. The main reason to use the query builder over writing SQL code manually is because _________.
It uses configuration mode for migration
It uses configuration mode for migration
It is rich in features
It has few SQLite directives
View Answer
9. ____________ function in PHP Returns a list of response headers sent (or ready to send)
header_sent()
Header_send()
headers_list()
header()
View Answer
10. What is the strpos() function used for?
Find the last character of a string
None of these
Search for character within a string
Locate position of a string’s first character
View Answer