Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Changed 200-550 Exam Questions

Page: 2 / 8
Total 223 questions

Zend Certified PHP Engineer Questions and Answers

Question 5

Which of the following are NOT acceptable ways to create a secure password hash in PHP? (Choose 2)

Options:

A.

md5()

B.

hash_pbkdf2()

C.

password_hash()

D.

crypt()

E.

openssl_digest()

Question 6

Which of the following can be registered as entry points with a SoapServer instance (choose 2):

Options:

A.

A single function

B.

A single method from a class

C.

All methods from a class

D.

All classes defined in a script

Question 7

Which of the following is an invalid DOM save method?

Options:

A.

save()

B.

saveFile()

C.

saveXML()

D.

saveHTML()

E.

saveHTMLFile()

Question 8

Which of the following is correct? (Choose 2)

Options:

A.

A class can extend more than one class.

B.

A class can implement more than one class.

C.

A class can extend more than one interface.

D.

A class can implement more than one interface.

E.

An interface can extend more than one interface.

F.

An interface can implement more than one interface.

Page: 2 / 8
Total 223 questions