views:

51

answers:

2

Recently lot of interviewers are asking

"What are the integration patterns are you familiar with?".

I know design patterns,what is integration pattern then?

+2  A: 

To put it simply, its how the apps would integrate, that is - communicate, usually in an enterprise environment.

The integration could be of any sort ranging from network sockets, to web services, MSMQ, databases, BDCs; this includes data integration, functionalities, presentation, etc - among a range of technologies that may include SQL Server, IIS, Biztalk, MOSS, etc.

KMan