Possible Duplicates:
What is your single most effective interview question?
Practical programming test in interview
What are some effective question to test a real programmer in an interview?
(Inspired from this question)
|
2
|
What are some effective question to test a real programmer in an interview? (Inspired from this question) |
||||||||||||||
|
closed as exact duplicate by Greg Hewgill, Ravi, mouviciel, Sergio, romaintaz Nov 3 at 10:11 |
|
|
Chose one or two design patterns and let the interviewee explain them in her own words (or scribbles), when and how she used or implemented them. Ask about the methodologies and processes she used to work with in the previous job and what her experiences and feelings were about these processes. (e.g. agile, tdd, scrum, rup, waterfall, continuous integration, etc.) Ask about a personal project and let her explain its architecture, history, quirks and pitfalls etc. |
|||
|
|
|
|
I ask to compare/contract maintainability with efficiency. It’s easy to make a maintainable program more efficient. The otherwise, not so much. |
|||
|
|
|
|
IMHO there's no single question that will allow you to say this guy is a great programmer because he managed to answer it and this other guy is not a real programmer because he didn't answer it. It is through a series of questions that you could get better understanding of the interviewee's capabilities. |
|||
|
|
|
Ask the candidate to write algorithm or psudo code of some algorithm on a board. This is really helpful to test the confidence level of candidate, which is really necessary for a good programmer. |
|||
|
|
|
|
Write a function to generate a fibonacci series: a) Use no recursion b) Use recursion |
|||
|
|