TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby whitneyrickettsover 8 years ago
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

shermanyoover 8 years ago
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.