Programmers are confessing their sins to protest a broken job interview process
1–10 of 238 posts
Re: Programmers are confessing their sins to protest a broken job interview process
#2Re: Programmers are confessing their sins to protest a broken job interview process
#3Re: Programmers are confessing their sins to protest a broken job interview process
#4Re: Programmers are confessing their sins to protest a broken job interview process
#5I never ask people to code in front of me. I ask them questions to get a feel for where their areas of expertise are, and to get to know them.
I wrote a post about my feelings on it last year: https://medium.com/@ebbv/my-case-against-coding-tests-6b15c1...
Re: Programmers are confessing their sins to protest a broken job interview process
#6Does the interviewer explain what bubble sort is, or do they expect the candidate to know it? The first is a reasonable interview, the second one isn't.
Re: Programmers are confessing their sins to protest a broken job interview process
#7> Hello, my name is David. I would fail to write bubble sort on a whiteboard. I look code up on the internet all the time. I don't do riddles. Does the interviewer explain what bubble sort is, or do they expect the candidate to know it? The first is a reasonable interview, the second one isn't.
Re: Programmers are confessing their sins to protest a broken job interview process
#8I don't particularly like whiteboard interviews. How can they be discrimination if the expectations are laid out and are such that anyone can reasonably practice to reach them.
I understand you can create a test that is deliberately discriminatory (e.g. voting tests).
You can create a test and realize later that people from certain backgrounds do worse (IQ tests apparently?)
But with whiteboarding you are taking knowledge people should have (lets set aside the idiocy of some of these problems). It's foundational stuff for the industry. So the problem might be with the nature of the test, but anyone can go grab a set of whiteboard markers and start working problems. In fact this is part of why I so dislike these interviews, they are setup to make it easy to game them. So how can that really be discriminatory?
Re: Programmers are confessing their sins to protest a broken job interview process
#9Asking developers to program in front of strangers is primarily testing for ability to perform in front of strangers and developer skills secondarily (if at all.) I never ask people to code in front of me. I ask them questions to get a feel for where their areas of expertise are, and to get to know them. I wrote a post about my feelings on it last year: https://medium.com/@ebbv/my-case-against-coding-tests-6b15c1...