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 |
|
|
I asked a candidate for a programming position what he knew about database to which he replied "Oh no, that's not my job. That's the DBA's job. I don't do dumb stuff like that." Needless to say he never got the job. |
||||||||
|
|
|
My favorite was I had a candidate for a "Senior Software Engineer" position tell me unprompted and openly that he loves to UML diagram his work in Rational or whatever, and have it auto-generate all the code, and that he always does this on all his work. Um, no thanks... that's fine for your own personal project, but not in a team environment where we have our own style guides and templates etc... and definitely not at a "senior" level. I also had a candidate that was obviously googling every answer as we talked to him over the phone. We thought there was just a 4-8 sec phone lag or something, until the 'thank yous & good-byes' when replies started coming immediately. |
||||||||||||||||
|
|
|
Interview #1 "I haven't really worked with events" Promptly followed by one of our developers slamming down his notebook, getting up, and leaving without a word. Interview #2 When I realized the candidate was Googling/BS'ing all the answers I threw him this gem: me: "Have you ever worked with the XnetCookieManager class, if so, what do you think of it?" candidate: "I've used it before, it works pretty well" This is an in-house class that he could not have ever seen before |
|||
|
|
When asked to explain Object Oriented Programming: "A bunch of subroutines or computer code that does something". Then tried to explain that OOP is bad because different objects don't combine well together, giving the example that you can't use multiple javascript libraries together. Later, when asked about testing: "I never had any code come back...that I wrote..that failed any kind of unit test" |
||||||||||||
|
|
|
Background: Recruiting a QA candidate that made the mistake of claiming during the interview that he did a lot of programming in his spare time and hoped the position we were hiring for would lead to a developer job. Q: So what programming languages do you use/like best? Q: [Thinking I had been unclear] No, I mean specifically what programming LANGUAGES are you familiar with, not the platform. Q: [Trying one more time]. I am really trying to ask about programming languages, not platforms. You know like Java, C++, or C#? |
|||
|
|
Note: These questions were asked back-to-back Q: What are the benefits/reasons for normalizing the database used by an application? Q: In what situations should denormalizing the database be considered? Q: So which is it? Does normalization help or hurt performance? Q: Why? |
||||
|
|
|
Q: Where do you see yourself in 5 years? A: Outta rehab, for sure! (I didn't hire him, but we both had a good laugh at his answer) |
|||
|
|
This topic reminds me of an old irc joke: Myrf> I was giving some guy a job interview today, and it turned out he didn't know who the Beatles were. Myrf> So, of course, I had to turn him down :P bozz> wtf, a bunch of people don't know who the beatles are bozz> whyd you have to turn him down just because of that Myrf> Dude, I work at a RECORD STORE. |
||||
|
|
|
Q: "Oh, interesting. Your resume says that you've used .NET Remoting. So, how did you use it? What was your project like?" A: "I have never used .NET Remoting." |
||||||||||||
|
|
|
I have written about my funny experiences here. The best one was this Me : You said you are working with VS 2003. How do you rate yourself in .net? Candidate : 7 out of 10 Me : Great! Why are you not using VS 2008 which is the lastest verion? Candidate : What? we have VS 2008? I thought 2005 is the latest version. |
|||
|
|
A colleague of mine interviewing someone:
then my colleague started having doubts about the sincerity of the interviewee, so he improvised this question :
He didn't get the job. |
||||||||
|
|
|
This happened a month ago: Q : How do you rate yourself in JavaScript (out of 10)? Q: Great! Could you write a function to validate an email address? |
||||||||||||||||||||
|
|
|
The worse answer I've ever received was: "Uhhhhhhhhhhhhh............." and then silence. |
|||
|
|
|
|
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 |
||||||||||||||||||||
|
|
|
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. ;) |
||||||||||||||||
|
|
|
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" |
||||||||
|
|
|
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. |
|||
|
|
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). |
||||||||||||
|
|
|
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. |
||||
|
|
|
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." |
||||
|
|
|
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. |
||||||||||||||||
|
|
|
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 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! |
||||||||
|
|
|
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. |
||||
|
|
|
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." |
||||||||
|
|
|
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!..." |
|||
|
|
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. |
||||||||
|
|
|
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). |
||||||||||||||||
|
|
|
Q: So write a method to convert a string to uppercase A:
....sadly I am not kidding and this is exact. |
||||||||||||||||||||
|
|
|
Q: What is encapsulation? Q: You haven't a clue. |
||||||||||||
|
