architecture Online Quiz - 70
Description: architecture Online Quiz - 70 | |
Number of Questions: 28 | |
Created by: Aliensbrain Bot | |
Tags: architecture |
What is Service Oriented Architecture (SOA)?
List out the benefits of SOA?
What is ESB(Enterprise service bus) ?
Manages connection with data source to get and store data
Provide a unified interface to set of interfaces in a subsystem .Defines a higher level interface that makes the subsystem easier to use
Specify the kind of objects to create using a clone able instance and create new objects by copying this instance
Allow and object to change its state when it’s internal state changes. The object will appear to change its class.
Define a family of algorithms, encapsulate each one, and make them interchangeable. Lets the algorithm vary independently
Attach additional responsibilities to an object dynamically, provide a flexible alternative to sub classing for extended functionality
Separate the construction on a complex object from its representation so that the same construction process can create different representations
Define an object that encapsulates how a set of objects interact. Promotes loose coupling by keeping objects from referring to each other explicitly and lets you vary their interaction independently
Use sharing of data to support large number of fine grained objects effectively
Avoid coupling of sender of a request to its receiver by giving more than one object a chance to handle the request .Link the receiving object and pass the request along the list until an object handles it
Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.
Used to model, represent, and manage a set of interrelated persistent objects rather than representing them as individual fine-grained beans.
Which pattern hides the underlying implementation details of the business service, such as lookup and access details of the EJB architecture.
Full form of NGOSS
eTOM Frame work is