| ▲ | kccqzy 6 days ago |
| CV screening doesn't do much. They exaggerate and lie. My current employer has recently started to direct applicants to an online coding exercise. Like leetcode but easier, just to prove they can write code. |
|
| ▲ | aDyslecticCrow 6 days ago | parent | next [-] |
| I did one of those when applying to my current job which adjusted based on how well you did. But it leaned quite hard into theory and details rather than writing code. Bitwise logic puzzles that would be hard to solve without being schooled in c or find that kind of puzzles fun. I got things like inverting signed values 2-complement form, or bit shifting a float, or casting structs to arrays and poking at the bytes. After starting i asked them if they had checked with AI, and they had apparently tested the quiz and it scored quite bad, so it was a good filter. (even if a-lot of the questions leaned more into puzzle solving than coding or design) |
|
| ▲ | Balgair 6 days ago | parent | prev [-] |
| Wait, how does this thing work? Can't you just vibe-code your way through it? Genuinely curious on your thoughts on this idea here. |
| |
| ▲ | strbean 6 days ago | parent [-] | | They're probably using a platform that lets you replay the entire development session (see the pace of typing into a web IDE, what files they are looking at, etc.). Applicants will have to work pretty hard to fake natural-looking input of AI-generated code. | | |
| ▲ | pavlus 6 days ago | parent | next [-] | | I would instantly fail it, because I'd go and solve it in some scratch file in IDE, and then paste it there. | |
| ▲ | hawk_ 6 days ago | parent | prev | next [-] | | But then someone has to watch the recording which you can speed up by say 2-4x but not much more than that. This doesn't scale. The number of terrible candidates out there who have no business being anywhere near an IDE is insane. | | |
| ▲ | tayo42 6 days ago | parent [-] | | I'd guess you do it like bot detection. An online coding platform is going to be all js. You can track key press and mouse events and probably get a good idea of what's obviously real and what's not. |
| |
| ▲ | arrowsmith 6 days ago | parent | prev [-] | | Probably not hard to create a bot that controls your computer and makes it looks like you're typing the code in, pausing to think, going back to fix typos etc.. The arms race never stops. | | |
| ▲ | strbean 6 days ago | parent [-] | | Until that bot is widely available to candidates, it's not an issue. If they built the bot themselves, they've already proven themselves to the extent that an online coding exercise would. |
|
|
|