The decoupling of a service contract from the service's underlying implementation results in a(n) __________________ in the service's level of abstraction because
__________________ service implementation details helps prevent service consumers from being designed to indirectly couple to the underlying service implementation. Select the correct answer.
Answer : A
When applying the Service Autonomy principle, runtime autonomy and design-time autonomy are related through the following rule of thumb: "The __________________ the amount of design-time autonomy, the __________________ the amount of attainable runtime autonomy." Select the correct answer.
Answer : C
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
Answer : A,D
Which of the following is not a state deferral option that is commonly used in support of applying the Service Statelessness principle? Select the correct answer.
Answer : D
The __________________ principle can be applied together with the
__________________ principle and the __________________ principle to establish a service contract that conforms to design standards, does not impose negative dependencies upon service consumers, and does not reveal unnecessary information about its underlying implementation. Select the correct answer.
Answer : D
When applying the Service Loose Coupling design principle, we want to
__________________ the coupling of the service logic to the service contract because that allows the service contract to remain __________________ from the service logic. Select the correct answer.
Answer : A
Which of the following statements are true? SELECT ALL THAT APPLY
Answer : A,C,D
Which of the following statements correctly explains the difference between the Service
Reusability and Service Composability principles? Select the correct answer.
Answer : A
The design principle most associated with an approach whereby the technical interface or contract of a service is designed prior to its underlying logic is: Select the correct answer.
Answer : D
When applying the Service Loose Coupling design principle, we want to
__________________ the coupling between the service contract and service consumers and __________________ the coupling of the service contract to its underlying logic.
Select the correct answer.
Answer : A
Project Team A delivered 3 services and a month later Project Team B delivered 5 services. After an audit of the services delivered by these two project teams, it was determined that 3 of the services delivered by Project Team B contained redundant logic
Answer : B
Which of the following characteristics is not a result of the consistent application of service- orientation principles? Select the correct answer.
Answer : C
A service's functional context determines its: Select the correct answer.
Answer : A
Which of the following does not represent a typical form of service contract standardization addressed by the Standardized Service Contract principle? Select the correct answer.
Answer : B