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?
A. 2
B. 3
C. 4
D. 6
Refer to the Exhibit.

An integration developer has implemented a mediation module containing a stand-alone reference invoked by a web application, a mediation flow component (componentA) and a Java component (componentB) as shown in the Exhibit. The web application has been configured with an access role RoleW. The following security qualifiers have been set for componentA: interface Security permission = RoleA1 implementation Security identity = RoleA2
The following security qualifiers have been set for componentB:
interface Security permission = RoleB1 implementation Security identity = RoleB2 At deployment time the integration developer assigns the following users to the roles: RoleW: John, Daniel, Mary RoleA1: John, Mary, Bob RoleA2: Linda RoleB1: John, Mary RoleB2: Mary
What will be the result if Mary invokes the mediation through the web application?
A. The entire flow is executed correctly.
B. The flow stops when entering componentB.
C. The flow stops when executing componentA.
D. The flow does not start because of inconsistent roles.
An integration developer is developing a mediation flow with multiple branches that need to be executed in a specific order. The integration developer plans to use the Flow Order mediation primitive to realize this situation. Which of the following are correct statements for the Flow Order primitive?
A. A Flow Order primitive has one input terminal and can have any number of output terminals.
B. A Flow Order primitive must be used at the beginning of a mediation request/response flow.
C. Each output terminal of a Flow Order primitive is executed with an input message modified by the previous branch.
D. The properties of a Flow Order primitive can be promoted to be configured at runtime.
E. The output terminals are executed in the order that they are defined on the primitive, with each branch completing before the next starts.
Which component type must an integration solution developer define for a non-SCA component such as a Servlet that invokes a service component interface?
A. Export
B. Import
C. Mediation flow
D. Stand-alone reference
An integration developer is designing a business object to support the creation and update of purchase orders in a backend EIS. The backend EIS adapter requires a verb property to indicate the action to take when the business object is received. Where is the most appropriate place to define the verb property?
A. A business graph
B. A child business object
C. An interaction specification
D. The top-level business object
Refer to the Exhibit.

The AddressService mediation flow shown in the Exhibit uses certain mediation policies to route a request to the correct shipping service, based on a country's identifier. It uses a message element setter to set the target address field of the Service Message Object, retrieves certain details from the database and finally logs the message body to the system console. The integration developer wants to convert this into a subflow so that it can be embedded inside multiple mediation flows as a reusable artifact. Which of the following elements can the integration developer use only inside the top-level flow?
A. Callout
B. Message Logger
C. Database Lookup
D. Policy Resolution
An integration developer wants to use the integration test client to initiate debugging of a component with an export having a SOAP binding invoked from the developer's own client. How should an integration developer use the integration test client?
A. Set a breakpoint in the component and deploy the component.
B. Deploy the module to the server and start the server in debug mode.
C. Use the attach facility of the integration test client to attach to the component's export.
D. Use the attach facility of the integration test client to attach the developer's client to the component.
An integration developer is using Component Test Explorer Emulators to perform testing of a mediation module. Which is the most appropriate justification for the use of Test Explorer Emulators?
A. Use JSON assistance to emulate interface information.
B. Use interface emulators to define a component test project.
C. Use if interface of the emulated component is not available.
D. Use if component not available at test time or execution of component may produce errors.
A clustered WebSphere Enterprise Service Bus topology was generated using the remote messaging pattern.
Which of the following clusters should the integration developer choose to install the mediation module?
A. Remote messaging cluster
B. Remote support infrastructure cluster
C. Application deployment target cluster
D. Service component architecture cluster
An integration developer is using a Database Lookup primitive in a mediation flow. The developer wants to design the flow in such a way any connection failure in the Database Lookup primitive is persisted and then the message processing continues:
What is the correct way to achieve this in the flow? The developer must:
A. wire the fail terminal of the Database Lookup primitive to the input terminal of the Event Emitter mediation primitive; wire the output terminal of the Event Emitter mediation primitive to the next element in the flow.
B. wire the fail terminal of the Database Lookup primitive to the input terminal of the Fail mediation primitive; wire the output terminal of the Fail mediation primitive to the next element in the flow.
C. wire the keyNotFound terminal of the Database Lookup primitive to the input terminal of the Event Emitter mediation primitive; wire the output terminal of the Event Emitter mediation primitive to the next element in the flow.
D. wire the keyNotFound terminal of the Database Lookup primitive to the input terminal of the Fail mediation primitive; wire the output terminal of the Fail mediation primitive to the next element in the
flow.