MC When compared against XML, both JSON and YAML are... less technically mature. correct much more verbose. incorrect not human readable. incorrect not providing support for ordered elements such as arrays. incorrect MC A key benefit of REST when compared to SOAP for web services is that: REST is communication agnostic, whereas SOAP is tightly integrated with HTTP. incorrect REST is built directly on top of HTTP and is less verbose and heavy than SOAP. correct REST only allows XML for exchanging requests and responses. incorrect REST has an official standard. incorrect MC XML focusses on the... content of documents. correct representation of documents. incorrect MC In case an application needs to process large XML documents in a sequential way, it is recommended to use the: SAX API correct DOM API incorrect MC Which statement is CORRECT? The document-oriented approach to storing XML documents stores them as a BLOB or CLOB without the use of a DTD or XSD. correct RDF allows to use database specific primary keys to identify resources. incorrect When compared against XML, both JSON and YAML are not human readable. incorrect Using XML, an XSLT document can be transformed to an XML document. incorrect MC XML focusses on the... content of documents. correct representation of documents. incorrect MC Which statement is CORRECT? A key advantage of the document-oriented approach to storing XML documents is the integration with traditional relational SQL query processing. incorrect When compared against XML, both JSON and YAML are not human readable. incorrect A key benefit of REST when compared to SOAP for web services is that REST has an official standard. incorrect All XML tags and attributes association with the same prefix belong to the same namespace and should be unique. correct MC Which statement is NOT CORRECT? Both DTD and XSD can be stored within the XML document or as an external file. incorrect The SAX API is the updated version of StAX. correct A table-based mapping for mapping XML documents to (object-) relational data specifies strict requirements to the structure of the XML document. incorrect According to 1NF, the relational model does not support multivalued attribute types, while XML allows the same child element to appear multiple times. incorrect MC Which statement is NOT CORRECT? SQL/XML includes facilities for mapping relational data to XML. incorrect SQL/XML introduces a new XML data type. incorrect The result of an SQL/XML query can be a combination of both relational and XML data types. incorrect SQL/XML includes rules for shredding XML data into SQL. correct MC Which statement is CORRECT? DTD is more verbose than XML Schema. incorrect All attribute values in an XML start tag must be quoted using either single or double quotes, except for numbers which can be left unquoted. incorrect When shredding XML documents, a DTD or XSD schema is always used. incorrect Partial shredding of XML documents combines the document- and data-oriented approach and can use SQL views to reconstruct the entire XML document. correct