Brainbench: PHP5 Certification Posted by: Jordan in PHP on
I've been studying for about 3 months to take the Zend Certified Engineer PHP exam and believe I am ready to take the exam soon.  My study has just involved reading several books and taking practice exams.  I had an idea to take the Brainbench PHP5 Certification test as a practice exam and since my work pays for all of my certification training and exams it was free for me (the normal price is $49). 

The test limits you to 3 minutes per question and judges several areas of your PHP  knowledge.  The problem is some of the code examples could not possibly run (and they ask you for the results), several questions are on specialized APIs and a few of the questions were not even related to PHP. 

The question that sticks out in my mind is a SQL question (I had two).  Although I can't remember the exact question it was something like this:


 
  1. SELECT col1,col2 FROM tbl ????? col4='someVal';


What should go in place of the ?????  

The two questions were not that simplistic (although they were fairly simple) but you get the idea that this question doesn't directly relate to PHP.  Because of these two SQL questions Brainbench stated that databases are one of my strengths.

Aside from these few errors the overall test wasn't bad.  Anyone taking the test can easily cheat by loading another tab or browser and heading to the PHP manual.  Because of this I believe the certifications are useless to actual employers (but it can't hurt).  After passing the test I received a "masters" stamp (I'm not sure how high you need to score to get that) and a free certificate (it is on its way in the mail).



Trackback(0)
feed5 Comments
mikelbring
October 19, 2008
Votes: +0

SELECT col1,col2 FROM tbl ????? col4='someVal';

'WHERE' right?

Anyways good job.

report abuse
vote down
vote up
WingedPanther
October 21, 2008
Votes: +0

It reminds me of a few years back when I was looking at BrainBench certs in C and C++. I think I actually took one on MS-DOS. Overall, it's one of those tests where a person with a good book (or browser) that is properly indexed should have no problem with. I'd have a hard time taking a BrainBench cert seriously as an employer.

report abuse
vote down
vote up
Amrosama
October 24, 2008
Votes: +0

I dont think certificates are important.
But what really matters is what the employers think about them

report abuse
vote down
vote up
F-eeks
November 24, 2008
Votes: +0

SELECT col1,col2 FROM tbl ????? col4='someVal';

'WHERE' right?

Anyways good job.


I don't think so. I only see

SELECT col1,col2 FROM tbl [WHERE 1=1 AND] col4='someVal';

It works, but it's stupid.

report abuse
vote down
vote up
mikelbring
November 24, 2008
Votes: +0

Its the same thing is one more condition

report abuse
vote down
vote up

Write comment
 
 
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger
 

security image
Write the displayed characters


busy