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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Whiteboard interviews don't work, what's your ideal technical interview?

22 点作者 coltonv大约 8 年前
We're hiring developers right now and from what I can tell recruiters haven't figured out the ideal way to interview tech hires. What do you guys think? I'd love to hear some opinions from the developers themselves.

9 条评论

BoysenberryPi大约 8 年前
Dev here. I wish I could find a company that interviewed me like this:<p>- Take home work immediately. Maybe it&#x27;s just me but I&#x27;d rather not get this after the phone screen and whatever else. Just give me the work and have me submit it with my application or after I apply.<p>- Phone screen. This is important. When I say a phone call, I mean a phone call. I&#x27;ve interviewed with companies that refuse to have a regular phone call and will only do video calls over skype&#x2F;hangouts&#x2F;whatever. This is such a Silicon Valley thing. Guess what? Not everyone is in a situation where they can easily setup a video call. I know I&#x27;m not.<p>- Technical interview. Honestly the best technical interview I&#x27;ve seen is where the company ask you to get one of your old projects, walk them through how and why you structured the code the way you did, and then pair program with someone on the team and add a feature to the project. If you don&#x27;t have past projects like that you can pair program on their code base.<p>When it comes to technical interviews and take home work, if you are asking questions that can be googled in 5 seconds then you are just wasting my time.
评论 #13935076 未加载
conlinism大约 8 年前
To me, the best technical interview is one where I am asked about the projects I have worked on in the past and the ideas I have for future projects. When considering the questions to ask, I think the most important thing is to realize that not all developers have had the access to experiences that you might have had.<p>Just because someone doesn&#x27;t have many side projects doesn&#x27;t mean they aren&#x27;t a good developer. Often times we assume that other people will have had access to the same opportunities that we had - in college, in the workplace, and in life in general - but this is a fallacy. Perhaps a developer had to work their way through college and didn&#x27;t have time to go to hackathons or work on side projects. Perhaps she was so busy running a developer network at her last job, in her last city, that she didn&#x27;t work on something besides that. Or maybe they just don&#x27;t care about side projects.<p>I think, ultimately, the goal of a technical interview is to get the interviewee talking about something that excites them. Seeing that an applicant can get excited, spend hours learning something, and dig deep into whatever they are interested in is the most important part of an interview.<p>Be careful with things like &quot;cultural fit&quot; as that nebulous term is often used to excuse personal problems. If you can, initially evaluate the interviewees work without looking at their name, race, gender, or other identifying information. By doing this, you help avoid inherent, subtle biases that your recruiters may have. Those biases exist everywhere, and the best we can do is take steps to mitigate their effects.<p>Finally, I think trial jobs are greatly under-appreciated. Offer an interviewee non-critical, non-trivial work on a week long contract basis. Pay them industry standard and work with them on the feature. If that feels right, hire them. If it doesn&#x27;t, evaluate what went wrong and move forward from there.
评论 #13931095 未加载
tutufan大约 8 年前
As far as I can tell, whiteboard&#x2F;quiz interviews are no better than coin-flipping.<p>The best technical interviews I&#x27;ve been involved with seem to be mostly conversation about what the candidate has done and likes to do, and what the company wants and is like. Typically the candidate has a general impression of the company from having heard about or read about it (or having friends that work there), and the company has a general impression of the candidate from their resume, cover letter, some public code&#x2F;etc., and possibly common acquaintances. That seems to produce the best results.<p>EDIT: More importantly, the key problem in hiring is not finding people that are technically qualified. The key problem is assembling teams of people who mesh well and are productive as a team. The world&#x27;s companies are filled with teams of brilliant people who don&#x27;t work well together.
jdhopeunique大约 8 年前
Personally, I like the hackerrank or leetcode automated challenge as an initial first filter. It can be gamed by cheaters of course but that requires some work on the cheaters part. It allows me to start the test at a convenient time and in a standard format. Hopefully, it allows the company to be less stringent about skill sets and other resume keywords and simply test more people. Hopefully it makes job searches harder for resume spammers, cheats, and fakes. I suspect even a few really easy problems from these sites would be a useful filter.<p>Then perhaps a phone interview so that the company can confirm I&#x27;m likely not cheating.<p>Finally an onsite white board interview or written test or at the computer programming test. Yes I get nervous doing white board interviews but if the difficulty level of the problem is not too great it is a useful filter.<p>I dislike long take home work because it requires too much of a time sink and it could be abused by employers fishing for ideas, competitor information, or just wanting free work for one of their problem areas. Algorithm tests on hackerrank or leetcode or wherever are still useful practice but take home tests can be too job specific and therefore prematurely requires candidates to commit to learning a particular companies needs without the company committing anything in return.<p>Questioning candidates about their experience in an informal manner by conversation may be of some benefit, but is likely just testing how well the candidate has prepared various stories about their past employment and past projects. Unfortunately, abandoned projects that taught a candidate a lot and served their intended purpose may not make as good a portfolio or story as completed projects that were just cookie-cutter implementations of projects found in books or tutorials or elsewhere.<p>The important thing for all of these filters though is that they be carefully calibrated in difficulty to the companies needs and job sourcing pool. If your large top-N company carefully optimizes it&#x27;s customer funnel with a&#x2F;b testing but has no real employee hiring sanity checks, then that is not good. Randomly have one employee at the company white board interview another employee at the company from a different department. Secretly test your interview process with known good programmers from outside the company.
skylark大约 8 年前
From Laszlo Bock, former SVP of People Ops @ Google.<p>&gt; [1] The best predictor of how someone will perform in a job is a work sample test (29 percent). This entails giving candidates a sample piece of work, similar to that which they would do in the job, and assessing their performance at it.<p>Based on the statistics he provided, it seems like a combination of work sample and behavioral questions will typically produce the best results.<p>The problem is that Google gets ~2 million applications per year, so there needs to be an aggressive, quick funneling process. If you&#x27;re a smaller company, you can definitely afford to slow down and give candidates more of a chance.<p>[1] <a href="https:&#x2F;&#x2F;www.wired.com&#x2F;2015&#x2F;04&#x2F;hire-like-google&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wired.com&#x2F;2015&#x2F;04&#x2F;hire-like-google&#x2F;</a>
评论 #13945263 未加载
bjourne大约 8 年前
I believe pg wrote in one of his essays that a hacker can immediately recognize another hacker, but it is impossible for a non-hacker to do so. Therefore the best method would be to let your best developers handle interviewing as they would be the best at recognizing skill.
评论 #13940372 未加载
probinso大约 8 年前
Ask hard questions. It is important to understand the boundaries of a candidates knowledge. I don&#x27;t trust company that lets me off easy, it feels like they aren&#x27;t actually looking for a good fit.<p>Asking for a prepared presentation is a nice alternative to take home coding (If applicable to your work culture).<p>Phone call trumps videochat every time. Our communication isn&#x27;t strengthened by a video chat unless there are prepared visual aids, don&#x27;t solve problems that don&#x27;t exist.<p>Let me know who I will be meeting during &#x27;in person&#x27; interview. What teams are they on.<p>Live coding with a current employee is a good practice. Keep problems small, and loosely specified.
mbrodersen大约 8 年前
Whiteboard interviews DO work - if done right. Don&#x27;t ask computer science questions. Instead give the interviewee real world problems to solve. And find out how he&#x2F;she attacks the problem. What he&#x2F;she would look at to solve the problem. What tools he&#x2F;she would use and why. The key thing is to learn how the interviewee <i>thinks</i> through a problem. And how well the interviewee explains his&#x2F;her thinking. I have interviewed and hired people for 10+ years and can testify that this approach work.
评论 #13947699 未加载
chollida1大约 8 年前
I&#x27;ve hired maybe 30 to 40 people over the past 15-20 years and interviewed atleast an order of magnitude more.<p>I don&#x27;t claim to have things figured out but I can create a list of things that owrk and things that don&#x27;t work.<p>Things that work:<p>- white board interviews, they let you get a dialog going with the candidate,<p>- take home work, they let the candidate work at their own pace<p>- showing work samples, whether that&#x27;s a hacker rank type thing or github repo or open source work that you use.<p>Things that don&#x27;t work:<p>- white board interview, some people just aren&#x27;t good at them and they don&#x27;t map well to real world work<p>- take home work, its insulting to candidates that you expect them to do something on their own time without pay<p>- showing work samples, github repos, etc. To easy to fake or take others work as their own, some people don&#x27;t work on open source-able code, etc<p>Hmm, so we can establish that no matter how you interview you&#x27;ll cut out some good candidates. I think we&#x27;ve all come to the conclusion that there is not global maximum on how to hire. In my opinion, you&#x27;re really just going to have to pick one option and stick with it.<p>As an aside, as a candidate that kind of sucks, if you don&#x27;t like white board interviews then you&#x27;re probably not going to work at a company like Google, Microsoft or Facebook. Your choices are to accept that you won&#x27;t wokr there or to get better at white board interviews.<p>Well then we could start by looking at what really successful companies do.<p>The worlds most successful hedge funds tend to not allow people to really apply, instead they look around for who is doing great research and then reach out to them.<p>Now its easy to start by saying this isn&#x27;t applicable to most other companies and you&#x27;d be right, your company probably can&#x27;t have their pick of MIT professors, but it does open up an interesting line of thinking.<p>What are you looking for in a candidate and how do you find people who are doing great work in that area.<p>Honestly, I think finance has this area figured out better than tech does. They either hire new grads by doing very heavy university recruiting or they hire from competitors.<p>In finance the saying is that by the time you are 30 you don&#x27;t need a resume anymore as wall street is so incestuous that everyone knows everyone else. You are only 1-3 degrees of freedom away from any other person, which means that to hire someone, I just need to pick up a phone and ask the 5 people I know that the candidate has worked with to see if a candidate is worth hiring.
评论 #13937190 未加载
评论 #13938561 未加载