by m3h on 6/24/24, 3:02 PM with 5 comments
While the coding test isn't necessarily complex, it is still hard to finish it within the time limit I provide. This means that candidates who are genuinely attempting it often submit the code with some tests failing. However, some candidates submit the tests with all tests passing, which would be pretty tricky (but not impossible) in the allocated test time. Sometimes, there's a tell, like their submission time being too fast to be reasonable, but it is not always possible to tell.
I am using a code-screening test platform (CodeSubmit). Despite having challenging problems in its library, it is not ChatGPT-proof. But I'm also amazed at how well ChatGPT solves the problems (well, most of them). It seems to be able to follow complex instructions and adjust the program to pass unit tests.
Are you seeing the same problems in your hiring pipeline?
How can I ChatGPT-proof my screening tests and take-home assignments?
by Two4 on 6/24/24, 8:14 PM
We've found that large take-home tasks disadvantage certain candidates who don't have time or patience (tech interview fatigue, for example). They also don't really weed out candidates who will hack around on a 4 hour task for 20 hours until they cobble together something passable, or - as in your case - feed the whole assignment to an LLM. There's no substitute for hands-on experience with the candidate, but you need to be willing to put senior resources with them for that hour or two.
by elmerfud on 6/24/24, 3:11 PM
Is this an example of your company culture that you give timelines that are impossible to meet for the expected working hours? Because that seems like a toxic workplace culture and it seems like you have a toxic hiring practice. So I think your question about how to find cheaters using chatGPT to do your ridiculous test is a bad question.
You're abusing a candidate giving them an impossible task and they've simply found a better way to solve it. Maybe you should be fired and they should be hired.
I would never want to work for a company or interact with a person who intentionally sets me up to fail. Maybe you can let us know the name of your company so we can all avoid it.
by unsupp0rted on 6/24/24, 3:07 PM
Let them solve the problem, then discuss their solution with them. If they know what they did, why they did it, and what the trade-offs were, then what else do you need?
by taylodl on 6/24/24, 3:20 PM