Live data from Hacker News

Tech Interview Torture Chamber

mattfriz.com

21–30 of 232 posts

Re: Tech Interview Torture Chamber

#21
post #5

We all agree the tech interviews are broken. I suspect that the next trend in tech interviews will be worse in just a slightly different way. We got rid of the "Why are manholes round?" questions, now we have live coding tests.

Do we though? What if the current system is the least bad option out of a set of much worse alternatives?

Maybe we should try a few more options before deciding that we're in the best of all solutions.

Re: Tech Interview Torture Chamber

#22
post #9

> Always start off by asking the candidate, "Is this still a good time?" Is there a better way to ask this? It would be relatively awkward for the candidate to bring up on their own, so it seems like a good idea to make sure nothing unexpected has occurred since the call was planned. > Alright, that's enough chit chat. Curtly prod them to submit to the interrogation. Assuming it's still good to have the call, why wou…

I agree. Phone tech interviews are usually low level screens to see if the candidate has the minimum technical chops to come on board. Short and sweet is what I prefer, especially since I'm usually doing the phone interview on a lunch break and would like to have some time to actually wolf down my lunch.

Collaborative code editors are an unpleasant modern addition to the interview process. Plus I'm usually writing the code in another window before transcribing it to the collaborative window, usually leaving the person on the other end of the call to wonder if I disappeared. I tend to pass these things though.

Re: Tech Interview Torture Chamber

#23
Don't forget to treat everyone the same on the technical questions, whether they are a new grad with no professional experience or a 20 year veteran with a proven (and easily verifiable via references) track record of success. Make sure they all run the gauntlet!

Bonus points for grilling open source developers who wrote some critically important tool your company depends upon, and/or are the person who literally "wrote the book" on the technology you expect them to use.

Re: Tech Interview Torture Chamber

#24
> When the candidate eventually offers a solution and asks for validation, fan the flames of their inner doubt by being non-committal and hesitant. "Yeah, that's sort of right, I guess that's good enough. Uh oh, looks like we're out of time! Do you have any questions?"

I had a good laugh at this. It's too accurate :)

Re: Tech Interview Torture Chamber

#25
post #5

We all agree the tech interviews are broken. I suspect that the next trend in tech interviews will be worse in just a slightly different way. We got rid of the "Why are manholes round?" questions, now we have live coding tests.

Do we though? What if the current system is the least bad option out of a set of much worse alternatives?

Before oversupply of programmers simply talking to people for a few minutes was good enough to determine their competence.

Re: Tech Interview Torture Chamber

#26
The one I love is when they ask questions that are completely unrelated to what the position is for. e.g. I applied to a startup company that sold used cars online for a senior web dev position. Their junior dev asked me about a maze solving algorithm.

I knew the VP of engineering through one of my contacts and sent him an email asking him how a maze solving algorithm relates to web development. To his credit the VP apologized and set up another interview albeit with an even more junior developer who asked about finding loops in a linked list.

sigh

Thankfully I didn't take the job because the company shut down recently.

Re: Tech Interview Torture Chamber

#29

Don't forget to treat everyone the same on the technical questions, whether they are a new grad with no professional experience or a 20 year veteran with a proven (and easily verifiable via references) track record of success. Make sure they all run the gauntlet! Bonus points for grilling open source developers who wrote some critically important tool your company depends upon, and/or are the person who literally "wr…

I am, almost, a 20 year industry veteran. I have no problem being asked to run the gauntlet. I'm happy for a chance to demonstrate my skills. Candidates that expect some sort of preferential treatment due to the number of years they have been working arouse my suspicions.

Re: Tech Interview Torture Chamber

#30
One thing I found out from interviewing a lot (for junior-ish positions) was that dynamic programming questions are actually your friend. Since it's a "hard topic" they give you a relatively easy one that can be solved using brute force recursion with memoization slapped on top so it takes like 5-10 mins and looks super impressive.
Post reply on HN