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
    :Jul 14, 2026

Zend 200-710 Online Questions & Answers

  • Question 191:

    What is the return value of the following code: substr_compare("foobar", "bar", 3);

    A. -1
    B. 1
    C. TRUE
    E. FALSE

  • Question 192:

    What is the output of the following code?

    A. 1
    B. 2
    C. null

  • Question 193:

    What will be the result of the following operation? array_combine(array("A","B","C"), array(1,2,3));

    A. array("A","B","C",1,2,3)
    B. array(1,2,3,"A","B",C")
    C. array("A"=>1,"B"=>2,"C"=>3)
    D. array(1=>"A",2=>"B",3=>"C")
    E. array(1,2,3)

  • Question 194:

    Which sentence describes the following regular expression match? preg_match('/^\d+(?:\.[0-9]+)?$/', $test);

    A. It matches float numbers with thousand seperators.
    B. It matches float numbers without thousand seperators.
    C. It matches binary integer numbers.
    D. It matches any string.
    E. It does not match anything

  • Question 195:

    Which of the following tasks can be achieved by using magic methods? (Choose 3)

    A. Initializing or uninitializing object data
    B. Creating a new stream wrapper
    C. Creating an iterable object
    D. Processing access to undefined methods or properties
    E. Overloading operators like +, *, etc.
    F. Converting objects to string representation

  • Question 196:

    Which of the following is NOT possible using reflection?

    A. Analysing of nearly any aspect of classes and interfaces
    B. Analysing of nearly any aspect of functions
    C. Adding class methods
    D. Implement dynamic construction (new with variable class name)

  • Question 197:

    FILL BLANK

    What function can be used to determine the type of an object property?

  • Question 198:

    How many times will the function counter() be executed in the following code?

    function counter($start, and$stop)

    {

    if ($stop > $start)

    {

    return;

    }

    counter($start--, ++$stop);

    }

    $start = 5;

    $stop = 2;

    counter($start, $stop);

    A. 3
    B. 4
    C. 5
    D. 6

  • Question 199:

    What will an opcode cache ALWAYS automatically improve?

    A. Running time of a loop in a PHP script
    B. Efficiency of HTML markup generated by a PHP script
    C. Execution speed of a PHP script
    D. Memory footprint of a PHP script
    E. None of the above

  • Question 200:

    Given the following code, what will the output be:

    trait MyTrait {

    private $abc = 1;

    public function increment() {

    $this->abc++;

    }

    public function getValue() {

    return $this->abc;

    }

    }

    class MyClass {

    use MyTrait;

    public function incrementBy2() {

    $this->increment();

    $this->abc++;

    }

    }

    $c = new MyClass;

    $c->incrementBy2();

    var_dump($c->getValue());

    A. Fatal error: Access to private variable MyTrait::$abc from context MyClass
    B. Notice: Undefined property MyClass::$abc
    C. int(2)
    D. int(3)
    E. NULL

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.