
test288,developing web services with websphere studio v5.1 : 000-288 Exam
Known also as the IBM Developing Web Services with WebSphere Studio Application Developer V5.1 (000-288), this exam plays an integral role in obtaining your certification. All IBM certification exams are extremely detailed and cover many different technological areas. We designed the 000-288 questions and answers for this very purpose, to prepare you for the unexpected. Beyond the testing center, the skills you learn and the knowledge you confirm using the 000-288 practice exams and exam simulators will translate directly into your daily work environment.
1.According to Web Services for J2EE (JSR109), a compliant Web Service can be implemented as:
A.Entity EJB
B.Stateless session EJB C.Service Endpoint D.Stateful session EJB Correct:B C
2.According to JAXRPC, each PortType element in a WSDL document is mapped to which Java object?
A.Service Endpoint Interface
B.Service Interface
C.Service Implementation Bean
D.ServiceBindingStub
Correct:A
3.Which of the following statements regarding JAXRPC Handlers is NOT true?
A.Clientside Handlers run after the Stub/proxy has marshaled the message, but before container services and the transport binding occurs.
B.Serverside Handlers run after container services have run including method level authorization, but before demarshalling and dispatching the SOAP message to the endpoint.
C.Handlers can modify the SOAP message and operation name.
D.Currently there is no standard means for Handlers to access the security identity associated with the request.
Correct:C
4.Which of the following statements concerning the mapping of XML constructs to Java as defined by JAXRPC are correct?
A.JAXRPC defines mappings for XML complex types (xsd:complexType) B.JAXRPC defines mappings for XML arrays and XML enumerations C.JAXRPC defines mappings for xsd:anyType
D.JAXRPC does not define mappings for SOAP encoded types
E.xsd:int will map to java.lang.Integer if the xsd:int element is marked as nillable in the base Schema
Correct:A B E
5.A developer implements an EJB Web Service conforming to Web Services for J2EE (JSR109). Which of the following artifacts need to be packaged with the J2EE EAR for the Web Service? A.Service Endpoint Interface
B.Soap Binding Stub
C.Java to WSDL mapping XML File
D.Service Locator class
E.WSDL file
Correct:A C E
6.Which of the following are TRUE of JAXRPC clients?
A.JAXRPC clients can use a synchronous requestresponse invocation mode
B.JAXRPC clients can use a oneway RPC invocation mode in which they invoke a remote operation and return immediately without blocking.
C.JAXRPC clients must invoke a Web Service using a static stub generated at compile time
D.JAXRPC client code is independent of the messaging and transport protocol.
E.The client stubs (that are generated by tooling) must be portable across vendors.
Correct:A B D
7.To access the Web Service UserDefined Function wizard, a developer would begin by clicking
“File > New > Other” to invoke the New dialog. Which category on the detail (left) pane would she click on to display Web Service UserDefined Function in the detail pane?
A.Web Services
B.Data C.J2EE D.Web E.UDF Correct:B
8.Which of the following are TRUE with regard to Web Service clients? A.A single Stub can be used to access all ports defined in a WSDL file. B.Dynamic Proxies require code generation of Stubs.
C.Java applications can invoke Web Services using Stubs or Dynamic Proxies.
D.Dynamic Invocation Interfaces decouple transport bindings and protocols from the Web Service client implementations.
E.ServiceLocators decouple Web Service clients from Web Service endpoints.
Correct:C E
9.A J2EE web application needs to access a Web Service for its data processing. It has been decided to use client proxies to access the Web Service. While the operation, parts and service endpoint are known at the time of application development the port and the bindings are known only during runtime. Which of the following type of client proxies would BEST suit this application? A.Dynamic Invocation Interface
B.Dynamic Proxies
C.Stubs
D.Service Endpoint Interface
E.Handlers
Correct:B
10.Please refer to the exhibit. The client uses the UDDI registry and the Web Service proxy to discover and add flange services to a service list. Assume that the list is implemented as a vector
of service keys. Choose the BEST approach to accessing vendor name, description, and contacts when a user clicks an entry in the list. Use the
A.service key of the clicked entry to obtain the business key from the registry, retrieve the business entry
using the business key; display the business name, description and contacts.
B.service key of the clicked entry to obtain the service details; extract the business key from the service details, retrieve the business entry using the business key; display the business name, description and contacts
C.business key of the clicked entry to retrieve the business entry using the service key; display the business name, description and contacts.
D.business key of the clicked entry to retrieve the service entry using the service key; display the business name, description and contacts
Correct:B
11.A Web Service dynamic client could find information in a UDDI registry by using the UDDI4J API with what kind of object?
A.com.ibm.uddi.client.Proxy B.com.ibm.uddi.client.ConnectionFactory C.com.ibm.uddi.client.Connection D.com.ibm.uddi.client.UDDIProxy Correct:D
12.Which of the following approaches for development of Web Services using WebSphere Studio
Application Developer V5.1 are topdown?
A.Web Service from JavaBean B.Web Service from ISD C.JavaBean from WSDL
D.Java client proxy from WSDL E.JavaBean from XSD Correct:C
13.Which of the following statements express the benefits of creating import statements in the
WSDL editor?
A.allows separation of definitions B.supports separation of roles C.enables modularity
D.improves performance
E.reduces the number of documents
Correct:A C
14.SOAP attachments are nonXML files that accompany a SOAP message. A Web Service SOAP
attachment:
A.Is transportdependent
B.Consists of a primary part and at least one secondary part
C.Can be indicated by a MIME type D.Cannot reference a later attachment E.Must contain binary data
Correct:B C
15.Which of the following are true for JMS protocols but NOT true for HTTP?
A.receivers poll senders for request B.receivers poll senders for response C.supports tunneling
D.supports multicasting E.supports transactions Correct:D E
16.The XML Schema editor can generate JavaBeans from an XML schema file. A developer could use this capability to:
A.easily create an SQL statement that returns an XML document
B.generate JavaDoc that describes the XML schema
C.digitally sign a SOAP header
D.create classes that can load, process and save the schema associated with an XML file E.write classes that can load, process and save an XML file associated with the schema Correct:E
17.A developer creates a Web Service from an existing EJB. Which of the following is NOT a prerequisite?
A.Create an enterprise application
B.Create an EJB module
C.Deploy the EJB
D.Publish the enterprise application
Correct:D
18.A developer exposes an existing stateless session EJB as a Web Service. Which of the following transports can be used in WebSphere Studio Application Developer V5.1?
A.only SOAP over HTTP B.only SOAP over JMS
C.either SOAP over HTTP or SOAP over JMS D.neither SOAP over HTTP nor SOAP over JMS Correct:C
19.Which of the following Web Services runtime environments is NOT recommended for production use?
A.IBM WebSphere 5.0.2
B.IBM SOAP
C.IBM Axis 1.0
D.Apache Axis 1.0
E.Apache XML RPC
Correct:D
20.How can a WebSphere Studio Application Developer V5.1 user quickly create or load an instance document that conforms to a given XML schema without coding directly to the DOM APIs? Choose the BEST answer.
A.Convert the XML schema to a DTD and then generate JavaBeans from the DTD B.Use the Web Services Explorer API to work with the document
C.Generate JavaBeans from the schema by using XML schema editor
D.Invoke the XML to XML mapping editor on the schema and then pick Generate JavaBeans
Correct:C
21.A developer is creating an EJB Web Service from a WSDL document. Which of the following will NOT be generated by WebSphere Studio Application Developer V5.1, if the developer uses the wizard and selects SOAP over HTTP?
A.an EJB implementation B.a Router EJB project C.a Router WAR project
D.a service endpoint interface
Correct:B
22.A new JSP/servlet application will present an easytounderstand user interface to UDDI yellow pages information accessed through SOAP protocol. An unsophisticated enduser could use the application to locate and print information about firms doing business on the Web. The most appropriate transport protocol to access the UDDI information is:
A.SNMP B.SMTP C.HTTPS
D.JTA messaging E.JMS messaging Correct:C
23.A developer is creating a skeleton JavaBean Web Service from a WSDL document. Which of the following is NOT an option using the Web Service wizard?
A.”Start the service in a Web project” B.”Generate a client proxy” C.”Generate sample values”
D.”Test the Web Service” using the Universal Test Client E.”Test the generated proxy” using sample JSP application Correct:C
24.Which of the following can a developer add as a child to the service element using the Graph view of the WSDL editor?
A.port B.port type C.binding
D.message
Correct:A
25.Which of the following files generated for a JavaBean Web Service will NOT be found in the server Web project?
A.JavaBean
B.Proxy
C.Admin application
D.ISD file E.XSD file Correct:B
26.Which of the following are true of the TCP/IP Monitor?
A.A TCP/IP Monitor can be used to monitor the SOAP traffic between a SOAP client and a SOAP Web
Service.
B.A TCP/IP Monitor acts as a proxy to the server hosting the Web Service.
C.Use of the TCP/IP Monitor for testing a Web Service requires that the Web Service implementation code be changed.
D.A TCP/IP Monitor instance can be created from the Server Perspective. E.A TCP/IP Monitor can be used to view SOAP over HTTPS traffic. Correct:A B D
27.Which of the following methods can be used to launch the Universal Test Client to test a Web Service? Assume the Web Service has been generated from an enterprise bean called MyBean and it uses the IBM WebSphere 5.0.2 Web Services runtime environment.
A.In the J2EE perspective, find the client’s generated ServiceLocator class, rightclick on it, and select
Web Services, Launch Universal Test Client from the context menu.
B.Launch the Web Services Explorer, and select the option to open the Universal Test Client from it.
C.Open the Server Configuration Editor of the test server, select the Web tab, and choose the option to launch the Universal Test Client.
D.Select the enterprise bean MyBean from the J2EE perspective, rightclick on it and select Web Services, Launch Universal Test Client from the popup menu.
Correct:A
28.Suppose a developer uses the Unit Test UDDI creation wizard (launched from “File > New > Other > Web Services > Unit Test UDDI”) to create userdefined categories in a UDDI registry. Which of the following can he do using the wizard?
A.Create userdefined categories in a previously deployed unit test UDDI registry
B.Create a userdefined category for which category values are restricted to a predefined set, by using a category value file
C.Create a userdefined category with a specified key name
D.Create a userdefined category for which category values are restricted to a predefined set, by entering the allowed values in the wizard dialog
E.Create userdefined categories in the IBM UDDI Test Registry
Correct:A B C
29.Which of the following are true of the Universal Test Client (UTC)?
A.UTC provides a consistent interface for invoking methods on Web Services, enterprise beans, and Java
objects
B.UTC allows developers to test WebSphere Application Developer generated Web Service proxies using
a web browserbased interface
C.UTC can be used to navigate a UDDI registry and publish Web Services to it
D.WebSphere Studio Application Developer generated Web Services code needs to be instrumented with callback hooks in order to be invokable through UTC
Correct:A B
30.Which of the following is TRUE about testing with Web Services Explorer?
A.A WSDL file is needed to test using Web Services Explorer
B.Only simple XML Schema types can be tested
C.Only Web Services that do not require any inputs can be tested
D.SOAP Envelopes can be be directly modified while testing
Correct:A D
Testking ibm 000-288 Interactive Testing Engine Included!
106 Questions
Updated : 09/18/2008
Price : $87.99 $79.99
Free down:Testking ibm 000-288
Free down:Pass4sure ibm 000-288
| IBM Free Downloads |
|
Type |
Exam Bible | New Questions & Answers |
Latest Updated |
Download link |
![]() |
All Ibm 's Exam Pack |
767 |
1 days ago | Download |
If you would like to make a comment, please fill out the form below.
[...] testking 000-288 [...]