200-710 Zend Certified Engineer

Loading demo links...

Showing 4–6 of 15 questions

Question 4

Which of the following methods are available to limit the amount of resources available to PHP through php.ini? (Choose 2)

Select all that apply, then click Submit answer.

  • Limit the amount of memory a script can consume

  • Limit the total amount of memory PHP uses on the entire server

  • Limit the maximum execution time of a script

  • Limit the maximum number of concurrent PHP processes
    E: Limit the maximum number of concurrent PHP threads

Question 5

When tracking upload progress with sessions, the values of 2 INI settings are needed to determine the key in $_SESSION of the upload progress data. What are the INI settings? (Choose 2)

Select an option, then click Submit answer.

  • session.upload_progress.file

  • session.upload_progress.key

  • session.upload_progress.prefix

  • session.upload_progress.freq
    E: session.upload_progress.name

Question 6

When a query that is supposed to affect rows is executed as part of a transaction, and reports no affected rows, it could mean that: (Choose 2)

Select all that apply, then click Submit answer.

  • The transaction failed

  • The transaction affected no lines

  • The transaction was rolled back

  • The transaction was committed without error