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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Good interview questions for average programmers

2 点作者 train_robber超过 14 年前
I have a slightly strange problem. I need to hire average programmers. Reasons are many - but primarily budget and the type of tasks they are going to be assigned to - not cutting edge work.<p>I have been struggling to find good questions to ask. Fizzbuzz is too easy - and my other questions I try seem to be too hard. So what are your favorite interview questions to ask an average programmer?

3 条评论

_b8r0超过 14 年前
Implement a bubble sort, then a binary tree.<p>Ask how they'd approach the travelling salesman problem.<p>Given an SQL query, a request, a set of objects and required output, ask them to optimise the whole process from start to finish. The smarter ones will ask about caching, look at optimising the query, look at the way the output is generated etc. The not so good ones will focus on the .NET/PHP/&#60;language&#62;
评论 #1842633 未加载
RiderOfGiraffes超过 14 年前
Do you really think FizzBuzz is too easy?<p>Hmm.<p>OK, here's one. Tell them to find out what a Bloom Filter is, and then implement it. Ask what decisions they had to make on the way, and why they made the choices they did.
评论 #1842636 未加载
scrrr超过 14 年前
Ask them to show you something they have coded and ask questions about their implementation. If you can't do it yourself, invite one of your senior devs to join the interview.
评论 #1842638 未加载