vote up 1 vote down star
3

What process do you use to recruit programmers?

we have a multi stage interview process...

Pre interviews... Resume review..... then if they are interesting :-

stage 1: come have a chat, talk about what you have done, discuss the position, dig a bit into they approach software development

stage 2: Coding Test

Stage 3: Generally discuss an offer

Each stage is usually a different day, so we can call it quits at any stage. what we dont have is a phone interview stage. I'm wondering if people find this useful? We basically would like to get to the point of saying "No" quicker so we can evaluate more people.

flag

27% accept rate
Your question is "What process do you use to recruit programmers?", not "Job Interview Process?". Please fix. – EndangeredMassa Sep 16 '08 at 4:16
A year too late??? ;) – GordonG Sep 29 at 23:50

12 Answers

vote up 5 vote down

Why isn't that first part a phone interview? Why isn't the offer done over the phone? Seems a little inefficient. That's a lot of days.

link|flag
Phone interviews never seemed to quite help. Perhaps it was the way we did them. But usually if they looked interesting in their Resume, phone interview just didn't seem to be enough to work out if we wanted to bring them back for coding. Sometimes the offer is done on the phone. – Keith Nicholas Sep 16 '08 at 3:53
vote up 1 vote down

Yes, I do find the phone interview necessary to save time. You can typically eliminate those who fudged their resumes in a short 15 minute phone screening. However, the rest of your stages look fairly comprehensive.

link|flag
vote up 1 vote down

Phone screen if we suspect the candidate has communication problems, or something suspect about the candidates resume.

Then typically 2 face to face interfaces at two different times. It allows us to think about what happened during the first interface, and also only invest half the resources in the candidate if it turns out we will pass.

We ask different types of questions; I usually go heavy on technical details listed on the candidates resume. Another person will ask big picture design questions, and hit fit and goals of the candidate. One person probes for drive and interest. I usually always end up with asking the candidate for feedback, and provide the candidate with the feedback received by the end of each day. At the end of the 2nd interview I would discuss the possible offer, and if we are ready to make an offer discuss the offer letter itself. I always insist that the candidate think about it before making a decision.

/Allan

link|flag
vote up 1 vote down

There are two levels of recruitment that we carry out for developers:

  • Fresh College Graduates
  • Experienced Developers

For the fresh graduates:

  • An aptitude test, followed by a coding paper on their campus - this allows us to shortlist a handful of candidates (5-20 from more than a hundred who usually take this exam on campus).
  • The shortlisted candidates are then asked to come to our premises for another round of coding test, followed by a technical interview.

For experienced developers:

  • First an aptitude test.
  • Then a coding paper.
  • Then technical interview.

For other positions such as team lead, architect, project manager, etc. its a different set of steps.

link|flag
An aptitude test for experienced devels? So you have 10years of C++ but our psycho-babble says you are really a MBTI type X and should be a poet ? – Martin Beckett Sep 30 at 0:01
vote up 0 vote down

Our first stage is an e-mail coding test; from a batch of "easy" and "hard" questions we send them one of each and allow two hours to respond with an answer. That weeds out a lot of the candidates quite quickly, although you will have to spend time re-examining the questions and tweaking them as necessary.

After that, phone screen(s) and HR conversation; if they pass all that then we bring them in for interviews.

link|flag
vote up 0 vote down

For what I deem as best practices, Joel Spolsky has a comprehensive post on his blog entitled Joel's Guerilla Guide to Interviewing (version 3.0).

link|flag
vote up 0 vote down

In addition to many of the techniques mentioned above, we have sometimes done a pair programming interview.

One or two interviewers sit down with the candidate and give them a problem that can be solved in 60-90 minutes. Visual Studio is prepped beforehand with a skeleton project, including a dummy unit test. We describe the problem on the whiteboard, then let the candidate start designing and coding.

The value in the exercise is that we get to see the candidate in action on a problem that's more complex than the typical whiteboard exercise (e.g., tell me if this linked list has a cycle). It gives us a good feel for what it would be like to work with the candidate, their personality, their attention to detail, their willingness to interact and ask questions.

