Zend Certified Engineer 200-710 Exam Questions

Page: 1 / 14
Total 232 questions
Question 1

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

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



Answer : D


Question 2

Before the headers are sent, how can you remove a previously set header?



Answer : A


Question 3

Your supervisor wants you to disallow PHP scripts to open remote HTTP and FTP resources using PHP's file functions. Which php.ini setting should you change accordingly?

See Below Explanation:




Answer : A


Question 4

What is the result of the following code?

class T

{

const A = 42 + 1;

}

echo T::A;



Answer : C


Question 5

What is the output of this code?

$world = 'world';

echo <<<'TEXT'

hello $world

TEXT;



Answer : C


Question 6

In a shared hosting environment, session data can be read by PHP scripts written by any user. How can you prevent this? (Choose 2)



Answer : A, B


Question 7

Which DOMElement property provides a reference to the list of the element's children?

See Below Explanation:




Answer : A


Page:    1 / 14   
Total 232 questions