Refer to the Exhibits.

Which of the following statements BEST describes the configuration?
A. Once the Reply activity completes, the process will return Fault1 and always end immediately.
B. Fault1 must be defined inside the interface that the process implements.
C. The Reply activity must be placed inside a fault handler.
D. The Rethrow activity must be used along with the Reply activity in order to return Fault1 to the caller.
正解:B
質問 2:
Which of the following are TRUE regarding Service Component Architecture (SCA)?
A. SCA provides a single service component abstraction for services that may already be implemented as business processes.
B. Integration developers can concentrate more time on the details of the service implementation.
C. Standard Java classes are used to store data.
D. The service component definition is included in a file called
E. Without SCA, you must change application code to respond to service implementation changes.
正解:A,E
質問 3:
An integration developer is planning a modular design to support the implementation of a large application. Which of the following BEST describes the approach that should be taken by the integration developer while designing the solution in order to achieve module reuse and application maintainability over time?
A. Create multiple modules and libraries to expose the functions that compose the application as separate services. The services should be selected based on the relative module sizes and complexity of the functions provided.
B. Use separate modules to expose the logical units of function as separate services and use a single library to hold the commonly used data types, interfaces, and transformation artifacts.
C. Determine which components should be logically deployed on separate servers based on the performance requirements of the application and package the code into modules so that there will be one module per server in the infrastructure.
D. Identify the portions of the code that are most likely to be reused and deploy each as a separate logical unit into multiple libraries as independent services. Use a single module to invoke the services deployed in the libraries.
正解:B
質問 4:
A company needs to perform a client verification for a business process. There are 2 different legacy Web services that verify clients, with different interfaces. The integration developer must add a verification activity in the process. Which of the following is the BEST solution?
A. Implement a selector component, add the new interfaces, then invoke each Web service from the business process.
B. Implement a Java component that calls both Web services, then invoke the Java component from the business process.
C. Implement a mediation flow that calls both Web services, then invoke the mediation from the business process.
D. Invoke both Web services from the business process.
正解:C
質問 5:
Refer to the Exhibits. Exhibit 1 shows the assembly diagram for the HelloWorldProcess module.

Exhibit 2 shows the configuration of the HelloWorldProcess_Test.

Which of the following statements is TRUE?
A. This configuration is set up to test the HelloWorldProcess component in isolation.
B. A monitor is defined on the HelloWorldTask and HelloWorldProcess components so that the server will generate common base events for these components.
C. A monitor is defined on the HelloWorldTask and HelloWorldProcess components so that the server will generate common base events for these components.
D. Since fine-grained trace is enabled for HelloWorldProcess, the server starts cross-component trace once the test is invoked.
E. In order to track the data flow from the HelloWorldProcess to HelloWorldImport, a monitor needs to be added.
F. A monitor is defined on the HelloWorldTask and HelloWorldProcess components so that the server will generate common base events for these components.
正解:E
質問 6:
Refer to the Exhibit.

The Invoke1, Invoke2 and Invoke3 activities execute very quickly. This business process needs to be implemented as:
A. a long-running process because the Choice activity requires parallel executions.
B. a microflow because the Reply activity implies that the interface is synchronous.
C. a microflow for the best performance.
D. a long-running process because of the event handler.
正解:D
質問 7:
Refer to the Exhibit.

An integration developer creates a new version of a currently running BPEL process and updates the SCA module version in the WebSphere Integration Developer test environment. Which of the following tasks will the integration developer perform in order to run new instances of the latest version of the process?
A. Create a process migration specification by selecting the process components in the module that apply and then deploy the exported EAR file.
B. Create a process migration specification by selecting the process components in the module that apply and then deploy the exported EAR file.
C. Export the versioned module as an EAR file and manually deploy it using the administrative console.
D. Create a process migration specification by selecting the process components in the module that apply and then deploy the exported EAR file.
E. Add the versioned module to UTE via Add/Remove projects option and confirm that the status of the project changes to published.
F. The deployment of the SCA module will fail.
正解:F
質問 8:
Refer to the Exhibit.

Which of the following statements is TRUE for this configuration?
A. A people assignment criteria of Everybody or Nobody cannot be used with human tasks that use the parallel ownership pattern.
B. A runtime exception will be thrown.
C. The first potential owner to claim the task becomes the tasks sole owner.
D. The task will continue to run after two days if a response has not been received by an owner.
正解:A