200-710 Free Sample Questions

Zend Certified Engineer Practice Test
10/262 questions · Unlock full access
Q1

What is the output of the following code?

Question image
Q2Multiple answers

An unbuffered database query will (choose two):

Q3

One common security risk is exposing error messages directly in the browser. Which PHP configuration directive can be disabled to prevent this?

Q4

What is the output of the following code?

Q5

What is the difference between the spaceship operator ( ) and the strcmpO function?

Q6

What is the output of the following code?

Question image
Q7

What exception type will catch the error raised by the expression 2 / 0?

Q8

Which of the following statements about SOAP are NOT true?

Q9

Given a DateTime object that is set to the first second of the year 2017, which of the following samples will correctly return a date in the format ‘2017-01-01 00:00:01 ’?

Q10

Under what condition may HTTP headers be set from PHP if there is content echoed prior to the header function being used?