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.

Ask HN: How to design a data science interview process

1 pointsby hashemianalmost 4 years ago
Our startup is planning to hire a new employee with expertise in data science. The main responsibility is to work with our existing and incoming data, and extract some meaningful information from it, create prediction and classification models to address relevant questions, and similar work.<p>For other positions we often have three technical interviews:<p><pre><code> - First one is done by an HR, involves ~10 simple short-answer technical questions, to weed out those with just a fancy CV. - second one focuses theoretical skills: e.g. algorithms and data structures, programming language and tools, software engineering, etc. - Third one focuses on practical skills: often involves one practical question that the person is supposed to resolve within one to two hours. </code></pre> We are planning to follow the same pattern. For the third step, we have a good question that can show how the person thinks about the problems, how she approaches them and finds a good solution, etc.<p>For the first and second though, I&#x27;m wondering what questions we should include to assess the candidates? I&#x27;ve read previous HN posts like this one [1] and similar interview question banks, but because I don&#x27;t have experience in this domain myself, I don&#x27;t know which questions should be known by someone with good experience in data science, and which one is a bad one (&quot;gotcha&quot; question, something that is often googled, too theoretical, etc.)!<p>Any advice on how to pick questions for this position?<p>If it&#x27;s any relevant, I do have CS background and a fairly good understanding of programming and software engineering. I also follow ML&#x2F;AI topics out of interest, but have no practical experience there.<p>Reference: 1. &quot;Data science interview questions with answers&quot; https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24460141

2 comments

sebgalmost 4 years ago
Read these three articles:<p>- <a href="https:&#x2F;&#x2F;erikbern.com&#x2F;2018&#x2F;05&#x2F;02&#x2F;interviewing-is-a-noisy-prediction-problem.html" rel="nofollow">https:&#x2F;&#x2F;erikbern.com&#x2F;2018&#x2F;05&#x2F;02&#x2F;interviewing-is-a-noisy-pred...</a><p>- <a href="https:&#x2F;&#x2F;erikbern.com&#x2F;2021&#x2F;07&#x2F;07&#x2F;the-data-team-a-short-story.html" rel="nofollow">https:&#x2F;&#x2F;erikbern.com&#x2F;2021&#x2F;07&#x2F;07&#x2F;the-data-team-a-short-story....</a><p>- <a href="https:&#x2F;&#x2F;huyenchip.com&#x2F;ml-interviews-book&#x2F;" rel="nofollow">https:&#x2F;&#x2F;huyenchip.com&#x2F;ml-interviews-book&#x2F;</a>
评论 #27858692 未加载
temp234almost 4 years ago
&gt; We are planning to follow the same pattern.<p>I&#x27;m curious, why?<p>It seems like you could just do the third step since that&#x27;s the only one you feel confident you&#x27;ll do well, and it also gives you the most information about what they&#x27;re like to work with.