Measuring LAMP Competency?
An anonymous reader writes "Our company is getting ready to hire a number of programmers. While the majority of the prospective candidates do have good-looking resumes, we are looking to see if we can get some clear metrics in the assessment process. After a little research we have learned that there is a well-established PHP + MySQL training and certification process, and some of the candidates are already certified. There is also a candidate with a good portfolio, a lot of experience, and no certification. Most of the applicants also have some college/university science-related education. So our goal is to be able to somehow measure LAMP overall competency as well as basic computer science concepts such as BNF, data normalization, OOP, MVC, etc. How do Slashdot readers go about this kind of characterization?"
Look at things they have done! Not just the outside, check the code, look at the database structures etc.
If they can't talk intelligently about what they say they've done... next!
Free as in "the Truth shall set you..."
Personally I have no faith in certifications at all. I know tons of people who are certified out the yazoo and can't do a darn thing. I also knows tons of people with no certifications especially in open source where lots of us were working long before there were certifications, that figure things out on their own and dig for information. The people that are driven to dig are the ones that rock the house. Needing a course to learn is some what of an automatic fail to me. You will learn far more about which type of person they are in the interview than you will from a certification.
The answer seems simple. Ask for guest access to a server that they configured. If they don't have something like that you could set up a simple lamp server and have them perform some basic tasks.
This may be good for interviewing people for a sysadmin position, but I fail to see how configuring a server has anything to do with the applicants ability to develop software.
While I understand your position, hiring good programmers takes more than just knowledge of their medium. Hire the top 3 as temporary employees to see how they fit with your company then after a few months let 2 of them go and keep the best. A good work ethic and honesty can only be measured by experience with the employee and not from a resume. To gauge their knowledge of the medium, show them what you're working on and see what kinds of questions they ask about it, that's a great way to gauge their experience.
Why BNF?
there is no higher proof of competency and ability than proof of prior work. certificates are like school courses. everybody can take one if one attends the courses, or passes an exam. practicing in the field however, is an entirely different matter.
portfolio shows that you not only know your field, but also you have properly and responsibly participated in projects, collaborated, and actually built stuff with it, and saw them to their completion.
that is the kind of people you want to hire. and nothing than a portfolio shows it better.
Read radical news here
You need to actually be testing their ability to write software. As a few others have pointed out, having them develop a simple web application as part of the interview process is probably going to be the best way to measure that ability.
Additionally, to test their integration skills, you could also have them attempt to develop a new page to be integrated into your company's product. Not only will this show off their software development skills, but will also give you some insight into their ability to inherit an existing software project and work with it (something that he vast majority of newly-hired developers will have to do).
when we went to the moon?
certification is a gigantic scam, so that PHBs can 'outsource' yet another job function while they collect huge paychecks for 'synergizing the optimal opportunity risk costs analysis paradigm and reduce opportunity costs while conforming with best practices metrics'. (ie, commit massive fraud, milk their good old boy network, and buy a golden parachute)
hooray for capitalism.
I take real production class skills or certifications any day. Know how to do something is one thing, actually making it work in the real world is another. I would be interested in what they have done and verify the work with the previous employers.
First you define what you want:
Do you want technical certs? Then look for people with those.
Do you want people with academic background (data normalization, OOP, etc)? Then look for people with CS degree.
Do you want people with experience? Then look for people with relevant experience, and or do a practical test as suggested (which everyone can get their smart friend to do for them I'm sure)
Weight each one of the factors according to what he or she is supposed to be doing.
Systems analyst? Architecture design? Jr. code monkey? Overall hacker (jack of all trades, master of none)?
Then rank them in each factor. Most of those factores are qualitative more than quantitative by the way.
But sometimes, the best programmers are not the ones with the best qualifications, but the ones with the best fit into your business. 8 years php experience vs 4 years php experience IN YOUR INDUSTRY: I'll pick the 4 year experience guy.
please excuse my apathy
As someone who has run a dedicated server for seven years, I would never grant any unknown third party access to my server. Even as a guest with almost no permissions. That's just inviting trouble into your house. Give them code samples, answer questions, provide references, but keep the digital doors locked unless you don't value the data on the machine.
Skip the alphabet soup. Do you really have no one on staff capable of recognizing competence?
If you don't, who were you planning to have manage the new hires? Who were you planning to have interpret your metrics?
As always, all IMO. Insert "I think" everywhere grammatically possible.
I've hired a couple programmers in the past and there is always one question I ask that I have found sorts out some of the better candidates. The question - "I've just requested you to do some task and you find you really haven't worked out that type of task in the past and aren't fully sure the best approach. What do you do?" The answer I'm looking for is basically they'll let me know that's a new area for them, but that they'll go out and find examples of that type of task and research it and find out how to make it happen. If they say anything along the lines of having me help them, or ask to go to a class, or anything along that line it will automatically set up red flags. And of course, just answering the question "correctly" doesn't automatically mean they are good at doing that, but you can dig deeper into how they'd research it, etc. I've been a programmer for over 25 years now and while there are certain core things that a computer can do and some it can't, the actual processing of it is what matters and it's nearly impossible for you to remember every little detail of every language and system, the real power is in knowing where to look to quickly get your answer. And as a final important talent, a person needs to be good at understanding and conversing specifications from someone that is not technical. Just my thoughts on what I've looked for....
as well as basic computer science concepts such as BNF, data normalization, OOP, MVC, etc.
Put 10 seasoned programmers in a room and, without access to references or preparation, ask them to write the BNF for some subset of a well-known language, normalise a database in stages up to 5th normal form, give a detailed description of OOP implementation in any language (not just "how is inheritance formed?" but "demonstrate polymorphic behaviour - suggest how it might have been implemented - describe its disadvantages" etc.) and ask them to fit some app description into MVC pattern.
You know what? Zero of them will succeed in all of your tasks. And, dear reader, if you claim that you will then you are lying.
You know why? Because testing like this doesn't reveal anything. I passed University with top grades throughout because I knew how to bone up for an exam and cough up the syllabus as requested, as well as having a moderately mathematical head. I can demonstrate prior performance and I can grasp new concepts. I can remind myself quickly of old concepts when given access to a reference.
But I don't have some magical savant-level ability to memorise everything I've ever done (and, experiments on savants suggest, if I did then I'd lack the skills to apply my elephantine knowledge to solving general commercial development problems). It's never hindered me. This sort of ability might be necessary if I were, say, a field intelligence agent(?), and not being able to concoct the right deception within a subsecond time interval might result in my death. Otherwise, it's just a dog and pony show.
They may need those buzzwords or certificates to get past HR... don't be too harsh unless they really believe in those buzzwords!
I said no... but I missed and it came out yes.
A lack of ability to properly configure a server can often lead to developers writing code that requires more than the minimum privilege level, wonky configuration "needs" without really thinking it through, and a mindset of "throw hardware at it!" Working previously as a system admin at a web hosting company, the new hires that came to us, usually with a lack of college education or experience with compiled languages but a lot of experience as "web developers", they answers usually involved excessive needs for additional memory. A lot of the resource abuse issues I had to deal with also boiled down to a customer installing a software package that had a lot of neat features but required dedicated hardware to run far in excess of what a shared hosting package or even a VPS could deliver without affecting quality of service for other customers.
I'll freely admit I'm not a good web developer, but I can hold my own reasonably well with Perl and C in the areas I work in then and now. My first instinct, however, is exactly the opposite of "buy more RAM" or "just let everything in through the firewall." Not saying all, or even most, developers are like that. But a very high percentage of the ones I've seen in action are.
That is, no offense, a dumb outlook to have.
A person who doesn't know shit won't learn enough to do the job you want by getting a certificate, true. You should not take possession of a cert as evidence that a person is qualified to do a job without further investigation, also true.
However, a person who mostly knows how to do the job you want will usually learn a little something by getting the relevant cert -- if only a basic understanding of the pieces of the technology or framework in question that haven't yet been relevant to the work they've done with it. They might learn about easier or cleaner ways to solve problems that they already can deal with in a less efficient way. They might learn about some unintended or hidden consequences of an approach they usually take to a problem. These are the kinds of things a person with genuine experience with a technology will pick up in the process of prepping for a cert exam.
Often employers will also pay for their employees to become certified and/or provide other incentives. If that's not you or your employer, sorry, but don't hate on other developers for having had jobs that were actually willing to put money on the line for their employees to keep up with evolving technology.
I interviewed earlier this year with a company looking to hire a developer. I have plenty of experience with the language they wanted, and they gave me a "live programming test". In a conference room, with the whole dev team in attendance and asked me to program in front of them (on a projection screen for all to see). There was no warning at all this would take place. This was the single worst experience of interviewing in my life. I made mistakes I would normally have never made because I really needed that job, a lot was on the line, and my brain would not switch to programming mode. While I can consider that to be a (possible) test of how you perform under fire, I really don't see how it applies to someone who sits and programs all day long. Even peer programming won't bring around that level of stress, not even close. I did end up getting an offer, but I turned it down since I happened to get a better offer at the same time, and that whole test left a bad taste in my mouth.
Bottom line: I really don't recommend doing a test such as this, there are plenty of conventional methods available for determining someone's proficiency. Ask to see code samples, give tests (that are judged afterwards), technical interviews; all of these are better options..
There is also a candidate with a good portfolio, a lot of experience, and no certification.
I don't know this guy but I'm sure he's extremely well qualified for the job and you should hire him ASAP because he's about to miss another mortgage payment.
but some people go out and get the certification so they can get past the HR droid
Yes, this is a massive problem. In order to get to the face-to-face you have to go through the screening process. This is normally carried out either by the HR trainee or, worse, by a recruitment "consultant". All they've been given is a tick-box of "must-haves" (i.e. a wish list of tangible qualities) and told to go through a pile of CVs.
All they'll do is toss the ones which don't meet the criteria.So you can be the best LAMP-er in the world, but unless you have the random qualification that someone though might be useful you don't even get a chance. So while certification bears no correlation to usefulness in the real world, it's a necessary stamp on your CV to get you through the door.
politicians are like babies' nappies: they should both be changed regularly and for the same reasons