ZCE - has anyone sat this qualification?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

ZCE - has anyone sat this qualification?

Post by greyhoundcode »

Has anyone recently sat and passed the ZCE certification, and if so how do you prepare and how high (or low) would you say the bar is set?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: ZCE - has anyone sat this qualification?

Post by RobertGonzalez »

I am going to be taking mine in two weeks (as long as the ZendCon folks managed to get my request right).
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: ZCE - has anyone sat this qualification?

Post by greyhoundcode »

I'm interested in taking it myself: have you undergone formal training for it or just self study?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: ZCE - has anyone sat this qualification?

Post by RobertGonzalez »

My company sprang for a few PHP|Architect classes that included the ZCE course. I got 10 free practice exams with it. I have heard that the practice tests are nothing like the real one though. We'll find out in a couple of weeks.

I do have the PHP|Arch ZCE study book though. That is a great little tool even if you just want to learn the finer points of the language.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: ZCE - has anyone sat this qualification?

Post by onion2k »

I looked at taking it a couple of years back but the practise questions just seemed to be a bunch of silly trivia things like "What does count() return when used on a string?". Knowing stuff like that doesn't tell anyone you're a decent developer so I didn't pursue it.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: ZCE - has anyone sat this qualification?

Post by RobertGonzalez »

From what I have seen the ZCE PHP5 is totally not that way. There is a lot of stuff on there about OOP, Patterns, reference, statics, arrays, regexp and the like.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: ZCE - has anyone sat this qualification?

Post by jayshields »

onion2k wrote:"What does count() return when used on a string?"
I don't understand why they use programming questions like that. Especially when they go into things like "What does explode(" g g g g", "g g g") return?" because no one needs to memorise things like argument orders, it's about 3 seconds away in the manual.

They'd be better off giving you problems to solve and not marking too harsh on PHP specific things that people don't need to memorise.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: ZCE - has anyone sat this qualification?

Post by RobertGonzalez »

Have any of you taken the practice tests? I will record the next one I take so you can see it. The questions are totally not that way. You almost have to think like the PHP parser on some of them. On others, it makes you wonder why they put that in there. Of course, these are just the practice tests so I am not sure how closely they resemble the real deal.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: ZCE - has anyone sat this qualification?

Post by jayshields »

I haven't ever seen a test on PHP of any kind, but have taken some Java/Visual Basic tests with stupid questions like I described.
dml
Forum Contributor
Posts: 133
Joined: Sat Jan 26, 2008 2:20 pm

Re: ZCE - has anyone sat this qualification?

Post by dml »

I'm studying for the ZCE at the moment. I don't think the questions have very much real-world significance either, I treat them as training exercises that isolate basic skills and force you to perfect them. It's like if you're learning a sport, there's no more natural and fun way than to play full games, but it's also enormously helpful to do drills that work on one skill in isolation.

I don't find the learning very interesting, but the effort pays for itself fairly quickly - I'm a faster coder and make fewer mistakes because I've got a much more precise model in my brain of the parser and runtime environment, and I save a lot of time not reinventing the wheel because I've spent a few evenings going through every string and array function from a to z.

As for the argument order of explode(), I'm trying to remember it in case it comes up, but I don't think it's worth knowing and I hope they don't ask questions like that - I have a lot of respect for trivia, and what good trivia questions and good certification questions have in common is that they only seem to be trivial, but they can actually be answered by applying basic principles, thinking through the possibilities, and following a process of elimination.
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: ZCE - has anyone sat this qualification?

Post by greyhoundcode »

Cheers for the feedback, it's interesting to hear what others think. The ZCE itself certainly sounds like it might be worth a shot, after all nearly every qualification has its share of pointless questions and so on, but they all do demonstrate a certain level of ability.
Post Reply