200-710 Exam Details

  • Exam Code
    :200-710
  • Exam Name
    :Zend Certified Engineer
  • Certification
    :Zend Certifications
  • Vendor
    :Zend
  • Total Questions
    :233 Q&As
  • Last Updated
    :May 25, 2026

Zend 200-710 Online Questions & Answers

  • Question 161:

    How many elements does the array $pieces contain after the following piece of code has been executed? $pieces = explode("/", "///");

    B. 3
    C. 4
    D. 5

  • Question 162:

    In order to create an object storage where each object would be stored only once, you may use which of the following? (Choose 2)

    A. SplFixedArray
    B. SplObjectStorage
    C. SplString
    D. spl_object_hash
    E. spl_same_object

  • Question 163:

    Which of these statements about PDO is NOT true?

    A. PDO has built-in support for Large Objects (LOBs).
    B. Placeholders within PDO prepared statements need to be named.
    C. When something goes wrong, PDO can throw an instance of its own exception class.
    D. PDO does not emulate missing database features.

  • Question 164:

    What will the following code piece print? echo strtr('Apples and bananas', 'ae', 'ea')

    A. Applas end benenes
    B. Epplas end benenes
    C. Apples and bananas
    D. Applas end bananas

  • Question 165:

    Which of the following superglobals does not necessarily contain data from the client?

    A. $_POST
    B. $_SESSION
    C. $_GET
    D. $_SERVER

  • Question 166:

    What will be the output value of the following code?

    $array = array(1,2,3);

    while (list(,$v) = each($array));

    var_dump(current($array));

    A. bool(false)
    B. int(3)
    C. int(1)
    D. NULL
    E. Array

  • Question 167:

    What is the output of the following code? echo 0x33, ' monkeys sit on ', 011, ' trees.';

    A. 33 monkeys sit on 11 trees.
    B. 51 monkeys sit on 9 trees.
    C. monkeys sit on trees.
    D. 0x33 monkeys sit on 011 trees.

  • Question 168:

    Which of the following statements is NOT true?

    A. Class constants are public
    B. Class constants are being inherited
    C. Class constants can omit initialization (default to NULL)
    D. Class constants can be initialized by const

  • Question 169:

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

    A. application/x-www-form-urlencoded
    B. http/post
    C. text/html
    D. object/multipart-formdata

  • Question 170:

    Consider the following two files. When you run test.php, what would the output look like?

    test.php:

    include "MyString.php";

    print ",";

    print strlen("Hello world!");

    MyString.php:

    namespace MyFramework\String;

    function strlen($str)

    {

    return \strlen($str)*2; // return double the string length

    }

    print strlen("Hello world!")

    A. 12,12
    B. 12,24
    C. 24,12
    D. 24,24
    E. PHP Fatal error: Cannot redeclare strlen()

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Zend exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 200-710 exam preparations and Zend certification application, do not hesitate to visit our Vcedump.com to find your solutions here.