vote up 1 vote down star
2
5  
There are over 200 questions already tagged interview-questions. Seriously, NONE of those answer your questions? This has to be a duplicate of many questions. – Eddie May 28 at 2:41
I would vote to close as exact duplicate, but I can't find any questions about interview questions for a * team lead * role. For the other two roles, I linked in seven duplicates to help you find answers that already exist. – Eddie May 28 at 3:07

closed as exact duplicate by George Stocker, paxdiablo, Tom Hawtin - tackline, toolkit, Shog9 May 28 at 18:54

10 Answers

vote up 6 vote down check

The most important thing you MUST do when interviewing anyone for a programming job is to give them a simple problem to solve in their (or your) programming language of choice, while they are at the interview. You'll find out right away if they're going to work out or not.

We learned this one the hard way...

link|flag
vote up 1 vote down

I would like to recommend Scott Hanselman's What Great .NET Developers Ought To Know (More .NET Interview Questions):

A while back, I posted a list of ASP.NET Interview Questions. Conventional wisdom was split, with about half the folks saying I was nuts and that it was a list of trivia. The others said basically "Ya, those are good. I'd probably have to look a few up." To me, that's the right response.

Certainly I wasn't trying to boil all of .NET Software Development down to a few simple "trivia" questions. However, I WAS trying to get folks thinking. I believe that really good ASP.NET (and for that matter, WinForms) is a little [read: lot] more than just draging a control onto a designer and hoping for the best. A good race driver knows his car - what it can do and what it can't.

Also these look like some good Java interview questions:

Java Interview Questions:

We offer you quality collection of Java FAQ from core java, jsp and servlet. These java FAQ will help you to prepare for career java interview, java certification, college tests and campus interview. It will also help to update your java knowledge.

link|flag
Not sure about those Java interview questions. – toolkit May 28 at 8:35
Fair enough - I am not a Java guy and they looked good to me but that doesn't make them good :) – Andrew Hare May 28 at 12:10
vote up 0 vote down
  1. What is a cookie, and how would you use it with ASP.NET?
  2. What is a cookie, and how would you use it with ASP.NET?
  3. What is a cookie, and how would you use it with ASP.NET?

Try it, and be shocked. ;) My jaw drops every time I ask that question and people just don't know the right answers. Even the ones who claim to be senior/very senior...its just shocking. ;) I'd say I get about a 10% hit rate of people who really truly know what cookies are all about.

link|flag
vote up 0 vote down

Why should I hire you?

link|flag
vote up 0 vote down

I agree with Robert Harvey, ad-hoc programming says a lot about the quality of the interviewee. I secured my most recent job by hand-coding XAML, my boss was very impressed by that :-)

Also, basic knowledge questions, i.e.

  • What is the difference between an interface and an abstract class?
  • Can a DateTime be null?

If they don't know the answers, you know enough.

link|flag
vote up 0 vote down

As an aside, techInterview has a lot of good puzzles to ask in interviews. It's run by one of the co-founders of Fog Creek Software (the other being Joel Spolsky, one of the guys behind Stack Overflow).

link|flag
vote up 0 vote down

1 - What are the advantages and disadvantages of n-tier architecture? This will help demonstrate if they have any experience beyond academic projects and common best practices. I will also tell you if they just have mom and pop development experience.

2 - Explain Dependency Injection and IOC. Any senior dev should know this pattern and when to utilize it.

3 - Do you code at your job today, and do you want to code? What development do you do outside of work on your own? Looking for passion in development. Perhaps at the hiring company, your leads are not expected to code, perhaps they are. Make sure your expectations meet theirs. Your leads need to have passion, search for that.

link|flag
vote up 0 vote down

Junior developer-

  1. Basics like algorithms, object oriented concepts, a puzzle or two would do.

  2. Can ask him/her the field of computer science in which they are comfortable and try to ask basics in that realm.

Senior developer-

Would surely have some experience in a particular area - can start asking behavioral questions like:

  • what was the toughest challenge they faced?
  • how was it resolved?
  • how would they approach the same problem, given again?
  • how did they help a peer and how did it help the project?

Technical questions should mainly focus on the position they are being interviewed for. For example if the position involves work in object oriented realm then asking about design patterns would be good.

Team lead-

Should focus on their experience in leading teams so far. Questions like:

  • how would they approach a given task, if they have a team of X developers?
  • how would they handle scenarios like a developer fails to accomplish a given task?
  • how would they take care of scenarios when there is a team to lead whose members are not good enough to work as a team i.e. team spirit is missing?

In a nutshell, there ability to do a root cause analysis of problems and their ability to lead teams needs to be evaluated.

link|flag
vote up 0 vote down

I used to think I really had this sort of thing nailed. I asked tech questions (general questions about XML, Swing, etc.), I asked about common open source projects to see how far their knowledge went, I asked about what resources they used on the web on a regular basis, etc. I had weeded out some bad choices over the years and I had helped hire some really really good ones.

But I've learned that these sort of questions can only go so far. The last two people I hired taught me that the questions you don't ask can be way more important than any of the technical questions or even asking them to solve a problem can reveal.

In particular, finding a way to find out the answers to the following two questions would have nixed both candidates:

1) Do you, given a choice between a well tested open source library or software that is easy to use, ALWAYS prefer to cobble together some half-assed solution that won't really work yourself?

and 2) Do you really want to do any real work or would you really prefer to just surf the web even when you have work that needs to be done?

Interview questions, even the best ones can only go so far, so here is my suggestion for how to hire better people. Ask for references, then actually go call them. Ask them some questions too, "How do they work in a group?", "Do they work hard when needed to?", "What sort of things do they avoid doing?, etc. And don't just call one, call a few people at random from the list they offer up and maybe you'll hit somebody who was kind of reluctant to be a reference in the first place if they aren't that great a hire. Maybe, just maybe, the best interview question won't be to the interviewee at all.

link|flag
vote up 2 vote down

Right now I'm reading Joel Spolsky's "Smart and get things done" book. It's a great guide on how to hire smart developers that can actually do the job.

You take a look at it here.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.