this post was submitted on 17 Jul 2023
9 points (90.9% liked)

Programming

17024 readers
274 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Are you doing coding challenges for a job interview?

top 6 comments
sorted by: hot top controversial new old
[–] firelizzard@programming.dev 13 points 1 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!

[–] ShunkW@lemmy.world 7 points 1 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.

[–] joel_anderson@lemmy.world 3 points 1 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.

[–] Duh@sh.itjust.works 2 points 1 year ago

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

[–] HParker@programming.dev 2 points 1 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.

[–] custom_situation@lemm.ee 1 points 1 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.