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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Advice on Designing an Interview?

3 点作者 wlpu超过 3 年前
I recently started at a company x months ago. A colleague and I, both agree t0hat the interview process is not one we would willingly tackle again. I raised this with my manager and they have delegated complete responsibility to myself, which I am pleased about, however I don't have a huge amount of experience as an interviewer, although I have done government training to be an interviewer (anti-bais, score cards). The type of role is a Data Engineer favouring the profile of a Software Engineers in the data space. What advice can you offer? If you have interviewed for a similar role what good/bad experiences have you had?

4 条评论

rzz3超过 3 年前
If you’re going to give a code challenge, make it simple, representative of a real-world problem, and allow them to use resources like stack overflow/blogs/manuals/GitHub issues. Code challenges where you implement an algorithm from memory select only one type of candidate: people who study for interviews.
muzani超过 3 年前
It&#x27;s pretty simple - find people who are smart and get things done.<p>Do test their technical ability, the ability to actually do the job. Fizzbuzz filters a remarkable number of people, so you don&#x27;t actually have to make it too tough. One of my favourite tests is seeing if someone can reverse a linked list, or do stuff like a FIFO queue with a filter.<p>You often want to filter overly clever people. So you might play with time. Give them too much time to do a simple implementation, but too little to do a full one.<p>And then you want to filter for people who just dumbly copy paste answers. This is most fun as a conversation around certain topics. It doesn&#x27;t have to be a technical challenge. I&#x27;ve had a lot of fun just discussing architecture and tech stacks with applicants. How would you solve this problem? What stack? What&#x27;s the drawbacks?
VirusNewbie超过 3 年前
I think easy level coding challenges are a good filter, but <i>not</i> a good way to assess technical skill.<p>At my previous bigco, I did a collaborative linkedlist problems to understand if they could handle null checks, recursion, checking bounds, etc.<p>Some people clearly had been practicing LL coding stuff so they flew through it in ten minutes, so I&#x27;d just change it a little to make sure they understood what they were doing.<p>Other folks were deathly nervous and would bumble through it but they&#x27;d eventually pass, but they got the same &#x27;score&#x27; as the people who did it in five minutes.<p>Some people couldn&#x27;t pass it no matter how many hints I gave them, they didn&#x27;t even really understand loops&#x2F;recursion. So the filter worked there, and that was the point.<p>It&#x27;s other rounds that you can assess the depth of their knowledge moreso than coding challenges.
avl999超过 3 年前
Whatever you do, do not give a &quot;take home assignment&quot;... one of the worst trends in the industry.
评论 #30282707 未加载