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

    What is the output of the following code? echo 0x33, ' monkeys sit on ', 011, ' trees.';

    A. 33 monkeys sit on 11 trees.

    B. 51 monkeys sit on 9 trees.

    C. monkeys sit on trees.

    D. 0x33 monkeys sit on 011 trees.

  • Question 42:

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

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

  • Question 44:

    What will the following code piece print? echo strtr('Apples and bananas', 'ae', 'ea')

    A. Applas end benenes

    B. Epplas end benenes

    C. Apples and bananas

    D. Applas end bananas

  • Question 45:

    The constructs for(), foreach(), and each() can all be used to iterate an object if the object...

    A. implements ArrayAccess

    B. implements Iterator

    C. implements Iterator and ArrayAccess

    D. None of the above

  • Question 46:

    Which parts of the text are matched in the following regular expression?

    $text = <<

    The big bang bonged under the bung.

    EOT;

    preg_match_all('@b.n?g@', $text, $matches);

    A. bang bong bung

    B. bang bonged bung

    C. big bang bong bung

    D. big bang bung

  • Question 47:

    What will be the output of the following code?

    $a = array(0, 1, 2 => array(3, 4)); $a[3] = array(4, 5); echo count($a, 1);

    A. 4

    B. 5

    C. 8

    D. None of the above

  • Question 48:

    Given the following array:

    $a = array(28, 15, 77, 43);

    Which function will remove the value 28 from $a?

    A. array_shift()

    B. array_pop()

    C. array_pull()

    D. array_unshift()

  • Question 49:

    What will be the output value of the following code?

    $array = array(1,2,3); while (list(,$v) = each($array)); var_dump(current($array));

    A. bool(false)

    B. int(3)

    C. int(1)

    D. NULL

    E. Array

  • Question 50:

    What function can reverse the order of values in an array so that keys are preserved?

    A. array_flip()

    B. array_reverse()

    C. rsort()

    D. krsort()

    E. array_multisort()

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.