1.
The integration developer needs to enable the Common Event Infrastructure (CEI) on a business process, such that the CEI events are generated only when the business process has completed successfully. Which of the following transaction behavior must the integration developer choose to set on the business process activity? Set a transmission mode of:
2.
An integration developer needs to implement a service component, which will dynamically route the clients request to the appropriate service provider based on the customers loyalty program status. The system administrator should be able to change the service provider without disrupting the service. Which mediation primitive should the integration developer use to meet this requirement?
3.
An integration developer is testing a long-running process application for a customer. When the business process receives a request, it invokes several other SCA services. During integration testing, the developer finds that an unexpected failure has occurred. Which troubleshooting method gives the integration developer a detailed hierarchal view of the invocation record, including input and output data?
4.
An integration developer needs to run a test in the Integration Test Client. While the test is running, the integration developer must wait until the process invokes an operation. Which option indicates that an event is received from the invocation of the operation?
5.
When installing a process application snapshot with new version of a BPEL process, the integration developer may need the latest process version to be applied to the new process instances and to process instances that have already started. To migrate all running BPEL process instances to a new version of the process, the integration developer can:
6.
An integration developer opens a process application in the IBM Integration Designer (IID) workspace. It contains a business data object CandidateData, a business process definition (BPD) CheckCandidateData and there is no integration service or toolkit dependency associated with this process application. Which artifacts related to the process application will the integration developer see in advanced mode when the process application is imported in the IID workspace? The CheckCandidateData BPD under:
7.
An integration developer exported the MyModule.zip file in a Project Interchange format from IID. The integration developer is ready to deploy the application on the IBM Process Server using command serviceDeploy C:\MyModule.zip What behavior can the integration developer expect from running the command?
8.
An integration developer wants to use an SCA invocation style where the client invokes a service and continues processing. At a later time, the client makes a request to capture the response. Which invocation style should the integration developer use to implement this logic?
9.
An integration developer registers two Process Centers with each other and needs to share a child toolkit TK-Child while preserving the dependency with its parent toolkit 'TK-Parent'. How should a integration developer accomplish this? Set Snapshot status of:
10.
A client requires that a new BPEL process return a fault message to the requester in case the process does not complete correctly. The integration developer has added a fault handler to the process to catch all exceptions. How should the integration developer return the fault message?