MC Which statement is NOT CORRECT? Stored procedures can be extended with a WSDL interface and published as web services. incorrect The main advantage of a data-oriented approach to storing XML documents is that SQL queries can directly access and manipulate individual XML elements. incorrect An RDF data model consists of statements which are in subject-predicate-object format. incorrect XML focusses on the representation of documents. correct MC Which statement is NOT CORRECT? SQL/XML includes rules for shredding XML data into SQL. correct The result of an SQL/XML query can be a combination of both relational and XML data types. incorrect SQL/XML introduces a new XML data type. incorrect SQL/XML includes facilities for mapping relational data to XML. incorrect MC A key difference between XML data and relational data is that... relational data can be nested whereas XML data cannot be nested. incorrect relational data assumes atomic data types whereas XML data can consist of aggregated types. correct relational data can be multivalued whereas XML data cannot be multivalued. incorrect relational data is ordered whereas XML data is not ordered. incorrect MC Which statement is CORRECT? Using XSLT, an XML document can be transformed to another XML document. correct Using XML, an XSLT document can be transformed to an XML document. incorrect Using DTD, an XML document can be transformed to an HTML document. incorrect Using HTML, an XML document can be transformed to an XSLT document. incorrect MC A key benefit of REST when compared to SOAP for web services is that: REST has an official standard. incorrect REST is built directly on top of HTTP and is less verbose and heavy than SOAP. correct REST is communication agnostic, whereas SOAP is tightly integrated with HTTP. incorrect REST only allows XML for exchanging requests and responses. incorrect MC Which statement is NOT CORRECT? XML Schema is more verbose than DTD. incorrect XML Schema is not defined using XML syntax. correct XML Schema allows to specify minimum and maximum cardinalities. incorrect Various data types are supported in XML Schema such as xs:string, xs:short, xs:byte, etc. incorrect MC When compared against XML, both JSON and YAML are... not human readable. incorrect much more verbose. incorrect not providing support for ordered elements such as arrays. incorrect less technically mature. correct MC Which statement is CORRECT? A key difference between XML data and relational data is that relational data can be nested whereas XML data cannot be nested. incorrect If an XML document can be successfully opened in a web browser, it is considered as valid. incorrect XQuery does not allow to join information from different XML documents. incorrect XML is case-sensitive. correct MC Which statement is CORRECT? Using DTD, an XML document can be transformed to an HTML document. incorrect Using XSLT, an XML document can be transformed to another XML document. correct Using XML, an XSLT document can be transformed to an XML document. incorrect Using HTML, an XML document can be transformed to an XSLT document. incorrect MC A key benefit of REST when compared to SOAP for web services is that: REST is built directly on top of HTTP and is less verbose and heavy than SOAP. correct REST is communication agnostic, whereas SOAP is tightly integrated with HTTP. incorrect REST has an official standard. incorrect REST only allows XML for exchanging requests and responses. incorrect