200-550 Exam Details

  • Exam Code
    :200-550
  • Exam Name
    :Zend Certified PHP Engineer
  • Certification
    :Zend Certifications
  • Vendor
    :Zend
  • Total Questions
    :223 Q&As
  • Last Updated
    :May 27, 2026

Zend 200-550 Online Questions & Answers

  • Question 111:

    What is the name of the key in $_FILES['name'] that contains the number of bytes of the uploaded file?

  • Question 112:

    How should class MyObject be defined for the following code to work properly? Assume $array is an array and MyObject is a user-defined class.

    $obj = new MyObject(); array_walk($array, $obj);

    A. MyObject should extend class Closure
    B. MyObject should implement interface Callable
    C. MyObject should implement method __call
    D. MyObject should implement method __invoke

  • Question 113:

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

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

  • Question 114:

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

    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()

  • Question 116:

    Which of the following may be used in conjunction with CASE inside a SWITCH statement?

    A. A scalar
    B. An expression
    C. A boolean
    D. All of the above

  • Question 117:

    What would be the output of the following code?

    namespace MyFramework\DB;

    class MyClass {

    static function myName() {

    return __METHOD__;

    }

    }

    print MyClass::myName();

    A. MyFramework\DB\myName
    B. MyFramework\DB\MyClass\myName
    C. MyFramework\DB\MyClass::myName
    D. MyClass::myName

  • Question 118:

    Which of the following will NOT instantiate a DateTime object with the current timestamp?

    A. $date = new DateTime();
    B. $date = new DateTime('@' . time());
    C. $date = new DateTime('now');
    D. $date = new DateTime(time());

  • Question 119:

    How can a SimpleXML object be converted to a DOM object?

    A. dom_import_simplexml()
    B. dom_export_simplexml()
    C. simplexml_import_dom()
    D. SimpleXML2Dom()
    E. None of the above.

  • Question 120:

    What is the pattern modifier for handling UTF-8 encoded preg_* functionality?

    A. e
    B. u
    C. PHP does not support UTF-8 encoded strings
    D. A pattern modifier is not needed

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-550 exam preparations and Zend certification application, do not hesitate to visit our Vcedump.com to find your solutions here.