An integration developer has developed the following business process, as shown in the exhibit:

The invoke activitiesInvoke1 and Invoke2 are synchronous invocations and execute in a few seconds. A compensation handler needs to be defined for Snippet2 following a business action from the customer. The customer considers performance to be a key requirement. How would the integration developer implement these requirements? The business process needs to be a:
A. microflow because no human tasksare required.
B. microflow for best performance as every invoke activity uses synchronous invocation and executes quickly.
C. long-running process because of the required fault handler.
D. long-running process because of the required compensation handler.
正解:D
質問 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 has configured a BPEL business process for a customer, as shown below:

What behavior will the integration developer observe when executing the flow?
A. The gateway leading into Snippet4 will cause an error because the link exiting Snippet2 has no condition.
B. It is possible for both Snippet2 and Snippet3 to execute.
C. The execution order of the links entering Snippet2 and Snippet3 has no impact on the
process flow.
D. The gateway leading into Snippet5 will cause an error because the navigation behavior is not set correctly.
正解:D
質問 4:
An integration developer has configured a business state machine, as shown below:

What behavior will the integration developer observe when executing the flow?
A. If Condition3 is false, then Exit1 will execute after Timeout2 expires.
B. If Condition1 is false, then Timeout1 will not be evaluated.
C. If Condition1 and Condition2 are both true, then aruntime exception will be thrown.
D. If Condition1 and Condition2 are both false, then operation2 will be called by the business state machine.
正解:A
質問 5:
An integration developer has been asked to describe how to build an API event handler. Which statement should the integration developer include in the description?
A. If the eventhandler class is an implementation of the APIEventHandlerPlugin interface, then it is not necessary to implement all methods.
B. If the event handler implements the APIEventHandlerPlugin5 interface, then the service provider configuration file must be named com.ibm.task.spi.plugin_nameAPIEventHandlerPlugin5.
C. The event handler can be deployed as a shared library in WebSphere Application Server, so it can be reused by other enterprisearchive (EAR) files.
D. An API Event Handler cannot be packaged together with an Notification Event Handler in the same Java archive (JAR) file.
正解:C