Javacexam provide thoroughly reviewed IBM 000-141 using the training resources which are the best for IBM 000-141 test, and to get certified by Microsoft Windows Store apps. It is a best choice to accelerate your career as a professional in the Information Technology industry. Now we add the latest IBM 000-141 content and to print and share content.
QUESTION 1
Refer to the exhibit to answer the question.
YourCo is a marketplace that connects buyers and sellers online for various trading communities. The marketplace operates as follows:
1.
Using YourCo marketplace, companies can quickly search and locate products and services online.
2.
Once a company finds a products or service suitable for their need, the company can solicit pricing information (quotations) from various sellers.
3.
Multiple sellers of a same kind product or service can bid to sell a product.
4.
Once the company finalizes the desired product(s), price and seller, it notifies the seller sends an invoice to the customer.
5.
The marketplace interacts with banks on behalf of the sellers and buyers to execute the financial transitions of an exchange.
XML will be used extensively for data exchange between heterogeneous entities.
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 of the following can MOST logically be part of the application’s architecture?
A. Validation of XML data
B. XSL matching for the search and discovery
C. XML Query for the search and discovery
D. UDDI for the search and discovery
E. SOAP for communication between various entities
Correct Answer: ADE
QUESTION 2
An application needs to be able to modify the XML document that it is processing1 without creating a new instance of the document. Which is the BEST technology to use?
A. XSLT
B. SAX
C. DOM
D. DTD
E. Infoset
Correct Answer: C
QUESTION 3
A group of companies that currently processes purchase orders (POs) using XML has set up a B2B trading community in order to exchange the POs. Which of the following XML technologies would provide the MOST benefits?
A. Use published DTD5 to standardize the P0 format.
B. Use XML Query to retrieve POs from another company’s database.
C. Use XML Infoset to standardize field names between companies.
D. Use XSLT to transform POs to/from internal P0 formats.
Correct Answer: AD
QUESTION 4
Which of the Following MUST be present in every SOAP request?
A. SOAP Envelope SOAP Header, SOAP Body
B. SOAP Header, SOAP Body
C. SOAP Envelope, SOAP Body
D. SOAP Envelope, SOAP Header
Correct Answer: C
QUESTION 5
When is it BEST to use validation in an XML application?
A. The application is being developed but not during production, when performance is more important
B. The source of the XML data is untrusted
C. Validating stylesheets are used
D. High performance is an important architectural constraint
Correct Answer: B
QUESTION 6
Refer to the exhibit to answer the question.
The Web site for a financial services company will include both web-based trading (e-trades) and the financial research reports to help investors make their decisions. As part of the application architecture, note the following:
*
As the data interchange format between the web-based application and the company’s legacy trading systems.
*
As the EFT (Electronic Funds Transfer) data interchange format with the customer’s bank, from which funds will be withdrawn to settle the trade.
*
As the source format for the financial research reports, which will be searchable and displayable from the web browser.
*
The set of banks is unknown at the time the application is being built.
It is very important to management that the Web site looks professional, that customers have pleasant interaction, and that the site has performance characteristics. Additionally, management wants to ensure that financial reports can still be produced on paper with high-quality’ typesetting and four-color printing.
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 bank’s application.
C. The DTD for financial reports 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.
Correct Answer: A
QUESTION 7
Refer to the exhibit to answer the question.
1.
Using YourCo marketplace, companies can quickly search and locate products and services online.
2.
Once a company finds a products or service suitable for their need, the company can solicit pricing information (quotations) from various sellers.
3.
Multiple sellers of a same kind product or service can bid to sell a product.
4.
Once the company finalizes the desired product(s), price and seller, it notifies the seller sends an invoice to the customer.
5.
The marketplace interacts with banks on behalf of the sellers and buyers to execute the financial transitions of an exchange.
XML will be used extensively for data exchange between heterogeneous entities.
It has been decided that rather than writing an XML Schema for the project, a DTD will be used. 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 identity each and every seller/buyer.
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.
Correct Answer: AC
QUESTION 8
XML is going to be used in a B2B application to exchange human-resources data between multiple organizations. Each organization 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 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.
Correct Answer: A
QUESTION 9
Which of the following statements regarding XPath is TRUE?
A. XPath is new enough that the W3C has not yet adopted it as a “recommendation”.
B. Using XPath, a developer can address portions of a DTD in a forward or backward direction.
C. XPath’s functionally is extended by XPointer.
D. XPath is implemented with an object-based language.
E. XPath uses XSLT, XSL FO, and other emerging technologies.
Correct Answer: C
QUESTION 10
Peter to the exhibit to answer the question.
1.
Using YourCo marketplace, companies can quickly search and locate products and services online.
2.
Once a company finds a products or service suitable for their need, the company can solicit pricing information (quotations) from various sellers.
3.
Multiple sellers of a same kind product or service can bid to sell a product.
4.
Once the company finalizes the desired product(s), price and seller, it notifies the seller sends an invoice to the customer.
5.
The marketplace interacts with banks on behalf of the sellers and buyers to execute the financial transitions of an exchange.
XML will be used extensively for data exchange between heterogeneous entities.
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 Query
B. XML Schema
C. XSL Format Objects
D. SAX
E. XSLT
Correct Answer: BDE
QUESTION 11
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 team’s design?
A. The amount and types of formatting supported by the cellular device.
B. The font families available on target web browsers.
C. The current CBS formatting model.
D. The ability to properly transform XML objects into HTML objects.
Correct Answer: A
QUESTION 12
Which of the following statements reflects the BEST approach to rendering XML in a diverse range of clients?
A. Format the XML 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 application 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.
Correct Answer: D
QUESTION 13
Which of the following XSL FO elements represent block level elements?
A. fo:block
B. fo:flow
C. fo:table
D. to:table-and-caption
E. fo:page-sequence
Correct Answer: ACD
We help you do exactly that with our high quality IBM 000-141 Certification using the above training materials. Regardless of whichever computer you have, you just need to download one of the many PDF readers that are available for free.