Zend Certified Engineer 200-710 Exam Questions

Page: 1 / 14
Total 232 questions
Question 1

Which one of the following XML declarations is NOT valid?



Answer : D


Question 2

Which interfaces could class C implement in order to allow each statement in the following code to work? (Choose 2)

$obj = new C();

foreach ($obj as $x => $y) {

echo $x, $y;

}



Answer : A, C


Question 3

How can you determine whether a PHP script has already sent cookies to the client?



Answer : C


Question 4

Which of the following rules must every correct XML document adhere to? (Choose 2)



Answer : A, B


Question 5

Type hinting in PHP allows the identification of the following variable types: (Choose 2)



Answer : C, D


Question 6

What is the output of the following code?

echo "1" + 2 * "0x02";



Answer : C


Question 7

Which technique should be used to speed up joins without changing their results?



Answer : A


Page:    1 / 14   
Total 232 questions