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

    What information can be used to reliably determine the type of an uploaded file?

    A. MIME type
    B. File name extension
    C. Contents of the file

  • Question 202:

    What is the output of the following code?

    A. string(0) ""
    B. bool(false)
    C. string(1) "!"
    D. string(2) "k!"

  • Question 203:

    In the following code, which classes can be instantiated?

    abstract class Graphics {

    abstract function draw($im, $col);

    }

    abstract class Point1 extends Graphics {

    public $x, $y;

    function __construct($x, $y) {

    $this->x = $x;

    $this->y = $y;

    }

    function draw($im, $col) {

    ImageSetPixel($im, $this->x, $this->y, $col);

    }

    }

    class Point2 extends Point1 { }

    abstract class Point3 extends Point2 { }

    A. Graphics
    B. Point1
    C. Point2
    D. Point3
    E. None, the code is invalid

  • Question 204:

    An unbuffered database query will: (Choose 2)

    A. Return the first data faster
    B. Return all data faster
    C. Free connection faster for others scripts to use
    D. Use less memory

  • Question 205:

    Late static binding is used in PHP to:

    A. Load dynamic libraries and extensions at runtime
    B. Use caller class information provided in static method call
    C. Resolve undefined class names by automatically including needed files
    D. Find proper method to call according to the call arguments

  • Question 206:

    CORRECT TEXT

    Consider the following code:

    $result = $value1 ??? $value2;

    Which operator needs to be used instead of ??? so that $result equals $value1 if $value1 evaluates to true, and equals $value2 otherwise? Just state the operator as it would be required in the code.

  • Question 207:

    Which elements does the array returned by the function pathinfo() contain?

    A. root, dir, file
    B. dirname, filename, fileextension
    C. dirname, basename, extension
    D. path, file

  • Question 208:

    Which of the following functions will allow identifying unique values inside an array?

    A. array_unique_values
    B. array_distinct
    C. array_count_values
    D. array_intersect
    E. array_values

  • Question 209:

    What is the output of the following code?

    function append($str)

    {

    $str = $str.'append';

    }

    function prepend(and$str)

    {

    $str = 'prepend'.$str;

    }

    $string = 'zce';

    append(prepend($string));

    echo $string;

    A. zceappend
    B. prependzceappend
    C. prependzce
    D. zce

  • Question 210:

    Assuming UTF-8 encoding, what is the value of $count?

    B. 4
    C. 5
    D. 7

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.