Are you doing coding challenges for a job interview?

  • Ethan
    link
    English
    131 year ago

    I absolutely detest leetcode style interview questions. I am good at solving problems and writing modular code. I am not good at writing search algorithms. Any guesses which one of those is more relevant to my job? 99% of development does not involve writing low level algorithms, because guess what someone else already did that for you, it’s called a library!

  • @[email protected]
    cake
    link
    fedilink
    English
    71 year ago

    Had to do one during a recent interview. Had no issues and took 10 minutes during the call. They then requested I do an at home code test that they said took most people 8 hours. I had another offer already so I told them to pound sand.

  • @[email protected]
    link
    fedilink
    English
    41 year ago

    My company requires either a code demo of existing code or a take home coding challenge. We get way too many people that cannot write code to not put that gate in place. It’s not even too terribly difficult or rigorous. Mostly looking for basic understand of fundamental things like DI, caching, background operations, etc.

  • @HParker
    link
    English
    31 year ago

    I wish they where less common, but it does seem like a good idea to do some challenges before interviewing especially for low to mid level jobs. There are a number of good sources. I like “Project Euler”. a lot of the popular options like hackerrank or codesignal are very gamified. Go for it if that is your thing, but i find scores and points feel very dehumanizing for me.

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    Never done a coding challenge in an interview, but discussed specific topics or challenges and how those could be solved

  • @[email protected]
    link
    fedilink
    English
    11 year ago

    i do terrible at the live challenge, and great at the take home stuff. i don’t k ow what it is about the former, but i just cannot think while someone is looking over my shoulder.