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 |
|
|
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. |
||||||||||||||||||||
|
|
|
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..." |
||||||||||||||||||||
|
|
|
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 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. |
||||||||||||||||||||
|
|
|
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. |
||||||||||||||||
|
|
|
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! |
||||||||||||||||||||
|
|
|
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. |
||||||||||||||||||||
|
|
|
|
||||
|
|
|
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. |
||||||||
|
|
|
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. |
|||
|
|
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." |
|||
|
|
|
|
Q: So, why are you motivated to work with us? R: Because it is close to my home ! |
||||||||||||||||||||
|
|
|
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. |
||||
|
|
|
I once asked a candidate "what do you consider to be your forte?". His reply: "I like variables". |
||||||||||||||||||||
|
|
|
(From a very pleasant Nigerian national who came in for a technical interview) "Would you like to hear about my implementation of a mass e-mailing program?" I laughed. |
||||||||||||||||||||
|
|
|
Oh, this is a good one. Recently I was interviewing people for a '.NET Architect' position. One of the candidates told me that he had worked briefly with VB.NET before 'specializing' in C#. So I asked: Can you name some C# feature that doesn't exist in VB.NET? His answer: .... uhmm, I really don't remember... wait! yes I remember there was one.... but I think they fixed it already. EDIT: Thanks everybody for the comments, but you are missing the point: the WTF is that the guy didn't even know what the meaning of 'feature' was. He thought I was asking about something that was wrong or missing in C#, like a bug or something. I would not think it is a bad answer if he had just said 'I don't know'. |
||||
|
|
|
Where do you see yourself in 5 years? I'll be retired by then... (after negotiating on a quite large budget for personal training as well) |
||||
|
|
|
In the job description, I specified an understanding of GOF design pattern (not as a religious position, just to make sure that the applicant wasn't an indiscriminate hacker and had some concept of order and reuse) When I asked if she knew about them, she actually answered "Yes, I saw that on the description so I looked them up." Me: "Oh, good, what can you tell me about them?" Interviewee (looking proud): "I looked them up." Me: "Anything else?" Interviewee (still looking chuffed): "They are on the internet" My boss insisted I hire her as she was cheap, she ended up costing the company heaps in lost time, huge bug fixes and 'mentoring' (for want of a much less positive word) time. Working with her was like pulling teeth. |
||||||||||||
|
|
|
When interviewing people for a tech position (read "IT Position" - not for a developer position), I was going over the requirements with one guy. I told him that occasionally he might have to run some cable, to which his response was: "Don't ask me to do that, cause I won't do it." |
||||||||||||
|
|
|
To someone who'd written SQL, Database, DBA and similar terms all over his CV: "Could you write a SQL query that does <problem>?" "Most of my query development has been in Access' drag-and-drop editor" |
||||
|
|
|
Q: What is a virtual function? A: You mean, like, virtual memory? |
||||||||
|
|
|
Tell me what you know about Object Oriented Design and Development? Yes I know all about that stuff. I studied that in my last year of college. So tell me a little bit about what you learnt? I learnt all that complicated stuff but it's far too complicated to go into right now. |
||||||||||||||||
|
|
|
I'll never forget it. I said... "So tell me a bit about yourself... and he replied... "I recently invented the div inside a span." He had it listed on his resume too - just like that - invented it. |
||||||||||||||||||||
|
|
|
Applicant for java ee programming job: -What is JPA? AND What is HIBERNATE? -It's in notebook, button to put it into sleep mode. |
||||
|
|
|
My own answer. I was interviewing for a position and after having gone through my five years of "professional" programming experience this is the transaction that occurred... --(Paraphrased of course) Interviewer: So what is it you would really like to be doing? Me: Oddly enough... Art, 3d models and music creation. Interviewer: You wont be able to do much of that here. Me: Yeah. I know... -- I still got the job as a Software Engineer, but I figure is was probably not a great answer. |
||||||||||||||||||||
|
|
|
In an interview not too long ago, I was starting off the discussion by giving my sixty second introduction to our group with a quick sketch of the major data flow components when the interviewee interrupted me with: "Too many words!" I think I stared at him for a good thirty seconds before I was able to speak. |
||||||||||||||||||||
|
|
|
We were conducting interviews for a .NET web programmer as a team (just 3 of us) and one of our team members made the mistake of asking a personal question instead of sticking to the predetermined set. Q: So, what do you like to do in your free time? A: Well, I like praying... and I like chainsawing. WTF?! This is why we stick to the standard set of questions! |
||||||||||||||||||||
|
|
|
Q: "So, why do you want this job?" A: "Well, I don't really have anything else to do." |
||||||||||||||||||||
|
|
|
Q: "What makes you like programming?" A: "I don't" Didn't see that one coming! The interview was for a senior developer position so a certain enthusiasm for the subject matter was more or less assumed. |
||||||||||||||||||||
|
|
|
The setup: "I'm an expert web programmer, was a DBA for a few years, lots of background in security, yeah I know all about that" The lowball: "Okay, so how would you go about preventing SQL Injection?" The fumble: "Weeell, thats not really the type of thing I've ever dealt with... What is it exactly?" Priceless. |
||||||||||||
|
