logoalt Hacker News

seanmcdirmidtoday at 6:26 AM3 repliesview on HN

Just to be clear I have no problem passing these interviews, I just spent a few weeks cramming leetcode and got a job at Google. Leetcode wasn’t the main reason I was hired, but it was a filter that I had to get through (I’ve never been given fizzbuzz before, but I assume that is just because it’s no longer in style and hasn’t been for more than a decade). You just don’t throw yourself into on the fly coding, you practice them because your competition has and you will look bad if you don’t. Let’s not pretend that any of us are ready to do alien dictionary at the spur of a moment, or thats a useful skill for our role.


Replies

anonymarstoday at 4:30 PM

This is FizzBuzz:

1. Output the numbers from 1 to 100

2. If the number is a multiple of 3, write Fizz instead of the number

3. If the number is a multiple of 5, write Buzz instead of the number

4. If the number is a multiple of 3 and 5, write FizzBuzz instead of the number

Does that really sound like something requiring special practice and preparation? Assuming a decent interviewer would help out with the modulo operator if that was unfamiliar

show 1 reply
anonym29today at 3:19 PM

I'd agree with you 100% if these were Leetcode mediums and hards. They were not, these were quite literally the easiest LC easies I could find.

While my career involves writing code, I am not a SWE, I have never done any formal leetcode prep, and I have no formal education in technology beyond a high school CS class. I have no college degree whatsoever, not even an associate's degree.

I had a rule I stuck to when doing these interviews (which were for a SWE role) that felt very fair to me - I would not give these candidates any problem I couldn't solve in the same circumstances.

For reference, in the allotted time, one such candidate spent a good chunk of their time reading up on JS if/then syntax on w3schools. As I watched, I reminded them they could use any language they wanted, if they were more comfortable or familiar with others, and this Harvard CS grad declined, stating JS was their "strongest" language.

My best guess about these cases were rich kids / legacy admissions that weren't allowed to be failed for political reasons.