Why wouldn't a qualified developer just run the code? Takes two seconds instead of ... whatever you're going for here.
Here is the 15 sec coding test I used to instantly filter out most applicants
31–40 of 111 posts
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#32[1] Yeah, I'm super cynical about stories like this, and know that many if not most are just invented shower thoughts manifested into a fictional reality.
[2] Alternately they're pasting to a normal editor -- even notepad -- for a more coherent programming font, where again the = appears.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#33Which I understand is my issue to work on, but if I were interviewing, I'd ask candidates to verbalize or write out their thought process to get a sense of who is overthinking or doubting themselves.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#34Why wouldn't a qualified developer just run the code? Takes two seconds instead of ... whatever you're going for here.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#35Peeking at the source, it's just a zero-width div, which is not accomodating of people with disabilities. This might open you up to litigation if you disqualify a blind person on the grounds he gave the wrong answer 'using AI', when he might have just been answering the question his screen reader read out.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#36Why wouldn't a qualified developer just run the code? Takes two seconds instead of ... whatever you're going for here.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#37Safari's reader sees the =. Edge does not.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#38I think it’s important to test these systems. Let some % of candidates who get this wrong through to the next stage and see what happens. Does failing this test actually correlate with being a bad fit later? If you want to ineffectivly filter out most candidates just auto-reject everything that doesn’t arrive on a timestamp ending in 1.
_How_ can you be a good hire for a _software engineering_ position, if you can’t get that one correct though?
There's a bizarro version of this guy who rejects people who do it in their head because they weren't told to not use an interpreter and he values them using the tools available to solve a problem. In his mind, the = is definitely part of the code, you should have double checked.
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#39For anyone who missed the (poorly-explained) trick, the website uses a CSS trick to insert an equals sign, thus showing different code if read or if copied/pasted. That's how the author knows whether you solved it in your head or pasted it somewhere.
So this is not really foolproof, and also makes me think that feeding screenshots to AI is probably better than copy-pasting
Re: Here is the 15 sec coding test I used to instantly filter out most applicants
#40I think it’s important to test these systems. Let some % of candidates who get this wrong through to the next stage and see what happens. Does failing this test actually correlate with being a bad fit later? If you want to ineffectivly filter out most candidates just auto-reject everything that doesn’t arrive on a timestamp ending in 1.
> Let some % of candidates who get this wrong through Really, the better test would be to not discriminate on it before you know it's useful, but store their answer to compare later.