S90-02A · Question #30
Which of the following technologies can be used to establish a federated data architecture capable of exposing standardized data models while abstracting disparate data sources? Select the correct…
The correct answer is A. XML Schema. XML Schema is the correct choice because it defines the structure, content, and semantics of XML documents, enabling a federated data architecture to impose a common, standardized data model across heterogeneous sources - each source can expose data in its own native format…
Question
Which of the following technologies can be used to establish a federated data architecture capable of exposing standardized data models while abstracting disparate data sources? Select the correct answer.
Options
- AXML Schema
- BXQuery
- CWS-BPEL
- DWS-Federation
How the community answered
(21 responses)- A76% (16)
- B14% (3)
- C5% (1)
- D5% (1)
Explanation
XML Schema is the correct choice because it defines the structure, content, and semantics of XML documents, enabling a federated data architecture to impose a common, standardized data model across heterogeneous sources - each source can expose data in its own native format while being mapped to a shared schema that consumers interact with uniformly.
XQuery (B) is a query language for retrieving and manipulating XML data; it can access federated sources but doesn't define or enforce standardized data models. WS-BPEL (C) is a process orchestration language for composing web service workflows - it's about business process execution, not data modeling or source abstraction. WS-Federation (D) deals with identity and authentication federation across security domains (SSO), not data architecture.
Memory tip: Associate Schema with shape - XML Schema defines the "shape" that all disparate data sources must conform to, acting as the contract in a federated model. If the answer is about defining structure and standardization, Schema is your anchor.
Topics
Community Discussion
No community discussion yet for this question.