Live data from Hacker News

Ask HN: Tell me about how you bombed a technical interview

news.ycombinator.com

121–130 of 130 posts

Re: Ask HN: Tell me about how you bombed a technical interview

#121
post #120

Earlier quoted context omitted.

It's a rather stupid question because there are plenty of libraries that can do it better than you could come up with. It's the kind of thing that if I saw a developer wasting their time with at my company, I would immediately fire them, it's akin to rolling your own cryptography.

That series is the definition of the exponential function, literally high-school math. As I said depends on the role. Normal SWE? Sure, it's trivia and a rather stupid question. For a more science-y or finance role, I'd be very concerned if the candidate doesn't know it.

What about a finance role requires one to know how to inefficiently produce approximations of known constants?

Re: Ask HN: Tell me about how you bombed a technical interview

#122
post #120

Earlier quoted context omitted.

That series is the definition of the exponential function, literally high-school math. As I said depends on the role. Normal SWE? Sure, it's trivia and a rather stupid question. For a more science-y or finance role, I'd be very concerned if the candidate doesn't know it.

What about a finance role requires one to know how to inefficiently produce approximations of known constants?

The real question is what else you don't know if you don't even know that...

The power series definition of the exponential function is basic mathematics, and is widely used in financial modeling. This cowboy attitude towards math is just depressing.

An alternative closely related interview question that's a favorite of mine is "please compute the monthly payment for a $200,000 mortgage over 20 years at 3% yearly interest".

You shouldn't be allowed to graduate high school without knowing how to do that, and you'd be surprised how many self-described economists can't answer it.

Re: Ask HN: Tell me about how you bombed a technical interview

#123
post #89

Despite having almost two decades of experience they asked me the kinds of questions that only someone who recently aced a CS theory class could answer. The kinds of things that do not matter at all to the job. I didn’t even bother. I just said I didn’t know the answer, and that them asking those kinds of questions made me not want to work there. I guess that counts as bombing, but I really could not have cared less.

Do you have an example or two?

IIRC they wanted to know the efficiency of different algorithms like big O notation stuff. Maybe it would be understandable if we were doing high performance real time programming in C. The job was writing HTTP APIs. I aced all the HTTP and SQL questions.

Re: Ask HN: Tell me about how you bombed a technical interview

#124
post #122

Earlier quoted context omitted.

What about a finance role requires one to know how to inefficiently produce approximations of known constants?

The real question is what else you don't know if you don't even know that... The power series definition of the exponential function is basic mathematics, and is widely used in financial modeling. This cowboy attitude towards math is just depressing. An alternative closely related interview question that's a favorite of mine is "please compute the monthly payment for a $200,000 mortgage over 20 years at 3% yearly int…

[deleted]

Re: Ask HN: Tell me about how you bombed a technical interview

#126
post #122

Earlier quoted context omitted.

What about a finance role requires one to know how to inefficiently produce approximations of known constants?

The real question is what else you don't know if you don't even know that... The power series definition of the exponential function is basic mathematics, and is widely used in financial modeling. This cowboy attitude towards math is just depressing. An alternative closely related interview question that's a favorite of mine is "please compute the monthly payment for a $200,000 mortgage over 20 years at 3% yearly int…

But the farther from high school the less likely to remember.

Yes I did that in my C++ class in high school. But no I couldn’t do it now and end up with the right answer without some review. I’ve spent a decade and a half doing other things that should matter more than sword drills.

Re: Ask HN: Tell me about how you bombed a technical interview

#127
post #16

I 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…

I'm curious to how you ended the interview

Re: Ask HN: Tell me about how you bombed a technical interview

#128
post #16

I 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…

jesus christ, similar experience.

this kid wanted me to sort an array without using array.sort method in js.

that was the most stupid thing i was asked to do in my life, i had to end the interview.

i went as far as telling the founders they made bad hires. other red flags was overengineered web app, too buggy, no seo, no ogp, shit in mobile responsiveness.

their startup was defunct within 6 months, no wonder.

Re: Ask HN: Tell me about how you bombed a technical interview

#129
I bomb most technical interviews if I'm being honest. I struggle quite a bit with the text book questioning part of the process, mostly with using the correct terminology. I think this is partly because I've been remote for the last 10 years and don't talk programming with other developers very often, but also I'm just the kind of guy that struggles grasping the words I'm looking for in conversation and ends up saying things in a round about way.

I'm probably in the minority here, but I prefer live coding exercises. Definitely more confident showing my competence than trying to explain it.

Re: Ask HN: Tell me about how you bombed a technical interview

#130
Earlier in my career, I had pretty good luck in interviews. I think I got offer from pretty much every place I had interviewed at.

I stayed for pretty long time at my last company. In mean time, interview processes changed and it was all about LeetCode. I knew a little bit about it but all I thought was that it is similar to FizzBuzz problem. And I enjoy puzzles, so I thought that it would be fun.

I applied at Facebook, the recruiter tried to warn me but she also told me that since I have been programming for so long, it should be no problem. I didn't really looked at real problems, instead just tried a few examples that were there to get to you familiar with Facebook interview environment. They were pretty easy, so I was feeling very confident.

Needless to say in the actual interview, I could not even decipher problem. The interviewer helped me understand it. I was able to create brute-force solution but could not optimize it. Felt pretty dumb.

After that I looked up LeetCode, spent hours practicing it. I forgot about everything else.

Eventually, I restarted interview process. The next company I applied for was to warm up. I passed all their 3-4 LeetCode and System Design rounds. I started to feel good about it.

But I was so focused on technical aspects that I forgot about behavioral interview part. My brain was so focused on puzzles that I thought all those normal behavior questions were trick questions. I blanked and mumbled mostly. I really liked the interviewer too, I thought he had similar personality as me.

Then I went back to basics and wrote down answers to various behavior questions. And tried to revise those questions before my next few interviews. There I got still rejected but got a few offers. However, this experience also taught me that I cannot rely on my previous good luck anymore and should spend time preparing.

Post reply on HN