S90-01A · Question #33
Service-oriented computing advocates a concept based on the creation of a service layer with standardized and unified endpoints (service contracts) while allowing individual service implementations…
The correct answer is C. federation. Federation (C) describes exactly this SOA principle: a single, standardized service contract layer that unifies how services are accessed, while the backend implementations remain heterogeneous and independently governed - like a common storefront hiding different internal…
Question
Service-oriented computing advocates a concept based on the creation of a service layer with standardized and unified endpoints (service contracts) while allowing individual service implementations to remain disparate and independently governed. This concept is known as:
Options
- Ainteroperability
- Btransformation
- Cfederation
- Disolation
How the community answered
(39 responses)- A10% (4)
- B5% (2)
- C69% (27)
- D15% (6)
Explanation
Federation (C) describes exactly this SOA principle: a single, standardized service contract layer that unifies how services are accessed, while the backend implementations remain heterogeneous and independently governed - like a common storefront hiding different internal systems.
Why the distractors are wrong:
- Interoperability (A) is a capability (the ability of systems to work together), not the architectural concept of unified contracts over disparate implementations.
- Transformation (B) refers to converting data between formats/protocols - a mechanism, not a governance model.
- Isolation (D) is nearly the opposite: it emphasizes keeping services separated, not unified under a shared contract layer.
Memory tip: Think of a real-world federation like the United States - each state has its own laws and governance (disparate implementations), but they all operate under one Constitution (standardized contract). In SOA, federation = one contract, many backends.
Topics
Community Discussion
No community discussion yet for this question.