2 pointsby locusofself7 hours ago4 comments
  • ahmadyan6 hours ago
    Little did you know, LC-style question is never about grinding LC. Algorithmic puzzles are one of the few legal ways of measuring candidate's IQ without directly asking. Companies are looking for a way to hire smart people, so they rely on LC as a signal. It can be replaced with any similar signal as well (ranging from how many cats can you ship to ISS to solve blackhole physics.)
    • bediger40005 hours ago
      I might buy that, except for how cheesy the actual questions are.

      If you subscribed to the old "Daily Coding Problem" email list, you'd know. Those guys collected actual questions asked in interviews ca 2010-2015, and sent them back out. About half were so poorly worded that interviewers couldn't possibly get anything out of them. Some of the questions required zero algorithmic thinking, or there was only one possible solution. Also, getting a flash of physical insight to solve a problem rarely happens when you're in a high-stress situation.

  • zuzululu7 hours ago
    perhaps for companies that are low balling compensation will not budge on leetcode and only those that see real uplifts from AI use will move away from it, testing more for holistic and experience based tests.

    i could be misreading it

  • skynotblue7 hours ago
    I'm sure there's a set of problems that LLMs solve in a non-optimal way unless prompted with the specific solution.
    • locusofself6 hours ago
      that's probably true, but if they are anywhere in the realm of leetcode, there are so many example in the training set that they can regurgitate, debug and explain them perfectly. I assembled an entire book of leetcode solutions, explanations, common pitballs etc using claude and send it to my kindle, and so far, it's bang on.
  • rvz7 hours ago
    > There is a notion floating around that DSA interview questions are quickly becoming obsolete, since you can just ask an LLM for an optimal solution now.

    They are obsolete for remote jobs which if the interview is done fully remotely, it can then be gamed/cheated easily.

    There will still be Leetcode interviews. But this time, they are in-person and on site. So:

    > do you think leetcode style interviews are going the way of the dinosaur, or will they stay or even have a resurgence?

    They will stay and be even more important. Companies still ask them but in person.

    Companies like Anthropic do not allow you to use LLMs in their interviews. Expect many companies to do the same.