Are Microsoft interview questions really effective? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T21:13:36Z http://stackoverflow.com/feeds/question/478039 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective 7 Are Microsoft interview questions really effective? Juliet 2009-01-25T18:46:43Z 2009-01-28T22:36:15Z <p>You've probably heard of the <a href="http://en.wikipedia.org/wiki/Microsoft_interview" rel="nofollow">Microsoft Interview™</a>, a kind of interview in which the interviewer asks a candidate brainteaser questions such as:</p> <ul> <li>Why are manhole covers round?</li> <li>How do they make M&amp;Ms?</li> <li>What does all the ice in a hockey rink weigh?</li> <li>How many piano tuners are there in the world?</li> <li>How would you move Mount Fuji?</li> <li>I'm thinking of a number, what is it?</li> <li>5 people are crossing a bridge, they walk at different speeds, only two people can cross the bridge at once, at least one person should be carrying a flashlight. etc etc etc</li> <li>Design a bike for blind people.</li> <li>Explain a relational database to a 5-year-old.</li> <li>How would you make an alarm clock for clinically depressed people?</li> </ul> <p>I understand that those questions are meant to probe a candidate's problem solving abilities, but I just can't imagine these questions are they really effective in selecting the best person for the job. It takes just one or two of these interviews for someone to figure out what their interviewer wants to hear regardless of their programming aptitude.</p> <p><strong>Are there really any differences in technical skill between people who do well in a Microsoft Interview vs those who don't?</strong></p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478054#478054 5 Answer by Miles D for Are Microsoft interview questions really effective? Miles D 2009-01-25T19:03:32Z 2009-01-25T19:03:32Z <p>I guess it depends on the type of job you are going for and the skills required, and the experience level of the candidate. I had an interview with them as a relatively experienced programmer i.e. not fresh out of college, and none of the questions resembled those above - they were all coding and design questions. The types of questions you mentioned do help sort out those who just go "I don't know", and those that show some form of tentative steps in problem solving. They aren't necessarily expected to get the right answer, it's all about the approach to problem solving, and from that perspective I think they can be valuable.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478056#478056 2 Answer by mabwi for Are Microsoft interview questions really effective? mabwi 2009-01-25T19:03:54Z 2009-01-25T19:03:54Z <p>In my opinion, these questions are pointless, since they test whether somebody's heard the question before as much as whether they're good problem solvers.</p> <p>Besides, I'm pretty sure I heard that MS no longer uses these questions, which is probably a pretty good sign they weren't working out for them.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478069#478069 17 Answer by GalacticCowboy for Are Microsoft interview questions really effective? GalacticCowboy 2009-01-25T19:14:21Z 2009-01-25T19:14:21Z <p>Some people seem to be under the impression that a "Microsoft" interview consists <em>only</em> of these questions. If that were the case, they would be completely meaningless and useless. A couple of questions like this within the context of a much longer interview, however, can serve to reinforce the conclusions reached in the rest of the interview.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478070#478070 1 Answer by hsbsitez for Are Microsoft interview questions really effective? hsbsitez 2009-01-25T19:14:23Z 2009-01-25T19:14:23Z <p>There is probably a thinking behind those for asking them. What are trying to find out? I don't know since I don't work at MS.</p> <p>I did had an interview with McAfee and I understood the reason behind their questions. 2 of them were regarding if I knew 5 tag words from HTML and 5 action words from MySql. I wrote a function to copy one array to another. The 2 brain teaser I got were 1. You have 7 marbles, 6 weigh the same and 1 does not. How would I use a scale to find the marble with most weight. They wanted to see how quickly I can understand problem, my thinking process when trying to arrive at the answer, and how many different answers would I try to come up with until I found the best one. 2. Since I did not comprehend their question correctly, I could not give them correct answer for that. So second one asked if I can find the angle between the minute and hour hand, when it is 3:15. that was easier for me and quite easy. I thought it be testing my knowledge of math but smiled when they told me that a circle is 360(made me wonder as to how many people they had interviewed before whom they told this math fact).</p> <p>All-in-all it somehow helped them weed me out of the selection process, so don't know how well it worked out for them.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478128#478128 16 Answer by Huntrods for Are Microsoft interview questions really effective? Huntrods 2009-01-25T19:41:24Z 2009-01-25T19:41:24Z <p>The lovely thing about getting older (and wiser???) is that you get to a point where you just smile, shake your head and say "Nah. I don't think so". If they ask what you mean, I say "I'm here to help you solve your REAL problems, not answer stuff like this. Now, let's get down to business.".</p> <p>Anyone who thinks these questions are anything other than the interviewing company trying to show how clever they are is kidding themselves. Maybe they had a place in the dim past of IT, but not once the cat was let out of the bag, as they say.</p> <p>Cheers,</p> <p>-R</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478140#478140 13 Answer by David Arno for Are Microsoft interview questions really effective? David Arno 2009-01-25T19:46:40Z 2009-01-25T20:12:35Z <p>The problem with such questions is that its difficult to interpret the answers in a meaningful way. For example, as a parent of a child who is nearly five, I'd argue that correct answers to "How would you explain a relational database to a five year old" are things like "I wouldn't" or "I'd tell him it was like his toy box, but inside the computer". A child of that age lacks the ability to concentrate for any longer explanation to work, ie you can't explain a relational database to a five year old. Parents of older children and those who aren't parents probably wouldn't realise this though. </p> <p>"I wouldn't" could be a surly "I can't be bothered to think about it" answer, or it could be someone telling you what they know is the right answer based on practical experience. So you need - in this case - to know about the interviewees children before you can judge the answer. Needing to know the person before you can ask questions to reveal details of the person is self-defeating.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478146#478146 3 Answer by David Arno for Are Microsoft interview questions really effective? David Arno 2009-01-25T19:49:57Z 2009-01-25T19:49:57Z <p>The best answer - IMO - to the "Design a bike for blind people" question is an exercise bike rigged up to a fan so that more air is blown in the person's face the faster they peddle.</p> <p>I've no idea who originally thought up the answer though.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478153#478153 0 Answer by Uri for Are Microsoft interview questions really effective? Uri 2009-01-25T19:55:30Z 2009-01-25T19:55:30Z <p>I have never in my life (thankfully) encountered these sort of questions in an interview, though I've encountered the usual "out of the freshmen algorithms book" questions too often.</p> <p>I don't know why they're called MS questions, but maybe I was lucky enough not to have them asked in MS interviews. </p> <p>I think that these questions tend to be asked by companies that want to seem like they're really cool and hip and look for outside-the-box thinkers and everything else that pleases the 25y/os managers with MBAs that want to impress their friends at parties. You will also probably see these in some consulting companies that list their consultant's orchestra or competitive skiing experience before their technical skills to show that they have well-rounded people. </p> <p>If you're looking for good developers with good skills, there are enough technical questions that one can ask that involve design and really show skills. MS has been doing a good enough job (IMHO) doing this and getting these people. </p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478154#478154 2 Answer by ccook for Are Microsoft interview questions really effective? ccook 2009-01-25T19:55:47Z 2009-01-25T19:55:47Z <p>I think they are effective if you are concerned with how a person approaches a problem. Particularly, are they taking an engineering approach or just haphazardly drawing conclusions from thin air. If I were to ask a person this, I think it would be important to ask them verbally, rather than write it out. </p> <p>Writing it out is near meaningless. For example in the case of the round man hole cover, I think everyone has heard of the question. With a written exam you don't know if someone already had preconceived notions, or sat there and figured it out. Asking verbally you could tell. And more importantly, if asked to think out loud, you can gauge their ability to reason.</p> <p>As an aside, I think it's rather funny when an application contains a misprint on a common interview question to which there is no correct answer.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478186#478186 0 Answer by Joshua for Are Microsoft interview questions really effective? Joshua 2009-01-25T20:15:47Z 2009-01-25T20:15:47Z <p>There are good ones and bad ones in there.</p> <p>The questions "how much does the ice in the hockey rink weigh" and "how many piano tuners are there in the world" seem similar but are in fact completely different.</p> <p>For ice in the hockey rink, area of hockey rink (well-defined) * depth of ice in hockey rink (I think this is around 6 inches) * density of ice (which is ~7/8 * density of water). I'd end up with a bizarre unit since I don't remember all my unit conversions but this approach would work.</p> <p>How many piano tuners in the world is not an approachable problem. For a reasonably homogeneous region (like LA) it might be possible, but for the world, no way.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478215#478215 10 Answer by Gulzar for Are Microsoft interview questions really effective? Gulzar 2009-01-25T20:27:24Z 2009-01-25T20:46:22Z <p>thought i will post a <a href="http://thedailywtf.com/articles/riddle-me-an-interview.aspx" rel="nofollow">wtf entry</a>..:)</p> <p>Thankfully, Microsoft realized that the type of people who enjoy these riddles aren’t always good programmers, and good programmers aren’t always the type who enjoy these riddles. In fact, some of the folks who can solve these riddles are precisely the type of people you don’t want as programmers. Would you want to work with the guy who builds a water-displacement scale/barge, taxis a 747 to the docks, and then weights the jumbo jet using that, instead of simply calling Boeing in the first place? </p> <p>Unfortunately, Microsoft’s realization came too late: a whole mini-industry has spawned around the concept of Job Interview 2.0. If Microsoft did it, it must work, right? There are books written on brainteasers in the interview, consultants who will help your company annoy the hell out candidates with your very own custom brainteasers, and now, everyone from small software firms to big ole’ banks are asking stupid riddle questions. </p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478317#478317 1 Answer by Gamecat for Are Microsoft interview questions really effective? Gamecat 2009-01-25T21:20:19Z 2009-01-25T21:20:19Z <p>Slightly offtopic but there is a solution for the "Design a bike for blind people."</p> <p>I had a friend who worked in a bike shop. One day, a couple from who the man was blind, entered the shop. They liked to ride on the bike, but unable to see is a slight disadvantage. So they had an ingenious solution: use a tandem (a bike for two people). Now they could ride together and safe on their bike.</p> <p>;-).</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478320#478320 1 Answer by GeoffreyF67 for Are Microsoft interview questions really effective? GeoffreyF67 2009-01-25T21:20:56Z 2009-01-25T21:20:56Z <p>Questions like that, imo, are a total waste of both the interviewers time as well as the interviewee. </p> <p>When I have run into stupid stuff like that in the past, I chuckle and say something like "Offhand, I might do XYZ but I'd do a bit of research to find out the correct problem first."</p> <p>Whether someone can come up with the 'correct' answer in the several seconds they're allowed to think of something under pressure is rather dumb, again imo.</p> <p>G-Man</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478356#478356 0 Answer by Ronnie for Are Microsoft interview questions really effective? Ronnie 2009-01-25T21:37:42Z 2009-01-25T21:37:42Z <p>These are question that can't be answered with just an analitical processing and is where the candidate really shows that he is not only technically competent, but also a creative problem solver. </p> <p>Technical competence could be verified with the classic questions more similar to what you get with mcp exams but to answer to this kind of open or impossible questions can show that the candidate:</p> <ul> <li>Is a real problem solver that is not ditrurbed to try to find answer he could not google for it (at least not now).</li> <li>He could be interesting to work with if he answers something funny/clever</li> </ul> <p>I think this kind of questions are tought to address the right side of the brain of the potential candidate where he really shows his creativity and personality.</p> <p>I do agree that this questions should be put in context with more classical ones.</p> <p>Btw if Microsoft recently hired smart guys Scott Hanselman and Rob Conery the process should not be that bad (I know I know... they didn't pass them).</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/478734#478734 0 Answer by JB King for Are Microsoft interview questions really effective? JB King 2009-01-26T02:55:38Z 2009-01-26T02:55:38Z <p>The communication skills are IMO the greatest part of these kinds of questions. Even if someone has heard the question, there may be various follow-up questions about how did you come to that conclusion or do you know general techniques for solving such an issue. I'm reminded of how Math problems got solved at various stages in school. In grade 2, the key is to just get the final answer and that's all that is needed. In grade 7, now there is a shift to a more formalized way of showing how one reaches the solution to the problem.</p> <p>Sometimes hearing those questions can be a bit of an icebreaker as I have had some where this was discussed as being a silly way to determine how well some people handle being given something out of the ordinary, which I think can be a rather common thing for developers in most organizations to some extent.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/484667#484667 0 Answer by yacdmnky for Are Microsoft interview questions really effective? yacdmnky 2009-01-27T18:43:23Z 2009-01-27T18:43:23Z <p>My recent experience with Microsoft interviews suggests that they place more heavy emphasis on algorithmic related questions that relate to trees, graphs, lists, and comp. complexity. They'll also get you to write out some code for a rudimentary task like string processing or graph exploration.</p> <p>I'm guessing that the objective is to identify people who have no experience coding. It's a fairly simple matter to game the process, so I'm not sure why it's so highly structured. What I find comical is how Google protect their questions by non-disclosure. That seems really lazy to me.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/484693#484693 1 Answer by Robert S. for Are Microsoft interview questions really effective? Robert S. 2009-01-27T18:50:02Z 2009-01-27T18:50:02Z <p>In my Microsoft interview, they didn't ask any questions like these at all. All the questions were about algorithms (some of them covered in Knuth's books), logical games, specifics about Microsoft technology (such as 'how do you find an object in a collection using a delegate?', which was pretty easy), and so on.</p> <p>I got the impression from my interviewers at Microsoft that they don't like to waste time. Every minute they spend meeting with me is a minute they don't spend meeting their deliverable.</p> http://stackoverflow.com/questions/478039/are-microsoft-interview-questions-really-effective/489726#489726 4 Answer by cletus for Are Microsoft interview questions really effective? cletus 2009-01-28T22:36:15Z 2009-01-28T22:36:15Z <p>Honestly, if I were asked those questions in an interview, I'd be more inclined that not to turn down any job offer or not pursue further interview. It just smacks of some HR/business school fad that'll seem ridiculous in a few years. Ask me technical questions. Ask me behavioural questions. Fine.</p> <p>I think companies sometimes forget that during an interview two interviews are taking place: the employer is interviewing the potential employee and the potential employee is interviewing the employer. Some companies make the mistake of becoming too arrogant so they'll start doing things like this on the justification that "We're so good because we're X so candidates should jump through any hoop we want and be thankful we're deigning to even talk to them".</p> <p>So as a candidate these questions would leave me thinking the employer was unjustifiably arroagant, beholden to business fads, probably too bureaucratic/political and just didn't "get" what makes programmers tick.</p> <p>Respect is commanded not demanded and results speak for themselves.</p>