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


// commented code to end of line
/* commented code here */
# commented code to end of line
all of the above

View Answer

Convention
Laravel Components
Composer
Artisan Tool

View Answer

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

View Answer

Private Home Page
Php pre processor
Hypeetext pre-processor
Personal Home Page

View Answer

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

View Answer

None of These
CakePHP
Wordpress
Model-View-Controller

View Answer

|
#
$
*

View Answer

Hosta
All of them
Public
Local

View Answer

Model Events
Event Listener
None of Them
Eloquent ORM

View Answer

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

View Answer