I've done several of the practise exams. You can too: http://koduleht.eu/phptest/pytrin wrote:Until you take it, you can't just dismiss it like you have.
The fact is, any exam that tests your knowledge of syntax is a waste of time in my opinion. As an employer I honestly don't care if someone knows the answers to the sorts of questions in most of those tests. Proving you're a good developer is down to demonstrating you can solve a problem in a sensible way and then implement that in code - if you have to look up a function in the manual or ask another developer that's perfectly ok. What's important to me is that your processes are sound, not that you know "Which parameters would you pass to fopen() in order to open a file for reading and writing (Choose 2)?" (http://koduleht.eu/phptest/taketest.php?6 ... #11). You can look that up.