Following this question, what is the worst interview answer you've gotten from an interviewee in a technical interview?
locked by Jeff Atwood♦ Jun 22 at 8:47 |
closed as not a real question by George Stocker, Rich B, Shog9, John Saunders, sth Jun 6 at 1:38 |
|
|
My own answer... I was working for an outsourcing company (let's call it Helping Hands), and went to so many interviews I could do it in my sleep (by the way, great skill to have... when you're looking for a job, go to as many interviews as possible, even those you really aren't interested in). I wasn't looking to leave my job, but I needed to ace the interviews. Many times the interviewer, unaware of the fact that I was interviewing for an outsourcing position, asked me: "So why do you want to leave 'Helping Hands'?" and I would retort with a smile: "Who said anything about leaving them?" At which point the interviewer would look at me all baffled for a minute, look through his/her papers and try to figure out what had just happened. All this time I would sit there smiling, which usually makes the interviewer even more nervous and confused. I knew that's a bad answer and a nasty thing to do to, but I couldn't help it... Yuval =8-) EDIT: Just to make things clearer, I wasn't going to these interviews for my health. Part of my job at the time was to go to interviews and be accepted to work on client projects, usually at the client's office. The process is similar to being accepted as a regular employee, and the interviewer wasn't always aware that I was interviewing for an outsourcing position. My answer above to the automatic question would shake them awake. |
||||
|
|
|
Q: So, why are you motivated to work with us? R: Because it is close to my home ! |
||||||||||||||||||||
|
|
|
Gave a candidate two lines of C and noting that he had put "wrote Pascal compiler" on his resume, I asked him if he could build a parse tree of the code. "Um...not really." |
|||
|
|
|
|
I interviewed a recent college graduate (her degree was in Computer Information Science) for a job developing VB applications back in the late 1990s. Here's how the exchange went. Q. How do you get records out of a database? A. You use the database thing, ADO. Q. Ok, so using ADO, how would you just, you know, get some data? A. Um, the Recordset object? Q. Right, so you have a Recordset object, how do you get data out if it? A. I think you can look inside it, you know, it has records in it. Q. Yes, how do you do that? Would you use a loop? A. I don't know what a loop is. She still got the job, just with different expectations, and she grew into quite a good junior developer. But I'll certainly never forget that interview. |
|||
|
|
Q: What do you understand by the term "object oriented development"? A: If you don't use object oriented development, you won't meet your objectives. |
||||||||
|
|
|
|
||||
|
|
|
OK, this isn’t worth reading, but I was stunned by this guy, so here goes. About 10 years ago I was doing all the tech interviews for a company hiring C++ developers. We were heavy server side lifters and were writing lots of abstract mathematical calcs for Actuaries, and we had some fairly obscure abstraction going on. I had a standard question on the lines of “You’ve an RDBMS storing a representation of road maps for Great Britain, each record has data for length of road, and its end points. Each end point is a name, latitude and longitude, so you can tell if the road goes North south / East west” (basically a simplified sat nav db, but something everyone can get their heads around). The question I ask is “Design a proof of concept prototype, including what objects you’d need and the relationships they’d have, to calculate routes for from and to 5 different points”. Basically I was looking for three things 1) problem solving ability and 2) basic OO knowledge 3) design patterns. Now, I want to stress, I’d be stunned if in 15 minutes in an interview someone whipped out a full and concise design for this, but you can learn a lot from watching people flounder. I had one guy, 5 years of c++, and he rated his knowledge as excellent. I had explained that we were mostly server side, pose him the problem. And he goes “Huh?, what do you mean?” I say something on the lines of “If you had to write this from scratch, what objects would you use, what kind of methods”. Him : “Well, will the UI maintain the records” Me : “There is no UI, you’ve to use the data to calculate the routes, and display the results to the console”. Him : “Console?” Me : “Yeah, in a command prompt” Him: “Okayyyyyyyy . . .” Me (being kind) : “OK, what objects would you need?” Him: Well, what objects do you have to start with? Me (pretending this is a normal question) : You don’t have any objects, you’re designing this from scratch The guy then smiles knowingly and says “This is a trick question right? You have to have a class to inherit from, you can’t just, like, magically create a new class”, and sits back, all smug with himself. I’m stunned, 5 years of C++ and he’s pleased with this answer. I’m still interested to see if there’s more than one developer in the room (his CV read really well) so I say “OK, lets pretend you can, how would you do it”. To which re responds “Look, this is purely theoretical and fairly nonsensical, and I don’t see the point persuing it. Can you give me something more real that I can do something with?”. I wasn’t sure I could, so terminated the interview there. I found it hard to believe how he could be so dumb and arrogant at the same time. MFC, the ruination of many a C++ developer EDIT: Replies Boofus: I'm not sure what you're saying dude, are you being sarcastic, ironic or straight up. Assuming straight up. You can learn a lot about people by giving them an impossible task. We hired people that didn't "do well" with that question. Watching them work at it can tell you how they approach problem solving, do they think in terms of code, data or design. Do they freeze when under pressure, do they become aggressive or defensive, or - like the feckwit above, do they crash and burn spectacularly :) The most interesting interviewers I've had have thrown curve balls, and these often lead to more challenging and interesting work. |
||||||||||||||||||||
|
|
|
Me: Are you familiar with any content management systems? Candidate: (Pause...) Ruby on Rails? Is that one? And I once fell for: Interviewer: (Asks quickly, offtopic) What's half of 99? Me: (Panics) 44 and a 1/2! |
||||||||||||||||||||
|
|
|
I was asked to join in for a panel interview with about 10 minutes notice so I scratched a couple of questions on the back of an envelope and waited for my turn. After the software architect, let's call him Bob, had finished with questions about OOP (what is is-a, has-a etc) and the candidate had done fairly well, I tried "Can you tell me what know about big-O notation?" I say tried because Bob, the software architect at a startup building a database engine to handle terabytes, interrupted and said "well, I don't understand that stuff myself". I left soon after. |
||||||||||||||||
|
|
|
I often ask interviewees to be introspective. I ask them a question like, "If you had your last project to do over again, what would you do differently?" What I usually expect from this question is for the person to identify some risk item that bit them severely. Sometimes when added to their other answers, you can establish a better idea of their team dynamic (do they admit mistakes, deflect blame, notice their surroundings, pay any attention at all to the project, etc) About the third time I used this question in an interview, the candidate intimated to me that he would do nothing differently. He wasn't a candidate for much longer after that. I guess I must have been more polite in my younger days. I'm pretty sure today I would have stared slack-jawed or laughed. Instead I asked a couple of perfunctory additional questions and thanked him for coming in. |
||||||||||||||||||||
|
|
|
From an interview I was in as one of the interviewers:
Needless to say, the type of job he was after would require him to use Windows, Dev Studio, VSS (but I guess it's OK to hate that) and so on. Skizz |
||||||||
|
|
|
I was invited for the interview to ask technical questions for a general web development post in a non-IT company. q: "Have you done much development?" a: "Yes. I studied computer science at X university" q: "Great, how about web development?" a: "Yes, I studied that too." q: "What is your favourite web server?"
a: "Um.." q: "Ok tell me about a web server you have used" a: "Um.." q: "Can you name me any web servers?" a: "Um.." q: "Ok have you heard of Apache?" a: "Um.." q: "Ok let's move on to databases.."
boss: "Ok enough of this technical crap, your salary will be Y and you will start on Z..." |
||||||||||||||||||||
|
|
|
In interviewing for a entry level tech position, I was asking a candidate to point out various components in an open PC. When I tested him to see if he was guessing and asked him to show me the "flux capacitor", I was amazed he immediately found one! Sadly, it turned out to be a video card. |
||||||||||||||||||||
|
|
|
Q: What is encapsulation? Q: You haven't a clue. |
||||||||||||
|
|
|
Q: So write a method to convert a string to uppercase A:
....sadly I am not kidding and this is exact. |
||||||||||||||||||||
|
|
|
Q: So what editor did you use for the PHP forum that's on your CV? A: mmm ... I don't really remember the name Q: Was it notepad? A: (laughing) No it was definitely not notepad Q: So what was it? Were you writing straight into the web server? A: I am sorry - I really don't remember the name Interview ended there. This was a few years ago and sadly I was the one being interviewed, and the correct answer was Dreamweaver (my fellows from college I did the PHP forum with reminded me when I got back form the interview). |
||||||||||||||||
|
|
|
When asked what his goals were he said: "I'm just looking for a paycheck." When asked if he was willing to work extra hours sometimes if there was an upcoming deadline: "I worked 50 hours in a week once and got really stressed out." But then the kicker (not really a question but still), when I described a co-worker as "hacking" something. He proceeded to tell me I shouldn't use the term "hack" because I did not know what it meant and it had "negative connotations. When I tried to explain the difference in definitions he flat out told me I was wrong. I guess he didn't want the job. |
||||||||
|
|
|
Have you ever heard the Jerky Boys, the one were he's interviewing for a mechanics job? I had a candidate show up for the interview start to drill me (the interviewer) about what he wasn't qualified for. "He clearly met all the requirements listed in the job description" (in his mind). He was very confident in himself and assertive, but... All I could hear in the back of my mind was the Jerky Boys' "..I'll be here tomorrow with my tools, I'll work circles around you, cupcake!..." |
|||
|
|
Interviewing an experienced programmer and one of the questions was "How would a typical day go at your previous job?" Answer: "Got coffee in the morning as I'm not much of a morning person...so we would mainly just talk about the project or whatever. I'm not much good at night either as I get tired. I'm really good only between 11 and 3. Plus I like to golf so I would want some afternoons off." |
||||||||
|
|
|
I interviewed a guy to fill out the position of Django developer once online over IM. The interview was general in nature, and at one point not too late in the interview, the following happened: Me: "Have you ever toyed with ModelForm in Django?" Him: "brb" ... and that's it! I guess I was asking for it. |
||||
|
|
|
I asked an interviewee to declare a data structure that he would use as a phone book. He first writes the usual C++ class
Me: Um, ok, but what if I wanted to have two hundred contacts in my phone book? Him: That's really easy, you just change this number here, and put 200 instead of 100! |
||||||||
|
|
|
We once had a student here who had about 5 different programming languages on her CV. I started asking design questions, but she knew nothing. So I asked simpler and simpler questions, until I finally asked "Why do you have Java and C# on your CV when you cannot write a single line of code?" She stared at me and finally said "I did not write that I have experience!" So all her knowledge about programming was that there exist 5 programming languages that she could name. |
||||
|
|
|
I think the worst interview answers I've had have been non-answers. I've asked candidates tough questions, not with the intent that they get the answer right, but that they talk through it, and apply their knowledge, making progress towards understanding the problem and getting closer to an answer. But in several cases, the interviewee just locked up, stammering, "ummm.... wait.... umm.... I think..." and never saying anything more. Really, if you're being interviewed, and can't give the answer, start saying SOMETHING. Basic statements of fact, simple observations of the problem, statements of what won't work, are all better than saying nothing at all. |
||||||||||||||||
|
|
|
After going through all of the .NET technologies we were using heavily (threading, remoting, reflection, etc) and the guy didn't answer a single one correctly it was painfully obvious to both of us that there was no way he was going to get the job. So .... he started talking about how he didn't really know anything about what we were doing, but don't let that make me think he wouldn't be good for the position, and he's a really hard worker, and a really fast learner, and if you just give me a chance I can prove that I'm really a good fit, and ......... AHHHHHH! STOP TALKING! (or as another said before "Too many words!"). I wanted to say "Dude, you're NOT a good fit. Get over it." |
||||
|
|
|
After asking a question I happen to really like, and have asked a number of times, after puzzling on it for several minutes without making real headway, a senior candidate busts out with: "I think I'm bored with this question." And as it turns out, I was bored with his answer, so we were in complete agreement. It's a good thing you can only work on the problems that interest you when you work at a startup. Needless to say, not someone we hired. |
||||
|
|
|
Interviewer asked me " why do you think constructors don't have return types ?" i answered " why should they?" ( still believe it is apt answer, got rejected though :D). |
||||||||||||
|
|
|
We once had a candidate who had failed to answer any of our questions convincingly through the interview. At the end, we gave him a last chance to shine and asked if there was some part of his CV we had overlooked, anything he was expert on that we hadn't touched upon. He thought for a minute and answered that what he was really good at was "thinking outside of the box". Naturally, we then followed up by asking for an example of where he had thought laterally to solve a problem, but unfortunately he couldn't think of one. |
|||
|
|
Me: "What are some of the benefits of using stored procedures?" Interviewee: "I'd rather do it in code" Me: "Ok...but if you were going to use them what might the benefits be?" Interviewee: pause..."SQL Injection...they're the best way to do SQL Injection." Me: google.com "laughter methods restraint" |
||||||||
|
|
|
My favourite is interviewing contractors and you pose them a programming question to write some code. At least 60% in our experience will reply with "Sorry, I don't give free consulting". Ummm, so now what? Goodbye. ;) |
||||||||||||||||
|
|
|
Q: How many constructors does the SqlCommand class have? (ADO.NET) Me: (in my mind : why the f... should I know their count?!) More than one :P |
||||||||||||||||||||
|
