Zend 200-710 Zend Certified Engineer Exam Practice Test

Page: 1 / 14
Total 232 questions
Question 1

When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?



Answer : B


Question 2

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



Answer : B


Question 3

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

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



Answer : D


Question 4

What will be the result of the following operation?

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



Answer : C


Question 5

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 6

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



Answer : D


Question 7

Which is the most efficient way to determine if a key is present in an array, assuming the array has no NULL values?



Answer : B


Page:    1 / 14   
Total 232 questions