1、000141V411Exam : IBM 000-141Title : Test 141,xml and related technologies Version : V4.111. Refer to the exhibit to answer the question. Buyer entities of the marketplace can search and discover sellers and interact with them. The discovery and interaction processes are very dynamic in nature. Which
2、 of the following can MOST logically be part of the applications architecture?A. Validation of XML dataB. XSL matching for the search and discoveryC. XML Query for the search and discoveryD. UDDI for the search and discoveryE. SOAP for communication between various entitiesAnswer: ADE2. An applicati
3、on needs to be able to modify the XML document that it is processing, without creating a new instance of the document. Which is the BEST technology to use?A. XSLTB. SAXC. DOMD. DTDE. InfosetAnswer: C3. A group of companies that currently processes purchase orders (POs) using XML has set up a B2B tra
4、ding community in order to exchange the POs. Which of the following XML technologies would provide the MOST benefits?A. Use published DTDs to standardize the PO format.B. Use XML Query to retrieve POs from another companys database.C. Use XML Infoset to standardize field names between companies.D. U
5、se XSLT to transform POs to/from internal PO formats.Answer: AD4. Which of the following MUST be present in every SOAP request?A. SOAP Envelope, SOAP Header, SOAP BodyB. SOAP Header, SOAP BodyC. SOAP Envelope, SOAP BodyD. SOAP Envelope, SOAP HeaderAnswer: C5. When is it BEST to use validation in an
6、XML application?A. The application is being developed but not during production, when performance is more importantB. The source of the XML data is untrustedC. Validating stylesheets are usedD. High performance is an important architectural constraintAnswer: B6. Refer to the exhibit to answer the qu
7、estion. Which of the following is MOST likely to be required in the design?A. XML from the bank must be validated and transformed into a format expected by the legacy system.B. XML from the legacy system must be transformed into a format expected by the banks application.C. The DTD for financial rep
8、orts must be consistent with element names used by the bank.D. The DTD for EFT transactions must be consistent with element names used by the browser.Answer: A7. Refer to the exhibit to answer the question. It has been decided that rather than writing an XML Schema for the project, a DTD will be use
9、d. Which of the following are problems that an XML developer may run into when trying to implement this system?A. Additional effort will be required to process date elements as required by banking officials.B. A unique id attribute will need to be created in order to identify each and every seller/b
10、uyer.C. The use of namespaces will be kept to a minimum.D. Enumerations values to ensure buyer and sellers will use the same currency as payments and accepting payments.Answer: AC8. XML is going to be used in a B2B application to exchange human-resources data between multiple organizations. Each org
11、anization keeps its data in different forms, and produces different reports. Which of the following issues would present the greatest challenges for the XML project?A. Each corporation has its own non-XML record structure for this data.B. Each corporation wants to display the records in a different
12、layout in its intranet applications.C. Some corporations will be sending a lot more data than others.D. The corporations are not using the same operating systems or middleware platforms.Answer: A9. Which of the following statements regarding XPath is TRUE?A. XPath is new enough that the W3C has not
13、yet adopted it as a recommendation.B. Using XPath, a developer can address portions of a DTD in a forward or backward direction.C. XPaths functionality is extended by XPointer.D. XPath is implemented with an object-based language.E. XPath uses XSLT, XSL FO, and other emerging technologies.Answer: C1
14、0. Refer to the exhibit to answer the question. The goals of the design are to produce a stable and efficient e-commerce site. Which of the following technologies would MOST LIKELY improve the design or performance of the XML-based e-commerce application?A. XML QueryB. XML SchemaC. XSL Format Object
15、sD. SAXE. XSLTAnswer: BDE11. An XML development team is faced with the task of repurposing an XML data stream to target both HTML web pages and hand-held cellular phones. What consideration is MOST likely to influence the teams design?A. The amount and types of formatting supported by the cellular d
16、evice.B. The font families available on target web browsers.C. The current CSS formatting model.D. The ability to properly transform XML objects into HTML objects.Answer: A12. Which of the following statements reflects the BEST approach to rendering XML in a diverse range of clients?A. Format the XM
17、L during the XSL Transformation phase on the server using Format Objects based on xsl:template rules.B. Format the XML during the XSL Transformation phase on the server using xsl:output in conjunction with an xsl:choose and various xsl:when statements.C. Format the XML DOM in the middle tier XML app
18、lication and deliver the objects to the requesting client.D. Use a combination of XSL Transformation processing and application processing to provide the necessary formatting to render the XML for specific uses.Answer: D13. Which of the following XSL FO elements represent block level elements?A. fo:
19、blockB. fo:flowC. fo:tableD. fo:table-and-captionE. fo:page-sequenceAnswer: ACD14. Consider the following scenario: A company needs to display employee contact information in its intranet. The information is available in XML Format from an XML-aware employee database. It is required that the top of
20、document should contain an index of employee names, so that clicking on an employee name will display the employees complete contact information (including the employees name). Which of the following is the BEST approach to meet this requirement?A. Create a master stylesheet that includes two styles
21、heets, one to generate the index, and another to generate the complete information.B. Create a stylesheet with two templates in different modes, and use them in the mode attribute of .C. Create a stylesheet with one template, and selectively use with to generate the index information.D. Create a sty
22、lesheet with one template, and use to generate the index information.Answer: B15. How should a developer write an XSL stylesheet that generates the XML prolog and DTD declaration as follows? !DOCTYPE doc SYSTEM .A. By writing a template to match the root element of the source XML document!DOCTYPE do
23、c SYSTEM .B. By using as a child of the root element of the XSL stylesheet.C. By using as the root element of the XSL stylesheet.D. The XSL stylesheet automatically copies the prolog and the DTD declaration from the source XML.Answer: B16. CSS and XSL can be BEST used together to:A. develop advanced
24、 transformations between XML DTDs.B. extend the capabilities of the HTML formatting model with CSS constructs.C. transform XML data on the server into HTML documents that link with CSS style sheets.D. allow XSL to directly process HTML documents.Answer: C17. When would extending the XSL processor be
25、 MOST appropriate?A. To access system services that are not available in XPath or XSLB. To avoid the no side effects rule in XSLT, e.g., to update a counterC. To allow direct interaction with the xsl:template actions by the applicationD. To perform complex calculations that are cumbersome to express
26、 in XSLT or that would seriously degrade performanceAnswer: AD18. Refer to the exhibit to answer the question. Management later decides that the names of all financial research reports that mention a new element, stock, should be displayed in the Web browser. Implementing this functionality is MOST
27、likely to require:A. an additional XML transformation between bank and legacy system data.B. a change to the XML rendering process for financial research reports.C. an enhancement to the DTD or XML Schema for EFT transactions.D. an enhancement to the DTD or XML Schema for financial research reports.
28、Answer: BD19. What is meant by the term namespace coercion in the context of XML Schema inclusions?A. The targetNamespace of the included schema must be coerced into the including schemas targetNamespace by manipulating the XML Schema DOM.B. If no targetNamespace is declared for the schema that is i
29、ncluded, the targetNamespace is coerced into the including schemas namespace.C. The two schemas will collide in the targetNamespace.D. The including schemas targetNamespace will be coerced into a default empty targetNamespace, which both schemas will populate.E. The parser will be forced to disconti
30、nue parsing of the included schema, unless coerced by a setTargetNamespace() function from within the XML application.Answer: B20. An application uses a large XML document that contains information about 10,000 customers. The application is performing poorly, with slow responses to requests for customers with a particular hobby. Which combination of the following could an XML developer use to facilitate logic for alleviating the problem?A. Create XML documents for each of the hobbies.B. Store IDs in a hobbies database table.C. Use IDs in each of the elements.D. Use IDREFs in each of the c
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1