200-500 Zend PHP 5 Certification

Loading demo links...

Showing 10–12 of 15 questions

Question 10 (Volume D)

Which technique should be used to speed up joins without changing their results?

Select an option, then click Submit answer.

  • Add indices on joined columns

  • Add a WHERE clause

  • Add a LIMIT clause

  • Use an inner join


Question 11 (Volume D)

PHP's array functions such as array_values() and array_key_exists() can be used on an object if the object...

Select an option, then click Submit answer.

  • implements Traversable

  • is an instance of ArrayObject

  • implements ArrayAccess

  • None of the above


Question 12 (Volume B)

Which of the following did not result in an output error in PHP 4 but does in PHP 5?

Select an option, then click Submit answer.

  • Using 'var' as an access modifier.

  • Assigning a new object instance to $this in a constructor.

  • Passing an object by-reference.

  • Passing an object by-value.