Monthly Archives: February 2012

.NET Interview Questions: – Elaborate object pooling in .NET?

This is the most practical oriented .Net Interview Questions which may be asked during the Interview by the Interviewer. COM+ reduces overhead by not creating object from scratch. So in COM+ when object is activated it’s activated, from pool and … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions | Tagged , , , , , | 2 Comments

.NET interview questions: – Show the advantages of using OOPS over functional programming?

In fact this one is the basic but very important .NET interview questions asked in almost every interview. An interviewer expects that every candidate should know and answer it. So if you are not sure about it so read the … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Aggregation, Association, Composition, Csharp interview questions, Inheritance, OOPS, polymorphism, programming interview questions | Tagged , , , , , , , , , | 1 Comment

SQL Server interview question:- Explain SSIS, SSAS and SSRS?

All these 3 things are related to Business intelligence. Business intelligence is all about making meaning of your data, forecasting using that data, making more business sense from the data. In order to do the same we first need to … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions, SQL Server, SQL Server interview questions and answers, SQL training, SSAS, SSIS, SSRS | Tagged , , , , , , , | Leave a comment

3 Important Concepts: – Association, Aggregation and Composition.

Introduction In this article we will try to understand 3 important concepts association, aggregation and composition. We will also try to understand in what kind of scenarios do we need them. These 3 concepts have really confused lots of developers … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Aggregation, Association, Composition, Csharp interview questions, programming interview questions | Tagged , , , , , , | Leave a comment

SQL Server interview questions: – What are the essential components of SQL Server Service broker?

An SQL Server interview questions asked in the interview. So do read the following answer before going for an interview. Following are the essential components of SQL Server:- End-Points The endpoints can be two applications running on different servers or instances, … Continue reading

Posted in Csharp interview questions, programming interview questions, SQL Server, SQL Server interview questions, SQL Server Service broker, SQL training | Tagged , , , , , , | Leave a comment

.NET interview questions: – How will you explain object diagrams in UML?

One of the most expected .NET interview questions on Unified Modeling Language (UML) asked to software engineer during .NET interview. Class represents shows the static nature of the system. Class diagrams shows the types and how they are linked. Classes … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, object diagrams in UML, programming interview questions, UML, UML Training | Tagged , , , , , , | 2 Comments

SQL Server interview questions: – What is architecture of Notification Services?

This is the SQL Server interview questions which more of Database administrator (DBA) oriented. Have a look before going for interview. So one can start answering this question as follows. Detail sections in SQL notification services:- Notification Service application: – … Continue reading

Posted in architecture of Notification Services, Csharp interview questions, programming interview questions, SQL Server, SQL Server interview questions and answers, SQL training | Tagged , , , , , , , , | Leave a comment

SQL Server interview questions: – Elaborate stateless and stateful load balancing?

Following way you can answer this SQL Server interview questions. Stateless load balancer Stateless load balancer uses the hashing algorithm. It takes packet from the client and selects fields from the packet to be hashed. For instance from each client … Continue reading

Posted in Csharp interview questions, programming interview questions, SQL Server, SQL Server interview questions and answers, SQL training, stateful load balancing, stateless | Tagged , , , , , , , | Leave a comment