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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What company or person came up with whiteboard interviews?

3 点作者 whitneyricketts超过 8 年前
Researching the history of technical interviews (in all forms), and I haven't yet tracked down the origins of the whiteboard interview. Whose idea was it that writing code on a whiteboard should be part of the interview process? Also interested in any anecdotes re: managers who adopted the practice, more context re: how it spread, etc.

1 comment

shermanyo超过 8 年前
My guess is the &quot;whiteboard interview&quot; morphed over time and lost track of the initial intent and value.<p>I bet initially, code wasn&#x27;t a focal point. Hiring for a position that _requires_ an understanding of certain algorithms and&#x2F;or data structures, it can be a quick and simple way to outline or walk through examples at an abstract level. (both to test knowledge of existing examples, or development of a solution to a new problem)<p>This actually _removes_ many of the overheads associated with code: syntax, scope, state, context.