1.
An insurance company implements a human task to handle insurance claims. When a claim exceeds $1,500, the regional manager must review and add a review note before the claim can be processed. Therefore, the integration developer decides to implement a human task with follow-on task support. Which of the following statements is TRUE?
2.
An integration developer created a process administration task for a long-running process. In the task, the developer set "Administrators" to "Group" and the "Group ID" to "UserGroup1". The developer also added a "Readers" authorization and set it to "Everybody". Which of the following statements are TRUE?
3.
Employee data must be synchronized between Application A and Application B whenever an employee data is updated. However, the data format of Application A and B is different so that the employee data must be mediated through a data map. Application A uses a three-letter country code while Application B spells out the country name. (For example, GBR in Application A maps to United Kingdom in Application B.) The responsible data map must convert the three-letter country code to full country name before sending the employee data from Application A to Application B. Which of the following actions will BEST accomplish this task?
4.
An integration developer has configured a WebSphere Adapter to retrieve data from an external system, which will be used in the core logic of a business process running on WebSphere Process Server. The business process will be triggered by a user's request on a front end web page. Which of the following statements regarding the configuration of the WebSphere Adapter is CORRECT?
5.
Module A contains a microflow which invokes verifyCustomerID service defined in Module B synchronously. The implementation of the verifyCustomerID is Java, and it has a WSDL interface. Which of the following statements is TRUE?
6.
A financial company wants to use business rules to guide a set of financial transaction processes. Because of the volatile nature of the business, the agents need to be able to change the rules to rapidly react to market changes. However, the company also wants to maintain accountability for changes that are made. Which of the following is the BEST way to fulfill the company needs?
7.
An integration developer is designing a business process where speed and performance are very important. Two independent process intensive Web services are called as part of the business flow. The process logic consists of assign activities plus the Web services invocations. Which of the following is the BEST way to meet the performance requirements? The integration designer needs to design the business process as a:
8.
Which of the following MUST be called asynchronously and CANNOT join a client transaction?
9.
An integration developer is working on a large project that consists of a large number of modules and libraries. The libraries have dependencies on other libraries that have a large number of business objects, interfaces and other resources. Performance testing has shown signs of a large memory footprint. The application goes live in a week. Which of the following tasks should the integration developer perform?
10.
Which of the following statements is TRUE regarding the XSL Transformation mediation primitive?