Just wanted to thoughts about such tools? do you think they do a good/bad job? Or is it proper approach to find the talent?
Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
1–10 of 55 posts
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#2All of this said, I think HackerRank is a great place to improve your skills in solving interview challenges and algorithmic problems.
Disclosure: I am a co-founder at source{d} where we analyse all git based projects to understand developers through their code.
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#3For the overwhelming majority of software businesses it's far more useful to know if someone is disciplined enough to use good variable names than whether they can write an algorithm to count the number of edges in an acyclic graph.
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#4In my opinion they test the wrong things for the majority of software developers. Most people who write code don't need the ability to solve especially hard algorithmic problems. Ranking solutions to hard problems is probably useful if you're Google but there aren't many Googles out there. We like to think that we're solving hard problems (and actually, on HN, we're more likely to be), but most companies aren't. A la…
This then filters out anyone who just can't code, and you can review the passing tests for craftsmanship.
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#5Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#6In my opinion they test the wrong things for the majority of software developers. Most people who write code don't need the ability to solve especially hard algorithmic problems. Ranking solutions to hard problems is probably useful if you're Google but there aren't many Googles out there. We like to think that we're solving hard problems (and actually, on HN, we're more likely to be), but most companies aren't. A la…
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#7I think HackerRank is a great platform for challenges but I personally believe it only shows a small part of your skill set. I am a developer myself but also have hired a lot of engineers in my career. I believe that looking at existing projects you've done on Github gives a much better overview of your coding style, knowledge and your ability to learn. It also exposes some of the biases I know that we have in our ow…
A better recruiting model IMO would be to recruit people on short-term contracts (e.g. 6 months) with the contractual agreement that the worker will transition to a permanent job at the end of the 6 months providing their performance is inline with expectation.
I do use code exercises myself, but it's not some n queens problem or something - which tests nothing practical (for the positions in my team anyhow). Rather it's a simple problem, where I look for their ability to test drive code and clean code. The candidate then doesn't get pressured as they might in a live situation. If the code is good we walkthrough it in person.
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#8I didn't know about HackerRank. The concept seems quite similar to Stockfighter. Any idea how it compares?
The Stockfighter-like concept is newer for them; it seems like they're also trying to work the pipeline from the other direction as well (i.e. finding good candidates for companies, instead of just testing candidates that have already applied for a position).
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#9I don't really like it. I scored well in most that I did, but as some folks mentioned, they either test the wrong things, or have horrible UI's.
Also, there are some that end up having multiple choice answers that are really badly done (bad question syntax, having 2 correct answers, outdated questions, etc).
I personally refuse to do any of them nowadays, even if I am really interested in the company. I just can't justify the time and (in case of badly done) frustration so companies can' save a bit of time.
Re: Ask HN: Your thoughts about online developer recruitment tools like HackerRank?
#10In my opinion they test the wrong things for the majority of software developers. Most people who write code don't need the ability to solve especially hard algorithmic problems. Ranking solutions to hard problems is probably useful if you're Google but there aren't many Googles out there. We like to think that we're solving hard problems (and actually, on HN, we're more likely to be), but most companies aren't. A la…