Zend Certification
Moderator: General Moderators
Zend Certification
I searched for this topic, and it brought up an ollld one, so I decided to make this one.
For what it's worth, I'm considering taking the Zend Certified Engineer test. I took the self-test, and I got 7/8 right. I think I missed the apache one about the best way to install php4 and php5 on the same webserver... which really didn't seem like a PHP question.
I don't really want to do contracted or freelance work. PHP's actually quite boring me lately. =/ But, it would be pretty cool to brag about.
That said, has anyone taken it before? Surely all the questions can't be multiple choice and as (seemingly) easy as the self-test questions.
I think the only thing I'm insecure about are:
-sockets
-ftp functions
... I think that's about it.
Is anyone on this board a zend certified engineer?
For what it's worth, I'm considering taking the Zend Certified Engineer test. I took the self-test, and I got 7/8 right. I think I missed the apache one about the best way to install php4 and php5 on the same webserver... which really didn't seem like a PHP question.
I don't really want to do contracted or freelance work. PHP's actually quite boring me lately. =/ But, it would be pretty cool to brag about.
That said, has anyone taken it before? Surely all the questions can't be multiple choice and as (seemingly) easy as the self-test questions.
I think the only thing I'm insecure about are:
-sockets
-ftp functions
... I think that's about it.
Is anyone on this board a zend certified engineer?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Here I go ranting about buying books again, but I really recommend the Practice Test book and the Study Guide (they're both cheap on Amazon).
If you're serious about passing it and don't want to do re-tests because of failing it one or two times, read those. It could end up saving you money. Plus it's also a good language reference.
That's what I do for pretty much any test I need to take. Hunt down the practice test. Hunt down the study guide (or create my own). Cram, cram, cram. Pass.
Why I like these two things a lot is because I've come to learn, it doesn't matter how much you know or how good you are, passing often depends on mastering their way of presenting questions and knowing exactly what areas to focus your studying attention on. This applies to so many things, not just this Zend Cert. Plus, most test creators have making it challenging down to a science, so it's only logical that you have studying and preparing for tests down to a science, too.
If you're serious about passing it and don't want to do re-tests because of failing it one or two times, read those. It could end up saving you money. Plus it's also a good language reference.
That's what I do for pretty much any test I need to take. Hunt down the practice test. Hunt down the study guide (or create my own). Cram, cram, cram. Pass.
Why I like these two things a lot is because I've come to learn, it doesn't matter how much you know or how good you are, passing often depends on mastering their way of presenting questions and knowing exactly what areas to focus your studying attention on. This applies to so many things, not just this Zend Cert. Plus, most test creators have making it challenging down to a science, so it's only logical that you have studying and preparing for tests down to a science, too.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Yes, it is $125 USD. It's also given in lots of locations (even my small home town has a place to take the test).
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Imho "Zend Certifified" doesn't say much about someones capabilities... If i were an employer i'd look for previous work (or posts on phpdn)...
On the other hand, i admit that i've considered taking the exam, for "bragging" purposes... But when i'm about to make the move, i always choose to buy a couple of good books with the money i'd spend on the exam instead.
On the other hand, i admit that i've considered taking the exam, for "bragging" purposes... But when i'm about to make the move, i always choose to buy a couple of good books with the money i'd spend on the exam instead.
Since Zend is pretty much THEE governing body of PHP, aside from a large-scale website or open-source software, a ZCE is pretty much the ultimate bragging piece.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I got my certification last month after starting to see job listings specifically asking for it. I did a few of the practice tests online to prep for it, and I found that I could recieve a "passing" grade after correctly answering about half of the questions. These tests both are produced by Zend, and they adverstise that the online test closely matches to how the real test would be scored.
Now I understand that there should be some leniency for how obscure some of the information on the test is, but 50%??? This means that I could recieve my PHP5 certification while failing the entire OOP syntax, the PHP4 to PHP 5 differences, and the security sections of the test.
What's much more difficult than finding someone who has their certification is finding someone who failed the test. Zend says that there's an 80% pass rate, far higher than certification exams of competetive languages. Honestly, the whole experience of how easy it was to pass the test just cheapened the certification to me. I think that Zend made the test very easy to pass as an effort to gain market share with employers and establish name recognition, rather than something that lets the true professional developers stand out.
Now I understand that there should be some leniency for how obscure some of the information on the test is, but 50%??? This means that I could recieve my PHP5 certification while failing the entire OOP syntax, the PHP4 to PHP 5 differences, and the security sections of the test.
What's much more difficult than finding someone who has their certification is finding someone who failed the test. Zend says that there's an 80% pass rate, far higher than certification exams of competetive languages. Honestly, the whole experience of how easy it was to pass the test just cheapened the certification to me. I think that Zend made the test very easy to pass as an effort to gain market share with employers and establish name recognition, rather than something that lets the true professional developers stand out.
- ReverendDexter
- Forum Contributor
- Posts: 193
- Joined: Tue May 29, 2007 1:26 pm
- Location: Chico, CA
Yes, but you're also a techie, and understand that you can pass a cert exam by studying the right book, not necessarily by knowing the material.timvw wrote:Imho "Zend Certifified" doesn't say much about someones capabilities... If i were an employer i'd look for previous work (or posts on phpdn)...
If the people hiring aren't technical, having a cert could certianly make up for less experience, if not eclipse it entrirely. Especially if you don't have a lot (or any) professional experience, a cert is an easy way to show people that you've at least put effort into learning the material. I guess what I'm trying to say is that it's more of a way of getting your foot in the door than securing the job.