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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Small companies, how do hire without Leetcode

4 点作者 100-xyz将近 4 年前
Hi,<p>I joined my current 300 people company about 2 months ago. We are trying to hire Software engineers and are using Leetcode type problems as a selection mechanism.<p>The problem with it, is if a candidate is very good at it she will be getting an offer from some of the larger companies who follow a similar process and there is no way we can compete with them on salary.<p>Additionally, internal Google research has also found poor correlation between such tests and performance at the job.<p>So question for HR and hiring managers from smaller companies - what alternative approaches do you use to interview employees?<p>One option is take home tests. I have taken them while job hunting and wasted numerous hours only to get &#x27;we will not be proceeding&#x27; emails or even ghosted. Too many hours wasted.<p>Any good alternatives?<p>Thanks.

4 条评论

AnimalMuppet将近 4 年前
We talk to them (phone screen). If we bring them in, we just talk to them for a half hour about what&#x27;s on their resume and stuff.<p>Then we give them a code sample, a single function that fits on half a sheet of paper. We ask them what it does. We ask about ways it could break, corner cases. We ask them what they would name the function.<p>Then we give them a small coding problem. They can solve it in any language they want. It&#x27;s not as trivial as FizzBuzz, but it&#x27;s not very complex. It&#x27;s certainly not leetcode. We watch them think through how to write code that would do what we asked. We aren&#x27;t really watching for syntax errors, but if the code was full of them it would be a concern.<p>Then we give them a small design problem, one that&#x27;s not all that clear-cut. We push them on some of the corner cases of the design, and watch them try to adapt the design to cover them.<p>Total time: Two hours.<p>This approach has gotten us a pretty solid, competent team.
评论 #28178269 未加载
quantified将近 4 年前
One of the worst projects I participated in was led by a Leetcode master, good at the 30-line algorithm and terrible at code design and service design.<p>The best process I participated in included, along with some design scenarios, handing a candidate a laptop computer with their usual IDE and a home directory with a readme and a source tree. They’d read the readme and do the work against the code that was present, find and fix a bug and then add a feature. You learn a lot about what they know and how they think. Google and everything available, if they didn’t know what something meant they looked it up. Simulated work very well.<p>Probably Covid has put this mode on ice, and it cost a bit of effort to set up, but well worth it.
earpwald将近 4 年前
I do interviews at a decent sized company, but our office is really only 15-20 people. Our process is a bit lacking as we generally do 2 rounds of discussions (1 hour or less each) which has a focus on technical and soft-skill questions.<p>Its an ok process, but I personally would like to change one of the sessions to be an interactive dev... give a codebase ahead of time, nothing crazy and then get them to drive a solution, be the partner and then also work through a bug. Nothing complicated, I want to see their thought process and how they work as a team. Obviously google etc should be available.<p>In terms of being able to compete with larger companies, thats not always the case. Maybe not in salary, but thats only part of a job. Culture, perks, and the project itself can all be draws to bring in great devs.<p>I&#x27;d add that my worst ever interview was a coding one, similar to what I described, but the difference was that there were 3 people sat opposite me just watching me, no talking, no chat or fun, nothing. Dont be those people!
MattGaiser将近 4 年前
I don&#x27;t do any hiring, but my company mainly does system design tests. Your technical interview will consist of an hour or so discussing how you would design, say, Stack Overflow.