Exam Details

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

Zend Zend Certified 200-550 Questions & Answers

  • Question 11:

    What is the output of the following code?

    function increment ($val)

    {

    ++$val;

    }

    $val = 1;

    increment ($val);

    echo $val;

  • Question 12:

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

  • Question 13:

    What is the output of the following code?

    function increment ($val)

    {

    $val = $val + 1;

    }

    $val = 1;

    increment ($val);

    echo $val;

  • Question 14:

    Which PHP function is used to validate whether the contents of $_FILES['name']['tmp_name'] have really been uploaded via HTTP, and also save the contents into another folder?

  • Question 15:

    What is the name of the key for the element in $_FILES['name'] that contains the provisional name of the uploaded file?

  • Question 16:

    Which SPL class implements fixed-size storage?

  • Question 17:

    Which PHP function is used to validate whether the contents of $_FILES['name']['tmp_name'] have really been uploaded via HTTP?

  • Question 18:

    Consider the following code. Which keyword should be used in the line marked with "KEYWORD" instead

    of "self" to make this code work as intended?

    abstract class Base {

    protected function __construct() {

    }

    public static function create() {

    return new self(); // KEYWORD

    }

    abstract function action();

    }

    class Item extends Base {

    public function action() { echo __CLASS__; }

    }

    $item = Item::create();

    $item->action(); // outputs "Item"

  • Question 19:

    Your supervisor wants you to disallow PHP scripts to open remote HTTP and FTP resources using PHP's file functions. Which php.ini setting should you change accordingly?

  • Question 20:

    Which of the following is NOT a requirement for file uploads to work?

    A. The PHP directive file_uploads must be set to On

    B. The form's method attribute must be set to "post"

    C. The form must include a hidden input element with the name set to "MAX_FILE_SIZE"

    D. The form's enctype attribute must be set to "multipart/form-data"

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.