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: Advice on flipping SWE interviews upside-down?

2 pointsby offbynullabout 2 years ago
We&#x27;re about to start interviewing for an SWE role. Rather than asking each candidate to do leetcode questions or take-home assignments, we&#x27;re going to be asking them to present some existing code they&#x27;ve written and pair with a team member to modify it in some meaningful way. The team member and the candidate work together as equals to add in a new feature, switch to different data structures &#x2F; algorithms, fix a bug, document, etc..<p>Has anyone had experience with doing something like this in the past? Everything I’ve personally experienced has been leetcode or take-homes. My hope is that ...<p>1. the candidate feels more comfortable during the interview since it’s their code.<p>2. the candidate and the team get a better feel for how each other works &#x2F; how they work together.<p>3. it helps the candidate interview us as much as we&#x27;re interviewing them.<p>4. it’s more respectful of the candidate’s time (no take-home or grinding leetcode required).<p>EDIT: I should mention that we have backup problems in place if they don&#x27;t feel comfortable sharing. The context will be the same, both the candidate and the team member will be working as equals to address the problem.

3 comments

version_fiveabout 2 years ago
If you ask someone to bring their own code, you are assuming they have some code to share that they are also confident enough in to bring. I can see lots of people agonizing over this. Even if you&#x27;ve got a relatively broad base of shareable code you&#x27;ve written, what&#x27;s right for the context of the interview? It would be stressful for a lot of people, probably more than just doing a coding exercise.<p>I&#x27;d suggest giving people another option as well.
评论 #35833394 未加载
mattbillensteinabout 2 years ago
Few problems - this is a lot of overhead for you I think, and it&#x27;ll be hard to measure the strength of one candidate vs another.<p>Also, a lot of SWEs most significant code bases they&#x27;ve worked on will not be theirs, but property of a previous employer.<p>The best I&#x27;ve figured out is to have a straightforward coding exercise that doesn&#x27;t have a lot of dependencies and can be solved fairly quickly in any language the candidate chooses. Do this live in one of your interview sessions - I don&#x27;t like take-home stuff, it discourages above-average candidates.<p>Have a couple places where they could chose the wrong data structure or algorithm. And have a follow-up that modifies the first solution to do something slightly different. Give this same exercise to all candidates - you&#x27;ll more easily know if candidate A is better than candidate B, etc.
nagyfabout 2 years ago
All code I wrote during my 12 YoE is a property of a company. And obviously I don’t even have access to it.<p>With this type of interview you rule out a LOT of people, and only keep in the pool who either works on open source, or do great projects in their free time.<p>If that’s the intention, do it. But otherwise I don’t think it’s a good idea.<p>I think a _ WELL PAID_ take home project is much better way to interview people.<p>(Saying all this from the interviewee perspective)