I mean, is it a great way for companies to hire? No, not really. Is it how many companies hire? Yes. Do I occasionally learn a few things while doing this sorta prep? Occasionally. All-in-all, the expected value from a bit of prep seems worth it.
I am sick of LeetCode-style interviews
211–220 of 625 posts
Re: I am sick of LeetCode-style interviews
#212Earlier quoted context omitted.
How do you know they produce false negatives over false positives? How do you know if your top candidates simply didn't cheat over the honest candidates that produced worse but honest code?
How do you cheat at live coding?
Re: I am sick of LeetCode-style interviews
#213> I don’t really have a solution to this problem, I just know it’s a problem. The solution is simple: refuse to do those interviews. I have, and I wish more engineers would. It's one of my screening questions: do you do whiteboard style quiz/brainteaser interviews? If the answer is affirmative, I politely (and sometimes impolitely) decline. I've written a book, edited another, contributed to plenty of open source, in…
Re: I am sick of LeetCode-style interviews
#214Earlier quoted context omitted.
> Senior Java developers who could not import HashMap without looking it up. Eclipse does not without me having to even look at it. IntelliJ does the same. In what situation these people had to import it by hand? They had no ide available or what?
No IDE, specifically to test basic ability. We use a web-based shared editor, that has syntax highlighting, and auto-tabbing, but specifically no auto-complete nor auto-import. Sometimes, it's just pseudo-coding, either in a conversation, or on a whiteboard. Even though Eclipse does it, I'm sure you know where HashMap lives. Some people are compile-and-pray type devs. They lean on auto-complete for everything, not as…
Why?
----
I'd struggle. It's a trivia question as it has no bearing on modern Java development
Modern IDEs both collapse the import section, and auto-import on the fly
The only reason I'd see the line is:
* Looking up documentation: very rare
* Conflict on the import - unlikely
* Code Reviews - skimmed over
Re: I am sick of LeetCode-style interviews
#215Earlier quoted context omitted.
>All the talk about diversity, but no diversity of thought. Only LC chasers. I genuinely believe this decreases innovation massively. Nice belief, but good luck proving it. I imagine the people grinding LC are harder working/more innovative than people who watched TV instead.
Yes, those are the only two options. I'd rather spend time with my kids than grind for 4 hours a day to get ghosted after the 5th round of interview.
Re: I am sick of LeetCode-style interviews
#216Earlier quoted context omitted.
I've also used FizzBuzz at several companies, and the insane amount of people it filters out continues to boggle my mind.
Do you tell them what the "mod" operator is before giving it? The failure rate of FizzBuzz has always struck me as depending on the idea that you can do a lot of programming and just never need that operator.
But without any "real" math at all you can do it with, eg, two counters and some if statements. Or if you recognise that there's a repeating pattern you can work out that pattern manually and just write code to emit it over and over.
Re: I am sick of LeetCode-style interviews
#217Re: I am sick of LeetCode-style interviews
#218Earlier quoted context omitted.
> leaked on eastern forums immediately What exactly are "Eastern forums"? "Eastern" what? Europe? Asia? The world?
The most common example would be 1point3acres. I'd prefer to not be more specific; I chose the word Eastern on purpose. For DEI committees reading this: I am both eastern european and asian, so I hope to be exempt from any scrutiny.
Re: I am sick of LeetCode-style interviews
#219Re: I am sick of LeetCode-style interviews
#220Leetcode style interviews probably serve two functions: 1) A way to suppress wages and job mobility for SWE. Who wants to switch jobs when it means studying for a month or two? Also, if you get unlucky and some try hard drops an atomic LC hard bomb on you now you have an entire company you can no longer apply to for a year. 2) A way to mask bias in the process while claiming that it’s a fair process because everyone…
higher education, even job experience is no longer considered a sufficient barrier to entry.
reminds me when the guy who wrote homebrew failed the apple interview. if i recall.
ironic because they use brew so much internally.