An integration developer has implemented a mediation module for a hotel reservation system as shown in the Exhibit. The interface of the mediation flow component contains two operations (reserveRoom and cleanRoom) that participate in a sequence identified by the same group (DefaultGroup) and the room number as a key.
At runtime a client first invokes the reserveRoom operation for the room number 200 and then invokes the cleanRoom operation for the same room number. What would happen to the second invocation (cleanRoom) if the first one (reserveRoom) failed?
The second invocation would:
An integration developer wants to deploy an SCA module as part of an application. The SCA module uses an interface located in a shared library. What must the integration developer do to guarantee the interface is associated with the deployed SCA module at runtime?
An integration developer wants to create a non-SCA Java client that accesses a mediation flow component. What must the integration developer create in the mediation module in order to allow this scenario?
A developer is implementing a mediation flow and none of the built-in primitives provide the needed functionality. They decide to implement the mediation logic using the Custom primitive.
At runtime, if an exception occurs in the custom code, what will happen?
Interface requirements for a new project include allowing external client applications to create, retrieve or update customer records in a backend system. Which of the following export interface models BEST implement these requirements?
Refer to the Exhibit.

An integration developer is designing an XML map and uses the move transform type to map the silverStar_client element of the source to the client element of the target as illustrated in the Exhibit. In addition, the integration developer sets the Input array indices to "2:4". If there are six instances of the silverStar_client in the source, how many instances of client will be generated in the target by the transform map?
An integration developer wants to create a component that invokes a service and then retrieves the response in the same transaction.
Which invocation style should be used?
An integration developer would like to preserve the breakpoints created during the debugging process.
What action should the integration developer take?
Refer to the Exhibit.
An integration developer is tasked with the creation of an ant script for build and deployment automation. One of the tasks required is to generate J2EE application EAR files from SCA modules. The integration developer used the serviceDeploy task in the ant script as shown in the Exhibit.

While executing the script using ws_ant the integration developer encounters an error "Could not create task or type of type: servicedeploy". What is the reason for this error?
An integration developer is given a task of developing a complex integrated system involving SAP. Which is the most appropriate integration approach?
An integration developer has been tasked with consolidating common artifacts that are currently defined and used in separate unrelated mediation modules.
Which of the following should be done?
Which one of the following IBM products works with WebSphere Enterprise Service Bus allowing applications access to endpoint and policy information?
An integration developer wants to log only the payload of the service message object flowing through a mediation flow into a flat file. Which of the following is the correct configuration of the Message Logger mediation primitive to achieve this?