List some of the Advantages of Event Driven Architecture

 Posted by Niladri.Biswas on 9/11/2012 | Category: Design Pattern & Practices Interview questions | Views: 8458 | Points: 40
Answer:

- Extremely loosely coupled architecture permits a lower level subject to communicate with a higher level observer without impacting the system’s layering

- Supports broadcast communication in a highly distributed architecture style

- New business services as event listeners can be invoked dynamically and transparently without making any changes to the event source itself.

- Event interceptors help make informed business decisions by providing insights into the system


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response