Exam
: CIW 1D0-532
Title
: CIW v5 E-Commerce
Designer
Version : Demo
1. To develop a JAX-RPC Web Service application, a vendor-supplied development tool is used to create
which of the following?
A. WSDL document
B. Skeleton class
C. XML Schema
D. SOAP messages
Answer: AB
2. A SOAP file cannot include which of the following?
A. DTD
B. Envelope
C. Body
D. Namespace
E. Processing instructions
Answer: AE
3. All of the following are faultcode values defined in the SOAP 1.1 specification EXCEPT:
A. VersionMismatch
B. MustUnderstand
C. Client
D. Server
E. Network
Answer: E
4. Valid reasons to use a Schema rather than a DTD when defining an XML document include all of the
following EXCEPT which?
A. Schemas are more widely used.
B. Schemas are described with XML syntax.
C. Schemas are used to validate documents on content as well as data types.
D. Schemas are capable of using namespaces.
Answer: A
5. An application is designed to allow a customer to order concert tickets through a Web Service.
If all
other factors are identical, which scenario is LEAST likely to be appropriate for this application?
A. Asynchronous Messaging
B. Request/Response
C. Remote Procedure Call
D. Conversational Message Exchange
Answer: A
6. Which Web Services specification is most similar to a Java interface?
A. UDDI
B. SOAP
C. WSDL
D. ebXML
Answer: C
7. The APIs used with JAXM applications are defined in which packages?
A. javax.xml.messaging
B. javax.xml.soap
C. javax.xml.rpc
D. javax.xml.registry
Answer: AB
8. An XML document that is valid:
A. complies with XML syntax rules and the constraints described in a DTD or Schema.
B. complies with XML syntax rules but not the constraints described in a DTD or Schema.
C. does not necessarily comply with XML syntax rules but only the constraints described in a DTD or
Schema.
D. does not necessarily comply with XML syntax rules or the constraints described in a DTD or Schema, but
can be parsed with an HTML browser.
Answer: A
9. Which of the following is NOT a major element used to define a service in WSDL