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?
A. An SCA export component will be generated for the adapter.
B. Event polling will not be used to support the runtime operations of the adapter.
C. A connection factory must exist on the server before the external service wizard can be completed.
D. The files generated by the external service wizard must be installed as a stand-alone
adapter on the server.
正解:B
質問 2:
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?
A. Both "Enable follow-on task creation" and "Enable subtask creation" options must be enabled.
B. Business Space does not support follow-on task that the developer must generate HTML-Dojo pages as a client application.
C. The human task must be a stand-alone task in order to support the follow-on task.
D. The human task can be inline or stand-alone to-do tasks as well as collaboration tasks.
正解:D
質問 3:
Refer to the Exhibit.

accounts.movements has been initialized as a list of strings with these values {"0","0","0","0","0"}. Which of the following statements about this scenario is TRUE?
A. The snippet enters into an infinite loop.
B. The snippet has a compilation error.
C. After the execution of the snippet, accounts.movements has these values {"0","1","1","0","0"}.
D. After the execution of the snippet, accounts.movements has these values {"0","1","1","1","0"}.
正解:A
質問 4:
Refer to the Exhibit.

Which of the following statements correctly describes the implementation?
A. The self transition will cause a runtime error because the timeout must lead to a new
state.
B. operation1 and operation2 must use different correlation properties.
C. Action1 will never execute.
D. Exit1 will execute before Condition1 is evaluated.
正解:C
質問 5:
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?
A. Use Lookup transformation which calls a static relationship.
B. Leave the state field blank, and have Application B to implement a method to convert the country code.
C. Use XPath expression to assign the country name.
D. Implement a selector and invoke it from the data map.
正解:A
質問 6:
An integration developer is testing a microflow which invokes several external services. This microflow should take no longer than 30 seconds to complete. During the execution, a transaction timeout exception was thrown. The developer suspects that one of the external services is taking too long to return the response. Which of the following methods is the BEST approach to troubleshoot this problem?
A. Implement a fault handler in the microflow and collect additional information through the exception stack-trace.
B. Use a BPC Explorer to check execution time of the each invocation activity.
C. Examine the SystemOut.log for the associating transaction exception stack-trace.
D. Use the Tivoli Performance Viewer to check the duration of the service invocation.
正解:C
質問 7:
Refer to the Exhibit. Which of the following statements CORRECTLY describes the configuration?

A. A JMS export is required to enable StateMachine1 to receive JMS responses back from the service.
B. StateMachine1 will not continue processing until a response is received from the service.
C. The jms/certQueue connection factory will be automatically created if it does not exist on the server at runtime.
D. The operation attached to the JMS import is one-way.
正解:B
質問 8:
Refer to the exhibit.

Given that an instance of the Parent business object is parent, which of the following fragment of code sets the GrandChild's name attribute to be "John Doe"?
A. DataObject child = parent.createDataObject("child");
DataObject grandchild = child.createDataObject("grandChild");
grandchild.setString("name", "John Doe");
B. DataObject grandchild = parent.createDataObject("grandChild");
grandchild.setString("name", "John Doe");
C. DataObject child = parent.createDataObject("http://Test/Child");DataObject child =
parent.createDataObject("http://Test/Child");
DataObject grandchild = child.createDataObject("http://Test/GrandChild");
grandchild.setString("name", "John Doe");
D. parent.setString("name", "John Doe");
正解:A
铃木** -
最初はpdf版を一通りやって、試験前日に、模試の部分だけをやりました。試験では合格できました。ありがとうございました。
オススメできると思います。