Zend Certified Engineer 200-710 Exam Questions

Page: 1 / 14
Total 232 questions
Question 1

Which of the following can NOT be used to send a cookie from within a PHP application?



Answer : B


Question 2

When retrieving data from URLs, what are valid ways to make sure all file_get_contents calls send a certain user agent string? (Choose 2)



Answer : A, C


Question 3

Which of the following is NOT true about PHP traits? (Choose 2)



Answer : B, E


Question 4

What content-type is required when sending an HTTP POST using JavaScript to ensure that PHP can access the data?



Answer : A


Question 5

Which of the following parts must a XML document have in order to be well-formed?



Answer : B


Question 6

How should class MyObject be defined for the following code to work properly? Assume $array is an array and MyObject is a user-defined class.

$obj = new MyObject();

array_walk($array, $obj);



Answer : D


Question 7

What is the output of the following code?

function increment ($val)

{

$_GET['m'] = (int) $_GET['m'] + 1;

}

$_GET['m'] = 1;

echo $_GET['m'];

See Below Explanation:




Answer : A


Page:    1 / 14   
Total 232 questions