Earlier quoted context omitted.
I think we should use interviews for basic screening purposes only and skip determining "who is awesome from just signals". Instead, shift to a flexible hours paid trial period where potential colleagues get a better assessment. Measure by doing and interacting around doing, not by guessing, hazing, trivia, interrogating, or whiteboard hand-waving.
The issue with paid trials are 2 fold: If you are talking about short term trials many devs are bound by anti-moonlighting employment agreements that either outright bar working for someone else or require notification. For long term trials you severely limit your hiring pool because that is effect temp-to-hire which many devs simply will not do.
Ask HN: Measuring the long-term benefit of interview code tests?
61–70 of 76 posts
Re: Ask HN: Measuring the long-term benefit of interview code tests?
#62Earlier quoted context omitted.
The issue with paid trials are 2 fold: If you are talking about short term trials many devs are bound by anti-moonlighting employment agreements that either outright bar working for someone else or require notification. For long term trials you severely limit your hiring pool because that is effect temp-to-hire which many devs simply will not do.
The first issue could be fixed legally. Just like California makes non-compete in-enforceable, it could pass a law that says short-term moonlighting can’t be in employment agreements. This way, you could take a week off from your current job, and actually work for a week for an employer that you are interested in. Fully paid.
I was not working in an environment that could only hire California developers. If I were I might more seriously consider the option.
That said, I’m guessing you’d still get people who would balk at moonlighting even if it was allowed.
Re: Ask HN: Measuring the long-term benefit of interview code tests?
#63Earlier quoted context omitted.
The issue with paid trials are 2 fold: If you are talking about short term trials many devs are bound by anti-moonlighting employment agreements that either outright bar working for someone else or require notification. For long term trials you severely limit your hiring pool because that is effect temp-to-hire which many devs simply will not do.
The first issue could be fixed legally. Just like California makes non-compete in-enforceable, it could pass a law that says short-term moonlighting can’t be in employment agreements. This way, you could take a week off from your current job, and actually work for a week for an employer that you are interested in. Fully paid.
Re: Ask HN: Measuring the long-term benefit of interview code tests?
#64Earlier quoted context omitted.
The clear requirements of take home tests make them my favorite. They allow me to express how I work: get a list of reqs, walk away and think about them, make some decisions on directions, then let the code lead me. I strike the style required. I capitalize on opportunities to make decisions I can discuss. "I used tape instead of jest because this example product will be distributed to many developers. The reduced AP…
Trouble is, unless more of the industry starts doing them so they're unavoidable, I'm going to skip companies that put these anywhere other than at the tail end of their process. I'm not putting in half a day of work for zero pay to help you with your first-pass weed-out phase before we bother to make sure we align otherwise and this looks like a good fit. Thanks, bye, next (employer) candidate.
Re: Ask HN: Measuring the long-term benefit of interview code tests?
#65Re: Ask HN: Measuring the long-term benefit of interview code tests?
#66Re: Ask HN: Measuring the long-term benefit of interview code tests?
#67Earlier quoted context omitted.
I'd be careful to call that out as a negative; if the culture fit wasn't right, and the candidate would have been a net negative to the team, it shouldn't matter where they end up next, unless (of course) the candidate that was actually hired ends up being an even worse fit (ergo the need to fix your hiring process).
On the other hand, "they would not have been a good fit" sounds suspiciously like a blanket, non-falsifiable denial of failure. I other words, bullshit.
Re: Ask HN: Measuring the long-term benefit of interview code tests?
#68I don't know if my current company does, but when I first implemented them for a company I worked for ~15 years ago we definitely did. At that company (which was a ~200 engineer, privately held, software company) we found a few things: - in person tests were less predictive than take home tests. - tests that did not provide automated test cases as examples were less predictive than those that did. - there was virtual…
> there was virtually no predictive power to 'secret test cases' that we ran without providing to the candidate. this brings back some unpleasant memories of a take-home i got from a FAANG. basically i was given a loose spec to implement, with no real data or test cases (and was told that none would be provided when i asked). after submitting my work i received a terse rejection with 0 constructive feedback for my 6h…
Re: Ask HN: Measuring the long-term benefit of interview code tests?
#69We don’t do coding tests at all. We do one 30-60m interview that covers some general tech questions and motivation. So far we’ve hired 7 decent and 3 great people. No truly bad people have made it through that pipeline yet. I can’t say anything about why, and I’d be prejudiced in any case.
What is motivation in this case?