From their perspective, it gives them a feel for the way we work and whether they like us. (Remember, in an interview, you're also selling the candidate on your company.) For candidates who haven't paired or done test-driven development, it's a great hands-on experience.

You can't cover as much ground this way as you would in a more traditional interview, but I feel it gives valuable data. It's also somewhat artificial in that in a real pairing session, you wouldn't be biting your tongue and refraining from making suggestions.

I've seen at least two candidates rejected because of the pairing interview. One wasn't doing well anyway, and the pairing interview sealed the rejection. The other had been doing well with the other interviews, and he gave great whiteboard when we discussed the problem initially with him. But he absolutely could not code worth a damn, which surprised us as his resume indicated that he was very experienced.

link|flag
vote up 1 vote down

As an interviewee, I get really put off when the "chat" part of the interview is separate and before the "test" part of the interview. I don't mind chatting first and then being asked to demonstrated programming skills, it's when the first selection criteria is based solely on the "chat".

I want to work for a company that hires people who can program who they like, not people they like who can program. There's a subtle but important distinction. I've walked away from interviews because I've been asked if I want the job just from a chat, because I reason "if you'd hire me after that what would be the quality of the other people I'd be working with."

link|flag
I think you can work out a few things before going into a programming phase. A coding interview tends to take a lot more time. I wouldn't give anyone a job without seeing them code. – Keith Nicholas Sep 16 '08 at 21:19
vote up 1 vote down

read Jeff's post on "Getting the phone interview screen right"

link|flag
vote up 0 vote down

For experienced developers, I'm not really sure if "coding tests" should be part of interview or process, technical questions - yes, technical discussion about how particular problem was solved - most definitively as well as questions related to the particular technology (C++, C#, Java, etc.) to find out whether they really know what they say on their resumes.

I'm very bad with syntax on the whiteboard, I can do pseudo-code sure, no problem. However I've met people who asked me how to traverse trees and such. I've done that about 10 yrs. ago in college and I'm sure I could recall most of it in few or more minutes or after looking it up in wikipedia. My point is that while every developer should know all the theoretical computer science material the reality is that most of us forget because a lot of it is abstracted from us in C#, Java, etc. We all know how hash tables work and how efficient they really are, but do I have to write implementation of one during interview process? I earned (through hard work) my BS in comp. science and masters degrees and I know that if anyone went through similar problem they do know most of the low level stuff. (unless they list a school I've never heard of) I do agree however that when it comes to junior or entry level developers that we should ask them these questions and perhaps give them small coding test. Maybe.

link|flag
I give people a real computer, and a problem...... I figure if you know how to write software you can solve a simple problem with software. It highlights many weaknesses surprisingly, and you notice a real big difference between different people – Keith Nicholas Aug 25 at 3:07
vote up 0 vote down

Where I work we seem to have a few steps to the process that seems long but isn't really that bad:

  1. Resume collection - This is usually on-line though I did submit my own in person by hand to get a job where I am now.

  2. Phone screen - Which if I recall was a handful of questions that I'm not sure if anything there would have prevented me from getting to the next stage.

  3. First interview with the manager - This is where I get to meet the person that would be my boss and ask some questions and get a view from someone inside the department I'd be working.

  4. Fit interview - Next step is to have the team lead and a couple developers do a sort of group interview that lasts about an hour and then have a little handwritten test at the end.

  5. Call with offer - The next step if all goes well is to get the offer of a position.

  6. Come in and sign the offer and set a start date.

link|flag
vote up 0 vote down

I'm very bad with syntax on the whiteboard, I can do pseudo-code sure, no problem. However I've met people who asked me how to traverse trees and such. I've done that about 10 yrs. ago in college and I'm sure I could recall most of it in few or more minutes or after looking it up in wikipedia.

ra170 has it completely correct. An experienced developer should not be given those "is Knuth your bedside reading?" kinds of questions during an interview. Not only is it a waste of time, it's also a bit insulting.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.