23
preparing yourself preparing yourself for for zend certification zend certification exam exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc. http://blog.thinkdiff.net

prepare yourself for zend certification exam

Embed Size (px)

DESCRIPTION

Zend Certifications set the industry standard for PHP certifications, recognizing outstanding expertise and delivering a measure of distinction for PHP 5. In this presentation slide, i focus why we should prepare for such an exam, what's the study material..

Citation preview

Page 1: prepare yourself for zend certification exam

preparing yourself preparing yourself for for

zend certification zend certification examexam

presented by

mahmud ahsan

zend certified engineer

software engineer, i2we inc.

http://blog.thinkdiff.net

Page 2: prepare yourself for zend certification exam

topicstopicswhat is zendwhat is zend certification exambenefit of becoming a zcezce exam procedure

Page 3: prepare yourself for zend certification exam

topics (continue)topics (continue)syllabussample questionsstudy materialreferenceconclusion

Page 4: prepare yourself for zend certification exam

what is zendwhat is zendcompany behind php[Ze]ev + A[nd]i

Page 5: prepare yourself for zend certification exam

what is zend certification what is zend certification examexama php certification test zend certified engineers (zce).

Page 6: prepare yourself for zend certification exam

benefit of becoming a zcebenefit of becoming a zce

BETTER JOBCOMPETITIVE SALARY

Page 7: prepare yourself for zend certification exam

zce exam procedurezce exam procedurePearson VUE Testing Center,70 questions in 90 minutes125$ exam fee three type of questions:1. MCQ, 1 right answer2. MCQ, MORE right answers3. Write short answer

Page 8: prepare yourself for zend certification exam

syllabus of zce examsyllabus of zce examphp basicsfunctionsarraysobject-oriented programmingsecurityxml and web services

Page 9: prepare yourself for zend certification exam

syllabus of zce exam syllabus of zce exam (continue)(continue)strings and patternsdatabases and sql web featuresstreams and network

programmingphp 4/5 differencesdesign and theory

Page 10: prepare yourself for zend certification exam

sample questionsample question

what is the output of:$a = 'name';$$a = "Paul";echo $name;

1.$a2.name3.Paul4.A warning!

Page 11: prepare yourself for zend certification exam

answeranswer

What is the output of:$a = 'name';$$a = "Paul";echo $name;

1.$a2.name

3.Paul4.A warning!

Correct Answer

Page 12: prepare yourself for zend certification exam

sample question sample question (continue)(continue) _________________ object-oriented

pattern is used to implement a class that must be instantiated only once for the entire lifespan of a script.

Page 13: prepare yourself for zend certification exam

answer (continue)answer (continue)

singleton object-oriented pattern is used to implement a class that must be instantiated only once for the entire lifespan of a script.

Page 14: prepare yourself for zend certification exam

sample question sample question (continue)(continue)what is the output of: echo strlen('php');$a = array('ab', 'c');echo strlen($a);

1.fatal error!2.333.35

Page 15: prepare yourself for zend certification exam

answer (continue)answer (continue)

what is the output of: echo strlen('php'); $a = array('ab', 'c');echo strlen($a);

1.fatal error!2.33

3.35 Correct Answer

Page 16: prepare yourself for zend certification exam

sample questions sample questions (continue)(continue) which of the following functions can be

used to break a string into an array based on a specific pattern? (Choose 2)

A. preg_split()B. ereg()C. str_split()D. explode()E. chop()

Page 17: prepare yourself for zend certification exam

sample questions sample questions (continue)(continue) which of the following functions can be

used to break a string into an array based on a specific pattern? (Choose 2)

A. preg_split()B. ereg()C. str_split()D. explode()E. chop()

Correct Answer

Page 18: prepare yourself for zend certification exam

study materials – booksstudy materials – books

Page 19: prepare yourself for zend certification exam

study materials – php study materials – php manualmanual

Page 20: prepare yourself for zend certification exam

study materials – googlestudy materials – googlesearch in google “zend

certification”read what other zce says about

their preparation and exam experience

Page 21: prepare yourself for zend certification exam

study materials – mock study materials – mock examexamhttp://www.phparch.com/c/product/vulcan/

view

Page 22: prepare yourself for zend certification exam

referencereferencezend company:http://www.zend.com/en/

zend certification examhttp://www.zend.com/en/services/certificationhttp://www.zend.com/en/services/certification/

pearson-vuehttp://www.zend.com/en/services/certification/php-

5-certification/http://www.phpfever.com/zce-what-to-expect.html

self test before zend examhttp://www.phparch.com/c/product/vulcan/viewhttp://shiflett.org/blog/2005/apr/zend-certification-

self-test

Page 23: prepare yourself for zend certification exam

Questions?Questions?