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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Surviving the Coding Interview

6 点作者 eriktrautman大约 10 年前

2 条评论

te_platt大约 10 年前
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.
parenthetically大约 10 年前
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.