Can you suggest some good material, quizzes, and test books for preparing for Zend Certification (PHP 5)?
|
feedback
|
|
Afaik, the ZCE PHP5 certification is no longer offered. You can only do the ZCE 5.3 exam since Jan, 1st. However, most of the material for the 5 exam is fine for the 5.3 exam as well. Zend used to offer (still offers?) a certification bundle that includes a Study Guide and Mock exams. There is also a webinar. Those help you prepare for the exam. Please refer to the Certification FAQs for answers to some commonly asked questions. You should be able to understand PHP code you (hopefully) would never write in real life. The test has various questions asking about "What does this piece of code do?". You should also know the PHP API well. There will be memo-questions asking "What is the correct name of the function?" and then it offers you four variations of a function name. Pointless, but it's in there. Also see these blog post with additional tips:
| ||||
|
feedback
|
|
These should get you on track | ||||
|
feedback
|
|
Zend also now offers a recorded training for test prep. http://shop.zend.com/en/php-certification/php5-certification-recorded-training.html I purchased this myself to help prepare for my ZCE test, so far it's been impressive. | ||||
|
feedback
|