An integration developer must design a transformation map that transforms from an input request to another service request. The integration developer must decide whether to use a business object map or an XML map.
In which situation should a business object map be used?
A. Use of submaps
B. The input contains a business object
C. The output contains a business object
D. Strict ordering of transformation steps
正解:A
質問 2:
An integration developer wants to deploy a versioned mediation module to the server. What is the correct way to export the integration solution containing this mediation module to provide it as an input to the serviceDeploy command? The integration developer should export it as:
A. an EAR file.
B. a JAR file.
C. a command-line service deployment zip file.
D. a project interchange file.
正解:C
質問 3:
An integration developer wants to create a service gateway without using the Patterns Explorer. After creating a mediation module with a mediation flow component, which of the following is required in order to create a service gateway?
A. Create a custom ServiceGateway interface in a library and add it in the library section of the dependency editor of the module.
B. Select the ServiceGateway interface in the Predefined Resources section of the dependency editor of the module.
C. Add the predefined ServiceGatewayLib in the library section of the dependency editor of the module.
D. Add the ServiceGateway.jar file in the Java section of the dependency editor of the module.
正解:B
質問 4:
An integration developer has implemented and deployed an integration solution composed of two mediation modules (ModuleA and ModuleB) and one Library. - ModuleA invokes ModuleB via a SCA binding - ModuleA is not versioned - ModuleB and the Library are versioned If the integration developer wants to make a change to the Library and upgrade its version, which are the minimum steps to be performed with the Dependencies editors before rebuilding and redeploying the modules?
A. Change the version of the Library in its Dependency editor.
B. Change the version of the Library using the refactoring feature.
C. Change the version of both the Library and ModuleB using the refactoring feature.
D. Change the version of both the Library and ModuleB using the refactoring feature, and change the referenced version of ModuleB in the SCA Import binding properties window of ModuleA.
正解:C
質問 5:
Refer to the Exhibit.

IBM 000-605 Exam
An integration developer needs to get the 'output' value of the operation 'invoke' from within the 'getOutputCustom' primitive of the response flow shown in the exhibit. Which of the following code snippets must be used?
A. String output = smo.getDataObject("invokeResponse").getString("output");
B. String output = smo.getDataObject("invoke").getString("output");
C. String output = smo.getDataObject("body").getDataObject("invoke").getString("output");
D. String output = smo.getDataObject("body").getDataObject("invokeResponse").getString("output");String output = smo.getDataObject("body").getDataObject("invokeResponse").getString("output");
正解:D
質問 6:
An integration developer is tasked with creating a new mediation module for updating records in a customer relationship management system. No back-end or front-end interface has been defined yet.
According to SOA reference architecture, what is the most suitable development approach for the export interface?
A. Bottom-up
B. Top-down
C. Meet-in-the-middle
D. End-to-end
正解:A
質問 7:
Refer to the Exhibit.

The Life Sciences department of a company is developing a drug discovery solution in which a SelectVendor service (request-response) helps them choose between Vendor A or B to acquire drug samples. This service is called from a mediation flow using a Service Invoke primitive. The response is written to a flat file before returning to the client, invoking this mediation flow. The response must be received by the client in the same transaction. What should be the values of 'Preferred Interaction Style' at the client invoking this mediation flow, and the 'Invocation Style' of ServiceInvoke primitive within the flow?
A. Synchronous, Async (with callback)
B. Asynchronous (with deferred response), Async (with callback)
C. Any, Any
D. Any, Sync
正解:D



0 お客様のコメント