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.

Surviving the Coding Interview

6 pointsby eriktrautmanabout 10 years ago

2 comments

te_plattabout 10 years ago
Having just moved to the interviewer side I appreciate the remarks about wanting the interviewee to succeed. I know how stressful it can be doing an interview and really do try to make it something where I can judge the ability to code, not just ability to interview. I usually try to start with something simple to just get some code going - like &quot;We&#x27;re going to need some random numbers. Make a little function that returns a list of 100 random numbers between 0 and 10.&quot; At that point I can start asking questions about why they do something a particular way and what conditions would make them do something different. Once that gets going the stress usually drops noticeably.<p>One other point I would add is to know the difference between being relentless and just making things up when you run up against the end of your competence. Same as mentioned in the article I will try to push out to the limit of the interviewee and a simple &quot;I don&#x27;t know for sure, maybe something like ....?&quot; at least lets me know you know your limits. Hopefully it&#x27;s not right after the first question but really don&#x27;t just start making things up.
parentheticallyabout 10 years ago
Yeah, the response to adversity is key. Being able to keep going and figuring things out even when you&#x27;re stuck or out of the realm of your domain knowledge is so important.