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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Common interview questions for senior software engineer position?

11 点作者 cookerware将近 11 年前
Hi guys, I have a 3 hour interview coming up on Monday, this will be my first senior level position. Prior to this, at various other places I have worked as intermediate.<p>What questions should I prepare myself for? 3 hours seems awful long just for asking technical questions?<p>All in all, I hope to transition into senior level position smoothly. Most of my experience comes from building my own products (SaaS, desktop etc). and working as an intermediate level software engineer for a few years and finally working as a freelancer.<p>The position is for a backend developer, and they have popular mobile games that they need to support.

8 条评论

andrewf将近 11 年前
Each company is different, I could be way off the mark, and 3 hours strikes me as a little short for the standard format.<p>A common interview format will have you doing multiple, separate interviews, usually 60 minutes long, with different people. The purpose of this is to gather a few independent opinions. You might be asked to write code, you might be asked to sketch architecture, you might be asked to tell war stories.<p>Try to stay relaxed, be candid, and take a break&#x2F;drink&#x2F;use the restroom between interviewers. Try to start with a blank state, mentally, for each round. Also, bear in mind that if you&#x27;re breezing through the interview, people will often start asking tougher questions to try and figure out where your limits are. If, by the halfway mark, you&#x27;re being asked things you don&#x27;t know the answer to, that does not mean you&#x27;re failing. (Avoid bullshitting if you reach this point, it&#x27;ll be obvious and count against you, it&#x27;s worse than just saying you don&#x27;t know)
chrisbennet将近 11 年前
Usually, you interview with a few people in sequence, that&#x27;s why it can take so long.<p>In my experience, many technical interviewers are not very good at this interviewing thing; it isn&#x27;t their core skill and on top of that they are <i>human</i>.<p>One of the early technical questions should answer the question: &quot;Are you here by accident?&quot; Google &quot;fizzbuzz&quot; for an example of this sort of question.<p>A poor but all too common flavor of interview question goes like this: &quot;How would you write something that you would never write in real life but should have learned about in school?&quot;<p>The interviewer looked it up before the interview so it&#x27;s blindingly obvious <i>to him</i>. When you stumble trying to remember the Taylor series for the sine function they will think you are a bit slow. I always brush up on linked list and tree operations to prepare for this type of question. Try not to hold it against them - remember, the person asking them probably doesn&#x27;t know what they are doing and all they may have been exposed to are other bad interviewers asking them this sort of question i.e. they know not what they do.<p>The <i>good</i> interviewer will try get you into the relaxed state you would be if you were actually working with them, and then ask you a technical question that&#x27;s actually relevant to what they do day to day.
EdwardDiego将近 11 年前
Hi mate,<p>We choose our interview questions based on the position and how the candidate presents themselves - e.g., if you state you have strong SQL skills, we&#x27;ll be expecting you to demonstrate those skills.<p>In the first filter interview, we&#x27;re generally looking for war stories that show you have what we&#x27;re looking for, so if the word &#x27;scalable&#x27; pops up in a job description, for example, then a relevant anecdote on a time you had scaling issues and overcame is worth making notes on.<p>We also prefer to have you work on actual problems on a computer while pairing with one of our team members instead of doing stuff on a whiteboard. We&#x27;re interviewing for skills and team fit, and if you&#x27;re intelligent, then skills can be taught, but attitude rarely can.<p>In summary - depends on the specifics of the job description.
px1999将近 11 年前
At a senior level in the places that I&#x27;ve seen, I&#x27;d expect a mix of very abstract as well as more practical questions.<p>The other responses show some of the more algorithmically based practical questions. Things like fizzbuzz, quickly followed by how you&#x27;d do an in-place string reversal, followed by whether you&#x27;d use quicksort vs mergesort for something. Personally, I don&#x27;t see a huge point in too many maths-based questions because Google, so it&#x27;s a litmus test and not a skills test IMO.<p>Then there are language and framework related questions - maybe you&#x27;ll get shown some complexish code and be asked to spot the bugs. Or you&#x27;ll get asked how, in practical terms, you&#x27;d go about achieving something (with which library would you be working). This would also go over the technologies and skills you might actually need to have to do your job at the company.<p>To see the cultural fit, they might ask about a project that interested you, and why it interested you. I come from a government town, so this question winds up being pretty awkward, but a lack of passion and enthusiasm is something that I&#x27;ve seen technically-relatively-competent people turned down for.<p>At a higher level, there&#x27;s things like &quot;say we wanted to create a link shortener, how would you go about implementing it?&quot; and the follow ups on scaling and asynchronous processing (&quot;what about analytics?&quot; etc.) Stuff which gets you talking in terms of the components and how they&#x27;d interact in terms of queueing, designing for reliability etc etc. These types of problems really have no wrong answer, and you can learn a lot about how the developer thinks, their areas of interest, and whether they&#x27;d be a good fit for the team without ever getting them stuck on a problem.<p>At the end of the day, I haven&#x27;t asked&#x2F;been asked, questions that are that different from those that you&#x27;d ask a junior or intermediate interviewee, it&#x27;s the detail and quality of the response that you expect to be different.<p>That said, with 3 hours, they&#x27;ll probably have the interview and then get you to code something.
jesusmichael将近 11 年前
They will probably ask you to actually code something. I don&#x27;t know these guys... but they might ask you some silly ass trick question..<p><a href="http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/" rel="nofollow">http:&#x2F;&#x2F;www.programcreek.com&#x2F;2012&#x2F;11&#x2F;top-10-algorithms-for-co...</a><p>Check that out.
bra-ket将近 11 年前
<a href="http://www.quora.com/Which-are-the-frequently-asked-interview-questions-for-Java-Engineers" rel="nofollow">http:&#x2F;&#x2F;www.quora.com&#x2F;Which-are-the-frequently-asked-intervie...</a>
ITB将近 11 年前
&#x27;ll give you a mock phone interview if you&#x27;d like. Just give me your info and we can set it up.
jesusmichael将近 11 年前
and this <a href="http://algorithmsandme.blogspot.in/p/blog-page_27.html#.U4o2OCgkRWs" rel="nofollow">http:&#x2F;&#x2F;algorithmsandme.blogspot.in&#x2F;p&#x2F;blog-page_27.html#.U4o2...</a>