TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Can we make an ethical, effective standard for programmer interviews?

1 点作者 aethertap大约 6 年前
Issues with technical interviews for programmer positions come up often here. The latest one made me wonder if it would be possible to come up with a standard interview process that would tick a few boxes:<p>- Technically deep enough to reveal useful information<p>- Fair to the applicant (no free labor&#x2F;conflict of interest issues)<p>- Time efficient for both the interviewer and the applicant (doesn&#x27;t take a week of life to interview for a single position)<p>- Maybe give indications on other important things? (work habits, social interaction, etc)<p>My off-the-cuff thought was to ask for them to work on a smallish issue on an open source project they haven&#x27;t contributed to before. After the work has been done, they&#x27;d come in to be interviewed about what they did and how it worked out. If this was a standard process, they&#x27;d be able to use the same work for multiple interviews, so job hunting wouldn&#x27;t be such a huge burden. It also gives them a chance to showcase a few skills that I&#x27;ve found important in my own career (navigating a new codebase, integrating and testing a bugfix&#x2F;enhancement, interacting with team members). It would also have the nice side effect of providing some motivated help for open source projects.<p>That was just a quick stab at the issue to use as an example, I&#x27;m sure it has a number of fatal flaws. The question is, could there be a solution that would actually work?

2 条评论

AnimalMuppet大约 6 年前
&gt; Fair to the applicant (no free labor&#x2F;conflict of interest issues)<p>Absolutely.<p>&gt; My off-the-cuff thought was to ask for them to work on a smallish issue on an open source project they haven&#x27;t contributed to before.<p>I think you just contradicted the previous quote. Sure, you&#x27;re going to let them re-use it across multiple interviews, which is somewhat better. It&#x27;s still not good, though. No free labor for interviews!
dawidw大约 6 年前
If all the interviews were similar, how would you distinguish between good and bad company?