prepare yourself for zend certification exam

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

  • + mandaksk mandaksk 3 months ago
    In slide 15, it gives fatal error, because array cannot be passed when string is expected in strlen().
Post a comment
Embed Video
Edit your comment Cancel

3 Favorites

prepare yourself for zend certification exam - Presentation Transcript

  1. preparing yourself for zend certification exam presented by mahmud ahsan zend certified engineer software engineer, i2we inc. http://blog.thinkdiff.net
  2. topics
    • what is ze nd
    • what is zend certification exam
    • benefit of becoming a zce
    • zce exam procedure
  3. topics (continue)
    • syllabus
    • sample questions
    • study material
    • reference
    • conclusion
  4. what is zend
    • company behind php
    • [Ze] ev + A [nd] i
  5. what is zend certification exam
    • a php certification test
    • zend certified engineers ( zce ).
  6. benefit of becoming a zce
    • BETTER JOB
    • COMPETITIVE SALARY
  7. zce exam procedure
    • Pearson VUE Testing Center,
    • 70 questions in 90 minutes
    • 125$ exam fee
    • three type of questions:
    • MCQ, 1 right answer
    • MCQ, MORE right answers
    • Write short answer
  8. syllabus of zce exam
    • php basics
    • functions
    • arrays
    • object-oriented programming
    • security
    • xml and web services
  9. syllabus of zce exam (continue)
    • strings and patterns
    • databases and sql
    • web features
    • streams and network programming
    • php 4/5 differences
    • design and theory
  10. sample question
    • what is the output of:
    • $a = 'name';
    • $$a = "Paul";
    • echo $name ;
    • $a
    • name
    • Paul
    • A warning!
  11. answer
    • What is the output of:
    • $a = ' name ';
    • $$a = " Paul ";
    • echo $name ;
    • $a
    • name
    • Paul
    • A warning!
    Correct Answer
  12. sample question (continue)
    • _________________ object-oriented pattern is used to implement a class that must be instantiated only once for the entire lifespan of a script.
  13. 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.
  14. sample question (continue)
    • what is the output of:
    • echo strlen( 'php' ) ;
    • $a = array('ab', 'c');
    • echo strlen( $a ) ;
    • fatal error!
    • 33
    • 35
  15. answer (continue)
    • what is the output of:
    • echo strlen(' php ');
    • $a = array ('ab', 'c');
    • echo strlen($a);
    • fatal error!
    • 33
    • 35
    Correct Answer
  16. sample questions (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()
  17. sample questions (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
  18. study materials – books
  19. study materials – php manual
  20. study materials – google
    • search in google “zend certification”
    • read what other zce says about their preparation and exam experience
  21. study materials – mock exam
    • http://www.phparch.com/c/product/vulcan/view
  22. reference
    • zend company:
    • http://www.zend.com/en/
    • zend certification exam
    • http://www.zend.com/en/services/certification
    • http://www.zend.com/en/services/certification/pearson-vue
    • http://www.zend.com/en/services/certification/php-5-certification/
    • http://www.phpfever.com/zce-what-to-expect.html
    • self test before zend exam
    • http://www.phparch.com/c/product/vulcan/view
    • http://shiflett.org/blog/2005/apr/zend-certification-self-test
  23. Questions?

+ Mahmud AhsanMahmud Ahsan, 6 months ago

custom

2333 views, 3 favs, 2 embeds more stats

Zend Certifications set the industry standard for P more

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 2333
    • 2202 on SlideShare
    • 131 from embeds
  • Comments 1
  • Favorites 3
  • Downloads 111
Most viewed embeds
  • 81 views on http://blog.thinkdiff.net
  • 50 views on http://thinkdiff.net

more

All embeds
  • 81 views on http://blog.thinkdiff.net
  • 50 views on http://thinkdiff.net

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories