Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.
If you really want to find out more, buy me a Guinness
Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]
However, on Friday we had an "exam". It lasted 90 minutes and dispite all the cloak and dagger aspects of a professional exam, it was a limp wristed effort. To qualify, my own performance was not up to scratch and there were some simple questions that I just had brain-fade with. However, of the 8 people who sat the exam, only 2 passed and both just barely.
So was it a hard exam? Most definitely not. It was however, full of ambiguous, woolly and downright confusing questions. Bare in mind that this is an Linux Administrators exam, so what does knowing who writes the Linux HOWTOs enable you to run a cron job? The worst possible aspect of the "exam" was on several questions they wanted a definitive answer to a question that could result in multiple answers, such as in the minutes field of a crontab how do you write 'every 2 minutes'? I wrote both answers and judging from the scorecard I got marked down! Another was asking for a specific result of a theoretical logging application (I assumed it referred to syslog, but who's to say it wasn't something else). Having to second guess examiners should not be part of any exam. What is the "normal exit value of a process"? Without qualifying that, any documented success or error code can be deemed normal.
The other examinees all thought I was doing another exam, seeing as I was writing so much, until they realised I filled in the 'Comments' box for virtually every question. Afterwards I was asked whether I would take the exam again. If the questions are going to be as flakey as this exam, I think not.
I've been using Unix for nearly 18 years, it's not like I'm a novice or anything! While I didn't expect to walk it or anything, I was expecting something closer to the rehearsal test (77%).
With the talk of Perl Certification surfacing again last year, I REALLY hope they can write a decent exam.
*bleep* (Score:2)
Wrong.
Re:*bleep* (Score:2)
I'm assuming you saw "process" and thought "function", which can indeed vary wildly.
Re:*bleep* (Score:2)
Correct. There are many possible failures but only one possible success: EXIT_SUCCESS from , and in Unix/Linux EXIT_SUCCESS is defined to be zero. Easily testable in shell by:
ls
ls
Re:*bleep* (Score:2)
Re:*bleep* (Score:2)
Re:*bleep* (Score:1)
false?See, it's not so simple...
Re:*bleep* (Score:2)
Err... nope. Processes and functions are vastly different. A function can have any return value it feels like, whereas a process should have a known set of exit conditions and values.
I've been writing both for quite sometime ;)
Re:*bleep* (Score:2)
*sigh* (Score:2)
All I'm saying I see absolutely no uncertainty in the question "normal exit status of a process". It's zero. You can do all the mincing of the words of "normal is different from success" or of "but what if this particular application has defined something else as 'normal'" but that does not change the agreed-upon, documented, and standardized semantics of a zero exit status, not one iota.
Re:*sigh* (Score:2)
I took this up with the director of the organisation, who happened to be there, and he did seem genuinely interested in improving the q
Which Exam? (Score:2)
What course did you take and what was the exam that went with it?
I've done the RHCT course and exam, I found the course interesting, the exam was less exciting. Red Hat's exmas are pure practicals, here is a box, make it do the following things - just like it says on their web page. It doesn't test your ability to remember a lot of things, rather your ability to approach problems from the right direction.
I'm considering taking the LPI [lpi.org] exam, it's all multi-guess based, but they claim to have spent a lot
-- "It's not magic, it's work..."
Re:Which Exam? (Score:2)
After the experience, I am very dubious of any automated exam. The selection box type questions are easy to mark, but when it comes to entering a string of characters, it needs a human to verify whether it's correct. Unless you can run it (if its a command) and check the output. However
Re:Which Exam? (Score:2)
I've been reading a LPIC-I book, and found the content quite comprehensive, but I've found some of the example questions a bit awkward. I like the idea of a vendor neutral exam, and I think a written exam like the LPI's complements the more practical approach of Red Hat.
I must confess to being less than confident of an automated exam, but the book did come with an example exam on CD, and I suppose it's useful to practice first. I've done the example exam a few times, and been surprised with my mistakes, b
-- "It's not magic, it's work..."