An integration developer is creating one or more test suites using WebSphere Integration Developer. What must be created before the developer can define the test suites?
A. A test case
B. A component test project
C. A unit test project
D. A test library project
正解:B
質問 2:
An integration developer wants to test a component by using a component test project. While specifying values for the input parameters the integration developer needs to invoke a function defined in a utility.jar.
Which of the following required actions should be performed?
A. Add the utility.jar to a library included in the dependency editor of the module containing the component to be tested.
B. Copy the function java cods into the value field of type java expression.
C. Add the utility jar as a dependency using the dependency editor of the module containing the component to be tested.
D. Add the utility.jar as a dependency using the dependency editor of the component test project
正解:C
質問 3:
An integration developer needs to use the data pool available in WebSphere Integration Developer.
Which of the following options are applicable to the data pool editor?
A. Allows source control operation for data pools.
B. Allows developer to open multiple data pools.
C. Facilitates values to be copied between data pools.
D. Manage of unit test project for data pools.
E. Manage test cases for data pools.
正解:A,D
質問 4:
Refer to the Exhibit.

IBM 000-605 Exam
An integration developer has implemented two mediation modules (ModuleA and ModuleB) with ModuleA asynchronously invoking ModuleB through an SCA Import. The Import interface of ModuleA has been configured with the 'Store and forward' qualifier as illustrated in the Exhibit. The integration developer deploys both modules on a test server but forgets to start ModuleB. The developer sends four messages to ModuleA and observes that no messages arrive at ModuleB. The first message in the failed event manager (FEM) and the other three messages are on an internal queue of ModuleA. What will be the behaviour of the system after the start of ModuleB?
A. The integration developer must first resubmit the failed event through the FEM console and then the other three messages will be automatically sent to ModuleB.
B. The integration developer must first resubmit the failed event through the FEM console and then the other three messages will be automatically sent to ModuleB.
C. The integration developer must first resubmit the failed event through the FEM console and then the other three messages will be automatically sent to ModuleB.
D. The failed event must be resubmitted through the FEM console and the other three messages must be sent through the appropriate Business Space widget.
E. The failed event must be resubmitted through the FEM console and the other three messages must be sent through the appropriate Business Space widget.
F. The other three messages will be automatically sent to ModuleB while the failed event must be resubmitted through the FEM console.
G. The failed event must be resubmitted through the FEM console and the other three messages must be sent through the appropriate Business Space widget.
H. All the messages will be automatically sent to ModuleB.
正解:D,E,G
質問 5:
An integration developer is designing a new mediation to process a banking transaction. The banking transaction is provided as an input for this interface. The interface must also include a fault to indicate a system timeout failure. What type of operation is BEST for the export interface?
A. Request Only
B. One Way
C. Request Response
D. Response Only
正解:C
質問 6:
An integration developer has implemented an error handling strategy for a mediation module as illustrated in the Exhibit. According to the strategy, if a runtime exception occurs during the invocation of the target service, the module must:
store a trace message in a file
store an error code in a DB error table
throw an exception in order to propagate the error to the invoking component
But at runtime the developer observes that when a runtime error occurs, no error code is written in the DB even if the fail primitive is executed.
What could be the most likely cause of the problem?
A. The 'Join transaction' qualifier of the 'TargetServicelFPartner' interface is set to '
B. The 'Transaction' qualifier of the 'ErrorHandlerMed' implementation is set to 'Global' while it must be set to 'Local'
C. The 'Join transaction' qualifier of the 'JDBCImport' interface is set to True' while it must be set to 'False'.
D. The 'Asynchronous invocation' qualifier of the 'JDBCImportPartner' reference is set to 'Commit' while it must be set to 'Call'.
正解:C