preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer...

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

Upload: pierce-berry

Post on 02-Jan-2016

220 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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

Page 3: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

topics (continue)topics (continue)syllabussample questionsstudy materialreferenceconclusion

Page 4: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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

Page 5: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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

Page 6: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

benefit of becoming a zcebenefit of becoming a zce

BETTER JOBCOMPETITIVE SALARY

Page 7: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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

Page 9: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

sample questionsample question

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

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

Page 11: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

answeranswer

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

1.$a2.name

3.Paul4.A warning!

Correct Answer

Page 12: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

study materials – booksstudy materials – books

Page 19: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

study materials – php study materials – php manualmanual

Page 20: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

study materials – googlestudy materials – googlesearch in google “zend

certification”read what other zce says about

their preparation and exam experience

Page 21: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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

view

Page 22: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

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: Preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc

Questions?Questions?