Zend 200-710 Zend Certified Engineer Exam Practice Test

Page: 1 / 14
Total 232 questions
Question 1

What function can reverse the order of values in an array so that keys are preserved?



Answer : B


Question 2

Which of the following expressions will evaluate to a random value from an array below?

$array = array("Sue","Mary","John","Anna");



Answer : D


Question 3

What will be the result of the following operation?

array_combine(array("A","B","C"), array(1,2,3));



Answer : C


Question 4

Which value will be assigned to the key 0 in this example?

$foo = array(true, '0' => false, false => true);

See Below Explanation:




Answer : A


Question 5

An object can be counted with count() and sizeof() if it...



Answer : D


Question 6

What is the method used to execute XPath queries in the SimpleXML extension?



Answer : B


Question 7

How can a SimpleXML object be converted to a DOM object?



Answer : A


Page:    1 / 14   
Total 232 questions