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: What is the best way to test a software developer

1 pointsby nazka10 months ago
It’s no news that many people hate leetcode exercices and many people think that beyond screening it’s not that useful. So then what are the best ways or processes you know to test a candidate and his skills/code/modeling/knowledge…?

5 comments

PaulHoule10 months ago
Usually a person is going to be interviewed by a few individuals and groups and it&#x27;s fair for the candidate to face different interview styles.<p>I like to get people to talk about a project that they are proud of that that they felt particularly engaged with. If it&#x27;s a hobby or a side project that&#x27;s great, but if it something they did at work that&#x27;s great too. If they&#x27;re not proud or passionate about anything that&#x27;s a bad sign. This kind of question is good for rapport building and will often put the candidate at ease so it&#x27;s good to ask this question early in the interviewing process.
genezeta10 months ago
Do an interview with 2 or 3 people from the team with the open position. Include in the interview a discussion about some recent piece of work the team has done. Ideally choose something not too big nor too small. Do <i>not</i> choose an absurdly obscure bug you fixed or an overly weird or complex feature.<p>Once in the room, don&#x27;t go too hard on it. Present the task and whatever limitations and then ask for approaches, concerns, potential solutions, cost... Do ask for details but not necessarily written code (unless they want to write something to explain some idea and it is simple, scribbled code). Let them explain their idea, the approach, the tools, the solutions, the difficulties they see. Discuss potential problems with those solutions, if any. Think how they match -or not- what you actually did. If it doesn&#x27;t match, compare and evaluate why. Discuss your solution with them.<p>BUT: Do not take shortcuts. Don&#x27;t use a generic task or exercise but something you&#x27;ve actually done in the last 2 months. Don&#x27;t just ask a bunch of fixed questions but do strike an open <i>conversation</i> and discussion as if it was closer to a planning meeting or a brainstorming with a colleague instead of an interview. Don&#x27;t just present your solution and discuss that but leave room for their own ideas. And don&#x27;t just scoff and brush off any ideas you already discarded or know that don&#x27;t work, though you can, obviously, point out any problems with those solutions. Finally don&#x27;t simply evaluate how close they get to how you actually did it but focus more on the thinking process, how the way they <i>approach</i> the process matches your own.<p>Try to do this &quot;gently&quot;. The candidate may be nervous. Make an effort to explain that there isn&#x27;t a single right answer and do make it feel like a conversation not just a bunch of questions. Use the fact that there is more than one person from the team to your advantage in making it conversational and casual.
mike_314110 months ago
I&#x27;ve had success with creating coding tasks that assess skills required for the job.<p>Provide some sample code, perhaps with bugs, perhaps without, and ask the candidate to add features, etc.
prithvishdoshi10 months ago
Interviews that mimic the work a potential hire is going to do, if selected by the company.
marssaxman10 months ago
&quot;Testing&quot; is the wrong attitude. This is not a university exam. You&#x27;re not trying to determine whether someone has studied the material - that would be a waste of everyone&#x27;s time.<p>The point of a useful interview is to learn what it would be like to work with someone. The point of a coding problem is that it gives the candidate a chance to show you how they work. How do they break down a problem and start devising a solution? How do they communicate about their thinking? How do they resolve uncertainty?