S90-01A · Question #28
To qualify as a service composition, at least __________ participating services need to be present. Otherwise, the service interaction only represents a point-to-point exchange.
The correct answer is A. two. Option A (two) is correct because a service composition requires a minimum of two participating services - a requestor and at least one composed service - creating an orchestrated or choreographed interaction beyond a simple direct call. Options B, C, and D (four, six, eight)…
Question
To qualify as a service composition, at least __________ participating services need to be present. Otherwise, the service interaction only represents a point-to-point exchange.
Options
- Atwo
- Bfour
- Csix
- Deight
How the community answered
(43 responses)- A88% (38)
- B7% (3)
- C2% (1)
- D2% (1)
Explanation
Option A (two) is correct because a service composition requires a minimum of two participating services - a requestor and at least one composed service - creating an orchestrated or choreographed interaction beyond a simple direct call. Options B, C, and D (four, six, eight) are all distractors that inflate the threshold; there is no technical or architectural requirement for these higher numbers, and choosing them reflects a misunderstanding of what "composition" means in service-oriented architecture. A point-to-point exchange involves exactly one service calling another without any composition layer, so the moment you add even one additional service into a coordinated interaction, you cross into composition territory. Memory tip: Think of "composition" like a musical duet - the minimum number of performers to have a composition is two; a single performer is just a solo (point-to-point).
Topics
Community Discussion
No community discussion yet for this question.