1.
Which of the following are the benefits of using the UDDI Registry?
2.
A developer has created a new Web service but now he wants to publicize the details of it so it can be discovered by other consumers. What technology(ies) or product(s) can the developer use?
3.
Which of the following standards does the WS-Organization recommend for Web services according to WS-I Basic Profile (BP)1.1?
4.
According to WS-I Basic Profile (BP), which of the following encodings should be used to ensure interoperability?
5.
Select the scenario where the specification WS-Make Connection should be used.
6.
Which of the following are TRUE statements about the WS-I Basic Security Profile (BSP)?
7.
Which of the following options for sending binary data are compliant to either WS-I Basic Profile (BP) V1.1 or V1.2?
8.
A developer is building a JAX-WS Web service to be deployed on IBM Web Sphere Application Server V7.0. The service consumers are financial institutions with client applications using Microsoft .NET V3.5. The service will be used to retrieve image files and send them to the financial institutions. What is the recommended approach to send the image files?
9.
A developer is creating a JAX-WS Web service. The Web service will be used to send cheque image file from the provider to the requestor. Given the following extract:
@MTOM(enabled=true, threshold=50)
@Web Service(name=Image Service,
target Namespace=http://com.test.ImageService)
public class Image Provider {
What does the threshold parameter indicate?
10.
An online retailer would like to expand the supply chain Web service application by adding new third party suppliers. Some of the key non-functional requirements include: support for vendor interoperability, loose coupling, long running processes, and to coordinate the order fulfillment across multiple suppliers. The application logic needs to be able to adjust the business processes to accommodate the success or failure of downstream suppliers being able to satisfy the request. Which of the following quality of service standards should be used for the Web services?