200-710 Zend Certified Engineer

Loading demo links...

Showing 1–3 of 15 questions

Question 1

When using password_hash() with the PASSWORD_DEFAULT algorithm constant, which of the following is true? (Choose 2)

Select all that apply, then click Submit answer.

  • The algorithm that is used for hashing passwords can change when PHP is upgraded.

  • The salt option should always be set to a longer value to account for future algorithm requirements.

  • The string length of the returned hash can change over time.

  • The hash algorithm that's used will always be compatible with crypt() .

Question 2

Which of the following items in the $_SERVER superglobal are important for authenticating the client when using HTTP Basic authentication? (Choose 2)

Select an option, then click Submit answer.

  • PHP_AUTH_TYPE

  • PHP_AUTH_PASSWORD

  • PHP_AUTH_DIGEST

  • PHP_AUTH_PW
    E: PHP_AUTH_USER

Question 3

What types of HTTP authentication are supported by PHP? (Choose 2)

Select all that apply, then click Submit answer.

  • Basic

  • Advanced

  • Strict

  • Digest
    E: Realm