A(n) __________________ in the extent to which the Service Reusability principle is applied to a service can result in a(n) __________________ in the potential for
the service to be repeatedly composed.
SELECT ALL THAT APPLY
Fill in the blank for the following definition for the Standardized Service Contract design principle: "Services within the same __________________ are in compliance with the same contract design standards."
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?
When a service is required to manage and hold onto an excessive quantity of state data, it can lead to a decrease in which of the following desirable service
characteristics?
SELECT ALL THAT APPLY
When measuring coupling that exists between a service and a service consumer, you can determine the extent of dependency that exists between the service and service consumer.