S90-01A · Question #29
There are two basic types of service-oriented solution logic: __________ and __________.
The correct answer is B. services, service compositions. Option B is correct because in Service-Oriented Architecture (SOA), all solution logic is categorized into two fundamental building blocks: services (individual, reusable units of logic that perform specific functions) and service compositions (orchestrated combinations of…
Question
There are two basic types of service-oriented solution logic: __________ and __________.
Options
- Aservices, service registries
- Bservices, service compositions
- Cservice candidates, service registries
- Dtop-down service models, bottom-up service models
How the community answered
(27 responses)- A7% (2)
- B89% (24)
- D4% (1)
Explanation
Option B is correct because in Service-Oriented Architecture (SOA), all solution logic is categorized into two fundamental building blocks: services (individual, reusable units of logic that perform specific functions) and service compositions (orchestrated combinations of multiple services working together to fulfill more complex processes).
Why the distractors are wrong:
- A - Service registries are a discovery mechanism (like a directory), not a type of solution logic itself.
- C - Service candidates are a design artifact used during analysis to identify potential services; they're not deployed solution logic.
- D - Top-down/bottom-up describe design approaches or methodologies, not types of solution logic.
Memory tip: Think of it as "atoms and molecules" - a service is the atomic unit of logic, and a service composition is how those atoms bond together into something more complex. The pair that maps to what you build and deploy is always services + compositions.
Topics
Community Discussion
No community discussion yet for this question.