etam said:
can You pleas help me with finding .net interview questions? I have an
interview on thursday. My knoledge about .NET will be tested. Can you
give me some examples (or links) of often given questions?
I typically ask candidates:
- Explain how Garbage Collection works.
- Give me some examples of how you would use inheritence.
- Define: Factory Pattern, Abstract Factory, Prototype Pattern, Observer
Pattern
- What do UTF-8 and UTF-16 mean, and how do they relate to .NET?
- How do Streams work? Cite some examples.
- Which is better: C#, VB.Net, Java, C++, Python, Ruby, or Perl?
- What's the relationship between a Thread, Process, Managed Thread,
AppDomain, and Fibre?
- Conceptually, what is thread synchronization and how does it work?
- What's the best way to tune an application?
- What are the pros and cons of asynchronous programming?
Those are the general .Net questions I ask. Most of them are leading, and
I'm more interested in how they respond than anything else.
(For instance, anyone who insists there is a single best programming
language, and is zelous about their answer, has failed my interview...)