Multiple Choice
Often it is a requirement to wrap a legacy system with a service. This is typically accomplished by encapsulating calls to the legacy system's Application Programming Interface (API) within the core logic of the service. Care must be taken to not expose details of the underlying API through the service contract as it may unintentionally couple the service consumer to the legacy system. Which pair of service-orientation principles directly addresses this concern? Select the correct answer.
A) Service Loose Coupling, Service Abstraction
B) Service Statelessness, Service Autonomy
C) Service Loose Coupling, Service Statelessness
D) Service Autonomy, Standardized Service Contract
Correct Answer:

Verified
Correct Answer:
Verified
Q42: The _ principle can be applied together
Q43: Which of the following is a common
Q44: The service-orientation principle primarily concerned with ensuring
Q45: Besides the Standardized Service Contract principle, which
Q46: Which of the following is not a
Q48: A service is sometimes referred to as
Q49: Which of the following are not service-orientation
Q50: The Service Discoverability principle is primarily concerned
Q51: The definition of the Service Composability design
Q52: Which of the following is not a