A developer using WebSphere Application Server Developer Tools has written a webapplication that is shared by multiple EAR projects.
Which statement is true if the developer deletes the web application?
A. All the references to the Web application are removed from the EAR projects bydefault.
B. The developer must remove the references to theweb application from all the EARprojects before deleting the web application.
C. All the references to the Web application are removed from the EAR projects only ifnone of the projects are deployed to aLiberty server.
D. All the references to the Web application are removed from the EAR, but only if the userselects to do that in the Delete Resources confirmation dialog.
The manifest file of an OSGi application project contains the following headers:
Application-Content: BundleA;version=1.0.0,BundleB;version=1.0.0
Use-Bundle: BundleC;version=1.0.0
Which statement is true about the bundle content ofthis OSGi application?
A. BundleA,BundleBandBundleCare directly contained in the application.
B. BundleA,BundleBandBundleCare references to bundles that are hosted in an OSGibundle repository.
C. BundleAandBundleBare directly contained in the application whileBundleCis areference to a bundle that is hosted inan OSGi bundle repository.
D. BundleCis directly contained in the application whileBundleAandBundleBarereferences to bundles that are hosted inan OSGi bundle repository.
What does "restoreConfig" do?
A. It fixes a corrupted node based on the Deployment Manager settings.
B. It fixes a corrupted cell based on the Deployment Manager settings.
C. It returns the state of the server to its initial newly installed settings.
D. It replaces the current configuration settings with a previously backed-up copy.
The removeNode command line utility, when executed from any node to detach itself from a cell, does which of the following actions?
A. Stops all running server processes on the node
B. Maintains all configuration changes after joining the cell
C. Runs from the bin directory of the Deployment Manager
D. Restores the backed-up original base configuration
E. Deletes the node's queue manager
Which of the following is NOT a valid property for configuring the WebSphere internal JMS server?
A. Initial State
B. Queued Port
C. Queue Name
D. Host Name
How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?
A. Set the fault Code value to soap: Transaction
B. Include a Fault element in the SOAP message
C. Include a must Understand attribute in the header entry
D. Include a detail element containing application-specific elements according to the XML Schema
A media company would like to provide an online Web service to encode video in a different format for a fee. The encoding could take hours or days to finish based on the length of the video. The client machine may be restarted after submitting the request and should be able to receive the encoded video. Web services client implementation:
1) Asynchronous invocation 2) Wire level asynchronous invocation 3) Using two one way messages, one for request and one for response Quality of service: a) WS-Reliable Messaging b) WS-Reliable Messaging with Transaction enabled (enableTransactionalOneWay)
What is the correct way to call the Web service including the qualities of service?
A. (1) with (a)
B. (1) with (b)
C. (2) with (a)
D. (2) with (b)
E. (3) with (a)
F. (3) with (b)
Which of the following scenarios can be BEST monitored using TCP/IP Monitor?
A. SOAP/JMS
B. WS-Coordination messages
C. synchronous message exchange pattern over HTTP
D. synchronous message exchange pattern over HTTPS/SSL
Which one of these steps does NOT apply when a developer is setting a JAX-WS Web service to be SOAP 1.2 compliant?
A. Use a JAX-WS Binding Type annotation
B. Set a property on the SOAP Binding object
C. Specify wsdl:Xsoap1.2 as a flag during wsgen
D. Specify in the WSDL to use a SOAP 1.2 SOAP binding in the WSDL binding
Which of the following is TRUE about specifying the SOAP version in JAX-WS?
A. The JAX-WS @Binding Type annotation of SOAP12HTTP_BINDING indicates to
B. The JAX-WS @Binding Type annotation of SOAP12 indicates to expose the Web service via SOAP
1.2 on both HTTP and JMS
C. A Web service implementation defined with a JAX-WS @Web Service annotation defaults to expose the endpoint via SOAP 1.1 only.
D. A Web service implementation defined with a JAX-WS @Web Service annotation defaults to expose the endpoint via SOAP 1.2 only.
E. A Web service implementation defined with a JAX-WS @Web Service annotation defaults to expose the endpoint via both SOAP 1.1 and SOAP 1.2.