Interview Questions

Microsoft CRM Interview Questions

1. Who are the newcomers to the CRM landscape?

2. How is CRM changing and what does the business owner need to be aware of?

3. How much should I plan to spend on a good solution?

4. What are your expectations for CRM in the next five years?

5. What exactly should I be expecting CRM to do for me?

6. Do you have a few key best practices someone considering CRM can use?

7. What are the most common mistakes you see companies make with CRM?

8. What are my best resources for finding out more about CRM?

.Net 3.0 Interview Questions and Answers

Here is a collection of .Net 3.0 Interview Questions and Answers. I hope you find the list useful. Also, if you see any question un-answered feel free to answer it for the benefit of everyone. You can also Ask A Question using the link in the Menu above. Keep learning, keep sharing, keep posting.

WinForm Interview Questions

Windows Forms Interview Questions

What base class do all Web Forms inherit from?
System.Windows.Forms.Form

Web Services Interview Questions 1

Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component
Web service is one of main component in Service Oriented Architecture. You could use web services when your clients and servers are running on different networks and also different platforms. This provides a loosely coupled system. And also if the client is behind the firewall it would be easy to use web service since it runs on port 80 (by default) instead of having some thing else in Service Oriented Architecture applications.

UML Interview Questions

 

1.                   What is UML?

Project Management Interview Questions

What is project management?

Is spending in IT project’s constant through out the project?

Who is a stakeholder ?

Can you explain project life cycle ?(Twist :- How many phases are there in
software project ?)

Are risk constant through out the project ?

Can you explain different software development life cycles ?

What is triple constraint triangle in project management ?

What is a project baselines ?

What is effort variance?

How is normally a project management plan document organized ?

Oracle Interview Questions

  1. List components of an Oracle instance?
  2. Which background process and associated database component guarantees that committed data is saved even when the changes have not been recorded in the data files?
  3. What is the maximum number of database writer processes allowed in an Oracle instance?
  4. Which background process is not started by default when you start up the Oracle instance?
  5. Describe a parallel server configuration.
  6. Choose the right hierarchy, from largest to smallest, from this list of logical database structures.

OOPS Interview Questions

What is Object Oriented Programming ?

What’s a Class ?

What’s a Object ?

What’s the relation between Classes and Objects ?

What are different properties provided by Object-oriented systems ?(Twist :- Can
you explain different properties of Object Oriented Systems?)(Twist :- What’s
difference between Association , Aggregation and Inheritance relationships?)

How can we acheive inheritance in VB.NET ?

What are abstract classes ?

What’s a Interface ?

.Net Multi Threading Interview Questions

What is Multi-tasking ?

What is Multi-threading ?

What is a Thread ?

Did VB6 support multi-threading ?

Can we have multiple threads in one App domain ?

Which namespace has threading ?

Can you explain in brief how can we implement threading ?

How can we change priority and what the levels of priority are provided by .NET
?

What does Addressof operator do in background ?

How can you reference current thread of the method ?

What’s Thread.Sleep() in threading ?