this post was submitted on 02 Aug 2025
213 points (96.9% liked)

Programming

21924 readers
669 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Cratermaker@discuss.tchncs.de 14 points 13 hours ago* (last edited 13 hours ago) (2 children)

I can see how this could be unfair, but working as a dev sometimes does require you to be on top of things in a high stress atmosphere. For example, what if you're proposing an excellent technical solution in a meeting but some jaded older engineer is hard to convince? If you can't outline your thinking in that scenario, your solution could be discarded just because someone was louder than you. As someone who used to have performance anxiety, I believe it's generally something you can and should practice for. On the other hand, if there really isn't a need for this type of skill, it totally makes sense to avoid creating interview environments where you are filtering candidates based on it.

[–] martinb@lemmy.sdf.org 4 points 10 hours ago (1 children)

I did stress test interviews for DevOps positions. I explicitly told them that and gave them a task and a time limit. I would watch what they did and there was nothing out of bounds as long as they were solving problems. For example, I would give them an account in cloud provider and then task them with spinning up a k8s cluster with a few basic services and make it scalable, then watch and heckle as they googled around and brought up services. The objective wasn't to complete the task though, it was too see how they approached problem solving. Good times.

[–] mxskl@programming.dev 1 points 45 minutes ago

Great example. We do the same but to spin up a single ec2 via terraform. Checking the real familiarity with tools. This immediately filter those who lied about their experience.

[–] silasmariner@programming.dev 3 points 13 hours ago (2 children)

Good enough example, although I would've picked dealing with a live incident

[–] BrianTheeBiscuiteer@lemmy.world 1 points 9 hours ago

That sounds fair. I hate "tests" that involve things you'd never do on the job.

[–] Cratermaker@discuss.tchncs.de 2 points 12 hours ago* (last edited 12 hours ago)

Yeah, that too! When you have some non technical manager breathing down your neck, you might have a hard time not fumbling around even if you normally could resolve the issue in no time.