Blog Stats
  • Posts - 298
  • Articles - 0
  • Comments - 1353
  • Trackbacks - 0

 

Monday, December 31, 2007

Questions every .NET developer should be able to answer

Working once again on hiring developer talent I am again amazed at the number of candidates who come my way who have little or no understanding of object oriented fundamentals.  As many of us end up doing interviewing even when we're not managers I figured I'd share some of the questions on my technical .NET developer interview that I expect any developer with experience to get right.  Feel free to suggest more questions and critique the ones I have!

  1. Describe inheritence, give examples of when you would use it.
  2. Describe what an interface is, how is its usage different from inheritance?
  3. There are many ways of working with multiple related items in code, such as an array.  Name some of the other options and how they are used.
  4. What is the difference between a value type and a reference type?
  5. What is serialization?  How do you implement it in .NET?
  6. If you were going to read a text file from the disk, how would you go about it?
  7. In .NET, you can modify class and method access with modifiers like public and private, what are some others and what impact do they have?
  8. Describe as many objects as you can that are used with ADO .NET

When I design a question set, I try to avoid pure definition questions in favor of open ended questions.  Basically I'm trying to get the candidate to go into an essay style dialogue and just tell me as much as they know in a given category.  I find it is harder for people to fake knowledge with such open ended questions, and unlike your yes/no pure definition style questions I think the above requires them to actually have used and be aware of the concepts.  Pure definition questions can be memorized and don't really show true understanding.  Open-ended ones tend to give the candidate enough freedom to show their knowledge or lack of depth.

I generally don't expect everyone to get all the questions right.  If your'e junior level I'd expect 30-50%, mid-level 50-80%, and a senior/lead should be able to answer them all without difficulty.

posted @ Monday, December 31, 2007 10:21 AM | Feedback (7)

New Year, New Job

Just a small announcement.  After two years I am leaving my position as Application Development Manager at Hartville to pursue a new opportunity as Director of Technology Services for a company located in Hudson, OH.  This is a big promotion for me as I will now be managing a cross-functional team instead of just developers and I am quite excited to be there.  I will likely be doing some blog posts this week and next about my adventures in hiring in the current market.

Hartville is a great company with great people working for it, but the chance to advance my career and build my own team was irresistable.

posted @ Monday, December 31, 2007 10:17 AM | Feedback (0)

 

 

Copyright © Eric Wise