An integration developer is debugging a BPEL process and has added several breakpoints. See the following exhibit:

The integration developer has resumed the component thread execution after the breakpoint on the Invoke1 activity. Where will the debugger pause the thread? The debugger pauses the thread:
A. before the start of Snippet1.
B. with HumanTask1, ready to be claimed.
C. in Snippet1.
D. before HumanTask1.
正解:C
質問 2:
An integration developer is populating the data pool of a test project with several values for ObjectA. The integration developer wants to import the test values from an XML file containing values for a similardata type, ObjectB. Both ObjectA and ObjectB are derived from a common parent, ParentObject. What behavior will the integration developer see when importing the XML file? The data pool editor will:
A. copy all the fields with the same name and compatible data values.
B. displayan error icon in the fields that are not in ObjectA.
C. show an XML map so the integration developer can manually map the corresponding fields.
D. only import the fields of the ParentObject.
正解:A
質問 3:
An integration developer is discussing the configuration of a WebSphere adapter for FTP with a colleague, as shown below:

What statement will the integration developer make when describing the configuration to the colleague? The configuration will result in an:
A. inbound FTP adapter that can be upgraded without the risk of destabilizing other modules.
B. inbound stand-alone FTP adapter configured for centralized administration.
C. outbound stand-alone FTP adapter configuredfor centralized administration.
D. outbound FTP adapter that can be upgraded without the risk of destabilizing other modules.
正解:D
質問 4:
An integration developer has implemented the mediation flow shown in the exhibit,

where ServiceInvoke1 calls the asynchronous service. What behavior will the integration developer observe when the flow order primitive is executed? MessageFilter1 isfired:
A. immediately after ServiceInvoke1 is invoked.
B. only if FlowOrder1 throws an exception.
C. only after ServiceInvoke1 completes execution.
D. in parallel with CustomMediation2 and XSLTransformation1.
正解:A
質問 5:
An integration developer needs to implement a human task where all assigned users can work simultaneously on the task. When 50% of the users have completed the action, the human task should finish. Which task does the integration developer need to perform in IBM Integration Developer (IID)?
A. Select Single ownership in Potential Owners of the human task definition. Specify the conditions under which the task ends in the Completion tab.
B. Create a for each loop with parallel execution containing an inline human task. A different potential owner should be used in each iteration. Use the Early Exit Criterion for finishing the loop.
C. Select Parallel ownership in Potential Owners of the human task definition. Specify the conditions under which the task ends in the Completion tab.
D. Create a human task 4-eyes principle that ensures at least half of the assigned users complete the action.
正解:C