architecture Online Quiz - 70
Description: architecture Online Quiz - 70 | |
Number of Questions: 28 | |
Created by: Aliensbrain Bot | |
Tags: architecture |
Are web-services SOA ?
List out the benefits of SOA?
What are the benefits of SOA
SOA equals web and distributed services.
What are the SOA Characteristics?
What is ESB(Enterprise service bus) ?
What are the ESB software’s available in market?
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
Encapsulate request as object thereby letting you parameterize clients with different requests, queue or log requests and support undoable operations
Allow and object to change its state when it’s internal state changes. The object will appear to change its class.
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
Convert the interface of a class into another interface clients expect
Attach additional responsibilities to an object dynamically, provide a flexible alternative to sub classing for extended functionality
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.
eTOM Frame work is