Earlier quoted context omitted.
> 7. Background checks start in parallel with on-boarding. First week is spent with business unit teams to learn what the company actually, really does. Yikes!!! I’ve never heard of a potential employer giving offers before background check. Do you tell candidates this before they quit their current jobs?
Exactly. A lot can unexpectedly go wrong during a background check, some companies ask employees for (very old) W2's they may not have, etc. There was a time when I worked at and a new co-worker suddenly disappeared without a trace, and I was told in confidence by a VP they "were not who they said they were" which I presume means they failed a background check. This was during growing pains, they were probably doing…
Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
211–220 of 286 posts
Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#212Earlier quoted context omitted.
This is normal for non-tech employers. It is novel in tech, but not something that is bonkers in other sectors. We're able to have developers on the payroll three-four weeks before offers are out by competitors.
I wonder where you find developers desperate enough to accept such conditions - I'm not sure I'd want to work with them.
Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#213Earlier quoted context omitted.
Not him but 1.) DS and Algo knowledge are way overrated in day-to-day job functions. I have yet to have to implement a single DS or Algo from those classes (they are almost always available to the framework, standard library, or language), runtime complexity has literally never once come up in my life, and the most I've ever needed to know about data structures is "which one should I use here?" and 99% of the time it…
> runtime complexity has literally never once come up in my life There are definitely different types of programming jobs, but for some contrast: I have never had a job where runtime complexity did not come up as a significant factor somewhat frequently. It really comes down to what you’re doing, but at a certain scale or size of problem you really do need to know about algorithms, data structures, and runtime comple…
That's what most people on HN forget. The programming world is huge. Even more so, if you include all the stuff we wouldn't traditionally include, such as people using code to optimise business or production processes.
It's always best to assume that you don't know what "most software jobs" are like, because you're very unlikely to have seen more than a tiny slice of it.
Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#214Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#215You misunderstand, interviews are about gatekeeping, not about demonstrating relevant competence
Not saying the method works, but I think it's weird to argue that it isn't at least an attempt at having good candidates.
Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#216Earlier quoted context omitted.
> 7. Background checks start in parallel with on-boarding. First week is spent with business unit teams to learn what the company actually, really does. Yikes!!! I’ve never heard of a potential employer giving offers before background check. Do you tell candidates this before they quit their current jobs?
Yeah this sounds like it should be illegal, although it's probably allowed in the US. There's no way it is clearly communicated to candidates, I don't think most people would agree to a contract that says "FYI we might fire you after a week if HireRight doesn't like you, no we can't check beforehand you'll just have to hope you meet our standards."
I would think that people affected by this are probably used to this coming up and are up-front with what happened before the accepting the offer. "Hey, so great to hear about the verbal offer. So about white collar crimes..."
Unless the company is somehow getting expunged records or something like that, it's likely that the person is lying about something they shouldn't have and got caught.
Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#217Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#218Earlier quoted context omitted.
Undisclosed felonies is a popular one.
Had they disclosed the felony would they have made it that far?
Embezzlement or something? Probably a no-go, especially if you are anywhere near money.
There's a whole host of crimes out there that you could have committed and be hired after. But the opportunity to explain yourself looks much better if you do it before accepting the offer.
Re: Interviews in the Age of AI: Ditch Leetcode – Try Code Reviews Instead
#219Earlier quoted context omitted.
Here is a dark side of side projects (pun unintended). I went to an interview which was a nodejs shop. I was excited as they wanted to see a side project. Most of mine are just things I do for fun. Anyway it was in golang (with lots of control plane like features for a "fun" saas offering). Cto wasnt happy that I had chosen go and wanted to know why I hadn't chosen Node instead. (Never mind my Fe was in typescript).…
Yeesh, sounds like you dodged a huge bullet. What an insanely narrow minded individual. I want to see good engineering practices, I might be curious about your language decision, but I'd never tear you apart for your choice.