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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Paired programming interview, what should I know?

2 点作者 csdrane超过 10 年前
I have a programming interview coming up. I will be paired with someone more senior from the organization. It&#x27;s my job to identify a small feature or refactoring that I would like to do to a code sample I previously provided. The interview will take ~30 minutes and I&#x27;ve been told that ideally the feature should only take 10 - 15 minutes to implement.<p>I&#x27;ve never paired before, so I&#x27;m not entirely sure what to expect. Further, this interview is for placement in a group for experienced programmers--not for a job interview. I&#x27;d love points on how to prepare and things to do &#x2F; not do during the interview.

2 条评论

johnatwork超过 10 年前
You could try to get used to it with something like <a href="http://www.airpair.com/" rel="nofollow">http:&#x2F;&#x2F;www.airpair.com&#x2F;</a> or pairing with someone you know.<p>The main thing is, don&#x27;t get too obsessed with making it work. Most of the time they just want to know how you work, and if they could get along with you. When they talk, listen, and think ahead to the bigger picture of what you are building before replying, and implementing.<p>Try to relax, reflect his thoughts with your own observation&#x2F;planning, and you will do fine.
MalcolmDiggs超过 10 年前
It&#x27;s all about being able to effectively communicate your thoughts in realtime. Try programming &quot;out loud&quot; for an hour a day as a warm up. Just work as you normally would, narrating what you&#x27;re doing and why you&#x27;re doing it.<p>There&#x27;s a lot of different kinds of pairing. Try to research what exact methodology they&#x27;re practicing so you know what kind of role you can expect on game day.