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 111:

    What is the output of the following code?

    class Bar {

    private $a = 'b';

    public $c = 'd';

    }

    $x = (array) new Bar();

    echo array_key_exists('a', $x) ? 'true' : 'false';

    echo '-';

    echo array_key_exists('c', $x) ? 'true' : 'false';

    A. false-false
    B. false-true
    C. true-false
    D. true-true

  • Question 112:

    When a class is defined as final it:

    A. Can no longer be extended by other classes.
    B. Means methods in the class are not over-loadable.
    C. Cannot be defined as such, final is only applicable to object methods.
    D. Cannot be instantiated.

  • Question 113:

    Your application uses PHP to accept and process file uploads. It fails to upload a file that is 5 MB in size, although upload_max_filesize is set to "10M". Which of the following configurations could be responsible for this outcome? (Choose 2)

    A. The PHP configuration option post_max_size is set to a value that is too small
    B. The web server is using an incorrect encoding as part of the HTTP response sent to the client
    C. The browser uses an incorrect encoding as part of the HTTP request sent to the server
    D. The hidden form field MAX_FILE_SIZE was set to a value that is too small
    E. PHP cannot process file uploads larger than 4 MB

  • Question 114:

    Which of the following are valid identifiers? (Choose 3)

    A. function 4You() { }
    B. function _4You() { }
    C. function object() { }
    D. $1 = "Hello";
    E. $_1 = "Hello World";

  • Question 115:

    Which of the following statements about Reflection is correct? Which of the following statements about Reflection are correct?

    A. Reflection is an extension that can be disabled
    B. Reflection is a new extension present only in PHP 7.0+
    C. Reflection only allows to reflect on built-in classes
    D. Built-in classes can be reflected on command line using php --rc

  • Question 116:

    Which php.ini setting is usually required to use an opcode cache?

    A. extension
    B. zend_extension
    C. optimizer
    D. dl

  • Question 117:

    Which of these elements can be encapsulated by namespaces and made accessible from the outside?

    A. Only classes
    B. Classes, functions and constants
    C. Classes, functions, constants and variables

  • Question 118:

    Which line of code can be used to replace the INSERT comment in order to output "hello"?

    class C {

    public $ello = 'ello';

    public $c;

    public $m;

    function __construct($y) {

    $this->c = static function($f) {

    // INSERT LINE OF CODE HERE

    };

    $this->m = function() {

    return "h";

    };

    }

    }

    $x = new C("h");

    $f = $x->c;

    echo $f($x->m);

    A. return $this->m() . "ello";
    B. return $f() . "ello";
    C. return "h". $this->ello;
    D. return $y . "ello";

  • Question 119:

    What is the output of the following code?

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

    A. 1
    B. 3
    C. 5
    D. 20
    E. 7

  • Question 120:

    You want to parse a URL into its single parts. Which function do you choose?

    A. parse_url()
    B. url_parse()
    C. get_url_parts()
    D. geturlparts()

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.