Multiple Choice
If a service can have one or more service capabilities, then how can a service consumer interact with a service?
A) It can't. The service must only provide one service capability in order for it to be accessible by service consumers.
B) Each service capability represents a function that the service has to offer. The service consumer can invoke and interact with one service capability at a time, thereby only using a subset of the service's overall functionality.
C) Service capabilities are designed to be composed together, which means that in order for a service consumer to interact with a service, it must be designed to invoke all of its service capabilities at the same time.
D) Services do not have service capabilities that are explicitly invoked. Services almost always exist as event-driven programs that transparently intercept service consumer messages at runtime.
Correct Answer:

Verified
Correct Answer:
Verified
Q19: When following the distinct lifecycle phases of
Q20: Service A invokes ServiceB. Service B invokes
Q21: Administering, maintaining, and evolving the services and
Q22: Service Composition A is comprised of 4
Q23: Below are excerpts from four different SOA
Q25: Which of the following statements accurately describes
Q26: Which of the following statements is false?<br>A)
Q27: Which of the following statements are false? SELECT
Q28: A software program that invokes and interacts
Q29: A service consumer must exist as a