Views: 64.4K
Replies: 6
Archived
|
Need some good .NET Design Pattern interview questionsHello. I will be interviewing a few candidates for a senior architecture position that we have open at our company.
As an architect we expect them to be familiar with commonly used .NET Design Patterns. Does anyone have some suggestions for some good interview questions? I am not looking for questions like: explain the Factory Pattern, but more like scenarios in which certain patterns are typically used. Look forward to some great suggestions!. Craig Johnston, Mar 25, 2010
Check this link for more interview questions of "Design Patern"
http://www.questions-interviews.com/basic-common/design-pattern.aspx
Aug 18, 2011
|
|
Reply 1First you need to ask them if they know the basic OO principles: SOLID and GRASP.
The Design Patterns are nothing more than concrete implementations of these principles. Then you delve into the Design Patterns specifics. In real world very often you may not use a Design Pattern as it is in a book, what matters is to know and understand the principles and the ideas behind OO. Then you can do a good job when you architect and design an application. Danut Prisacau, Aug 19, 2011
|
|
Reply 2Check this link for more interview questions of "Design Patern"
http://www.questions-interviews.com/basic-common/design-pattern.aspx Regards, Akaas Developer Akaas Developer, Aug 18, 2011
|
|
Reply 31.which patterns you used? 2.why that pattern you used? 3.what are the benefits of design patterns? 4.In which situation you will use say singleton pattern(any other patterns)? Bhupendra Sinha, May 21, 2010
|
|
Reply 4I prefer to ask the following questions:
Yaroslav Yakovlev, May 14, 2010
|
|
Reply 5Some interview questions:
Anand Sharma, Apr 22, 2010
|
|
Reply 6The best way to understand the depth of knowledge a candidate might have in design pattern is by asking these questions...
1. What are all design pattern you have used in your project? 2. Explain a scenario where you have applied <any pattern name told in previous answer>PATTERN_NAME? and why did you applied this pattern? 3. How long you have been using design patterns for the projects you had worked? Regards, Shaffic Shaffic Ahamed, Mar 25, 2010
|