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


33
37
32
38

View Answer

Laravel Components
Convention
Artisan Tool
Composer

View Answer

$a[4]
$a[3]
$a[1]
$a[2]

View Answer

Public
All of them
Local
Hosta

View Answer

All of Them
Requests
Yield
Resource Routing

View Answer

1
0.2
0.5
0

View Answer

strip_str
trim_str
strip
trim

View Answer

" required /> < input name="MyArray[]" />
< input MyArray[] />
< input name= MyArray[]/>
" required /> < input ="MyArray[]" />

View Answer

Find the last character of a string
Locate position of a string’s first character
None of these
Search for character within a string

View Answer

Echo can take multiple parameters where as print cannot
Print is a function where as echo is not.
They both behave the same.
Print can take multiple parameters where as echo cannot

View Answer