Live data from Hacker News

Ask HN: What is your opinion on timed code quizzes before or during interviews?

news.ycombinator.com

1–10 of 12 posts

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#3
Developer: If they're reasonable in subject scope, length and proportional to the rest of the interview (not to mention the level - you probably don't want to do a code quiz for a senior position: that's a serious red flag, highly correlated with micromanagers), why not.

Interviewer (many hats here): A _brief_ quiz is a useful highpass filter for junior-level positions ("Ugg set clock on microwave! Ugg programmer now!"), and a possible conversation starter ("what, why & how").

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#4
I'd walk out, as a developer, I'd likely laugh too. Well I'd laugh, then see you were serious and walk out.

You want me to code fast, I'll code fast. My code will be shit, but it'll work. It won't scale, it'll roll over and die in 3 months when we make the slightest change.

As an interviewer its idiotic. What are you testing? If I've memorized the question you're asking me? Or seeing how fast I can think on my feet. If its the former, what? If its the later, there are other ways to test this, that make sense.

If you want to see how a developer thinks on his feet, give both of you a problem you haven't seen before, prototype a data structure to solve this problem. Work together interviewer and developer, you'll learn each other's thought process, and a bit about the company dynamic. It'll take longer, but more information is gained via osmosis.

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#5
Developer: Is the job for someone who spends their days doing timed code quizzes?

If it is then it is acceptable. If it isn't then it seems asinine.

For me myself, if I had a literal clock there ticking down then it will take me twice as long and I'll do a much worse job. There's a lot of people who cannot program under high stress situations like that (and a job interview is naturally quite stressful already). So expect to dismiss a lot of otherwise great candidates.

Maybe the interview process should be based around the job you're employing them for rather than for trivial games that only test someone's abilities at completing those exact type of task. Crazy I know, but maybe just maybe it makes sense.

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#6
Developer: I took one of these 20 minute timed tests, where the interviewer had access to my screen for the entire duration. There were 3 modules, one CSS/HTML, and the rest JavaScript. I knew there wouldn't be enough time to finish all three of them.

I thought it was the least effective way to probe my skills as a developer. It would have been better to talk about how I would solve those problems instead of a timed test.

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#7
Developer: At least they are trying to see code which is better than nothing but there is a very good chance that their hiring pipeline is messed up so be wary.

Interviewer: There is no correlation between people's ability to take timed code quizzes and good developers. It causes undue pressure on some candidates for no reason and we should never have it be part of the process.

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#8
Developer: I welcome the challenge. I would rather do a timed code quiz than the "how many tennis balls can fit in a school bus" type questions.

Interviewer: I wish we did more of this in our hiring process. A written code sample is a great jumping off point for discussing how and why the applicant makes decisions while coding.

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#9
post #8

Developer: I welcome the challenge. I would rather do a timed code quiz than the "how many tennis balls can fit in a school bus" type questions. Interviewer: I wish we did more of this in our hiring process. A written code sample is a great jumping off point for discussing how and why the applicant makes decisions while coding.

Open source projects / contributions seems like a better way to probe the candidate on their decisions made while coding.

Re: Ask HN: What is your opinion on timed code quizzes before or during interviews?

#10
post #9
post #8

Developer: I welcome the challenge. I would rather do a timed code quiz than the "how many tennis balls can fit in a school bus" type questions. Interviewer: I wish we did more of this in our hiring process. A written code sample is a great jumping off point for discussing how and why the applicant makes decisions while coding.

Open source projects / contributions seems like a better way to probe the candidate on their decisions made while coding.

But then you only get to use this with people who make substantial open source contributions. There are lots and lots of good developers who don't spend time on open source work.
Post reply on HN