Interviewing for Intelligence
refer.ly
Interviewing for Intelligence
1–10 of 29 posts
Re: Interviewing for Intelligence
#2If asked a question completely outside their domain of expertise, they wouldn't bail on it but instead start trying to find an answer.
Re: Interviewing for Intelligence
#3Re: Interviewing for Intelligence
#4A lot of advice I've read about interviewing suggests that a candidate should leave answers open and provide room for the interviewer to poll for more info. I'm curious to know if the author goes out of their way to poll about the specifics of the hash table implementation?
In fact, one of my favorite interviews in recent memory was a hash table discussion not unlike the one the author is hoping for. I was happy to find an interviewer whose questions balanced theory with practice and was happy to drive to a solution with them. However, I wouldn't have offered up this analysis without first understanding that this is where the interviewer wanted to drive the discussion. Every good programmer knows that premature optimization is the devil.
The author may instead be trying to raise the point that its up to the discretion of the interviewee to see that the hash table implementation is the critical performance detail. e.g. gotta do open addressing here b/c our hashing function has weird edge cases where it collides all the time and chained hash would bring us closer towards a log(n) traversal on that edge case.
However, in my limited interviewing experience, interview problems such as this are often designed to be open-ended conversation rollers moreso than where implementation specifics like this are able to jump out easily.
Re: Interviewing for Intelligence
#5Re: Interviewing for Intelligence
#6Wait, when did refer.ly pivot from being a startup helping people with affiliate marketing and social shopping, to an online magazine?
Re: Interviewing for Intelligence
#7Confidence: If asked a question completely outside their domain of expertise, they wouldn't bail on it but instead start trying to find an answer.
Some intelligent people are humble about the subjects they lack expertise in. Doesn't looking for confidence carries a risk of finding people who sound better than they are?
Re: Interviewing for Intelligence
#8I've heard the Singapore civil service, renown for recruiting smart people, have what they call the 'helicopter test'. Specifically they are looking for people who are just as able to converse intelligently flying 1000 feet above a topic as they are skimming the surface and getting into the details, and will specifically test candidates on both perspectives and their ability to fly between the two. Seems well aligned…
Re: Interviewing for Intelligence
#9Re: Interviewing for Intelligence
#10Confidence: If asked a question completely outside their domain of expertise, they wouldn't bail on it but instead start trying to find an answer.
You know, the person who knows nothing about a topic, but will talk for hours on it?
There should never be shame in admitting "I don't know" and then following it up with, "but if faced with that I would..."