IBM IBM certifications I 000-141 Web Demo
This webdemo is just a demo data, only for reference and learning, there is no other purposes
1.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
Answer: C
3. 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 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 identify 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.
Answer: AC
4. 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.
Answer: A
5. An application 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. XSLT
B. SAX
C. DOM
D. DTD
E. Infoset
Answer: C
6. Refer to the exhibit to answer the question.
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.
Answer: A
7. 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 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
Answer: ADE
8. 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 DTDs to standardize the PO 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 PO formats.
Answer: AD
2. 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
Answer: B