Ask HN: Tell me about how you bombed a technical interview
41–50 of 130 posts
Re: Ask HN: Tell me about how you bombed a technical interview
#42My son was only a few months old. I had made it to the final rounds the interview process at a FAANG. He hd kept me up the night before as he had a cold I tended to take care of him in the night so my partner could sleep. Next day I was asked all kinds of fun, esoteric questions about the C specification. That’s was hard. I was frazzled. The final question I was asked to implement knn. Which I did brute force. And th…
Re: Ask HN: Tell me about how you bombed a technical interview
#43Re: Ask HN: Tell me about how you bombed a technical interview
#44Was interviewing at a super friendly seeming company that happened to also do a ton of government and security work. They asked me how I've dealt with someone on a team I didn't work well with and I mentioned someone from a senior project who wasn't pulling their weights. I basically said pulled up his slack and moved on but then "destroyed him during reviews." I didn't realize how much of a faux pas this was for this type of interview and was told I didn't get the job because of issues working with others.
Having conducted hundreds of interviews now I realize the error of my ways but I still maintain writing a bad review of someone is not that bad when compared to the other unhealthy ways to handle it.
In the end I lucked out because that would have put me in the world of high clearance government worked that I've grown to hate these days, they may have been able to Stockholm syndrome me into liking that kind of work.
Re: Ask HN: Tell me about how you bombed a technical interview
#45The first round grilled me about bond coupons and asked why I would apply to a bank if I didn’t know what that was. Completely flustered, I was handed a pen and paper Java assessment, and I completely froze up. Not even algorithms, simple stuff about scoping and how primitives and Objects do or don’t retain mutations after you return from a method. I bombed. The last interview was a clearly coked-up trader making fun of me, calling me an idiot, and asking me “how the fuck you got into MIT.” I cried on the way home.
Re: Ask HN: Tell me about how you bombed a technical interview
#46Phone screen interview with Google. Interviewer asked about how I would keep track of the nth highest value in an infinite stream of values. I said I would use a heap. Then interviewer asked to me write the code for that heap in a Google Doc. I can't remember what I wrote, but I'm pretty sure that I barely got started. Boom.
Lesson here is that simply knowing something in general might not be enough. If you think you know something, try implementing it from scratch to be sure.
Re: Ask HN: Tell me about how you bombed a technical interview
#47Worst interviews are ambushes. Things are going fine, you're discussing tech stuff, guy decides you need to "code" right now in an alien coding environment. First time, guy asks me how I'd do some problem, I talk him through it, I mention there's an easy O(n^2) way but with a bit of thinking there's probably an nlogn way. He doesn't want to let me think for half a minute, just rushes me into the inefficient solution.…
That's a great description that hiring managers / HR / people who design and conduct interviews should contemplate. Are we ambushing candidates or are we seeking to understand their strengths and weaknesses?
Re: Ask HN: Tell me about how you bombed a technical interview
#48The core of the interview was a series of puzzle questions, some of which were domain questions, some of which were not. The interviewer would frequently answer a question before I had sufficient time to think about it. I could have figured out the answers had they not been fired off in rapid succession. I think they believe these questions are fundamental in some sense, but I'd question the importance of most of them. And scientific software developers rarely need to solve problems 30 seconds after hearing the problem statement.
People say that the interviewee should be interviewing the interviewer too, so after the interview I wondered how they might have reacted if I started asking them some puzzle questions that I think are fundamental as well. I want to make sure that they know their stuff too, right? I bet they would have absolutely bombed that.
I think their process selects for people who memorize answers to questions, as I skimmed the company's Glassdoor before the interview and saw many of the questions posted on there. So I doubt this process is actually selecting the most qualified candidates. Plus, these days I think ChatGPT might do a fair job of quickly answering these questions...
Re: Ask HN: Tell me about how you bombed a technical interview
#49(I've since been told the position is still available, because there are two available and they haven't decided who is filling that other position on top of the one I applied for)
Re: Ask HN: Tell me about how you bombed a technical interview
#50I found myself interviewing with a hedge fund last year because they liked some of my open source stuff (and approach to API design)... I had about six conversations with a bunch of the team and a conversation with the CEO to sell me on the position. The last step was a seventh “conversation” with the Chief Data Officer to figure out if this was something I really wanted. The CDO had different ideas… he joined the Zo…
However, instead of the founder, an engineer ambushes me in the zoom call and starts a full on technical interview. In retrospect I should have ended the call there and then but I had already committed the time and it was only 30 minutes so I did my worst technical interview ever.
I'm still annoyed at their behavior, the company ended up folding so that's the silver lining.