âI donât know why but I like this candidate, my gut tells me he/she is going to be greatâ â the wrong way to hire people
In his recent book Talking to Strangers, Malcolm Gladwell notes the science behind âgut feelâ and how it is usually wrong. Judges in the legal system, whose job is to âjudgeâ a personâs character think they have experience and a sense for reading a person by their looks or vocal tone but are proven to usually be wrong. A more systematic process is needed. Letâs walk thru some of the popular methods and analyze them.
This is probably the most divisive method out there â do you give programmers a test and how? In some ways it is insulting and denigrating, but most experienced managers can you tell you how shockingly easy it is to be faked out if you donât do a basic test.
There are 3 popular ways to do this.
Live whiteboard test
Present a problem and let the candidate ease their way thru. Add some complexity to see how they adapt, ask them about corner cases and performance. All tricky problems seem obvious once solved thus donât be tricky â pick something easy to understand.
Pro: A good programmer should be excited to punch up some code
Con: The best programmer I knew would choke up and panic at these
Online timed test (Hackerrank, etc)
Some people work better without an interviewer breathing down their neck (who doesnât?). Offline tests like Hackerrank arenât a bad approach. The caveat/downside is that people can cheat (looking up answers on Google or calling for help â heck who wouldnât for a top $$ job ?)
Pro: Doesnât take up your teamsâ time interviewing
Con: Easy to cheat â which I suspect happens quite often
Offline HW (project)
Iâve been given these a few times â a design coding problem where they give you a project to deliver in a week or two. These can take hours to days to complete. It can be a little bit excessive if you are not paying top dollar, offering a dream job, or are desperate.
Pro: Give candidates a chance to really prove themself (ie, good for borderline candidates)
Con: Will scare or turn off the majority of candidates
Advice on Coding Tests
If coding is important then go with a live test but make it a positive experience and start simple, knowing it is not a typical way people really code. Also be aware many people practice dozens to hundreds of LeetCode and HackerRank in prep â ie, the unique/tricky problem you present may be something they already know quite well.
A pretty common step in the process is the system design interview. Many candidates prepare for this via the famous âGrokking the System Interviewâ guide or other online materials (and yes you should study these if you are an interviewer).
The idea is to present a basic system you need to build and walk thru how to design it. Common cases ask you to design a clone of Twitter, DropBox, Uber and other popular services.
What you are looking for:
Ability to explain a design and its tradeoffs
Understanding of modern technologies and where they fit in
A good sense of scale and feel for what works and what doesnât
Non-cocky good attitude while explaining and defending their choices
I think this is a great way to figure out if the candidateâs ability to independently think thru solutions. You should expect really strong intuition and problem-solving ability from senior candidates and a sharp eye for how things work/donât work from all candidates. This is so important, many firms do 2 rounds of design.