An integration developer is developing a mediation flow component using WebSphere Adapters. It is observed that the events are being delivered by multiple threads on several channels simultaneously. What type of event delivery mechanism is used?
A. Ordered
B. Unordered
C. Persistent
D. Non-persistent
An integration developer has deployed different versions of the same SCA module to a server using administrative console. Which of the following statements is TRUE about any subsequently deployed versions of the module?
A. Previous versions of the module are cached in memory.
B. Previous versions of the module are overwritten by the new version of the module.
C. A new version of the module replaces the last version of the module.
D. A new version of the module does not replace any previous versions of the module.
In the event of an error occurring in a mediation flow, the integration developer has a requirement that failure information is logged to a database. To do this, the developer uses the Message Logger primitive with its default settings. During testing of the application, the database administrator notices that over time these logged error messages are taking up large amounts of disk space. The amount of space needed for each logged message needs to be reduced. How should the developer BEST resolve this issue?
A. Create a Business Object to hold just the failure information and pass it to the Message Logger primitive.
B. Log just the failure information by modifying the properties in the Details tab of the Message Logger primitive.
C. Use a custom primitive to extract the failure information and pass it to the Message Logger primitive.
D. Use a filter primitive to filter out just the failure information, then pass it to the Message Logger primitive
An integration developer wants to create a non-SCA Java client that accesses a mediation flow component. What must the integration developer create in the mediation module in order to allow this scenario?
A. Export
B. Import
C. WSDL document
D. Stand-alone reference
An integration developer has created a mediation module and is testing it using integration test client (ITC) with default test configuration. Which of the following statements depicts the behaviour of monitors?
A. The integration developer must add monitors before executing a test using ITC
B. The integration developer must enable Common Event Infrastructure (CEI) for monitors.
C. Monitors are automatically added for any component wires and exports of the module.
D. Monitors emit common base events for requests and responses that flow through the wires and exports of the module for every test run.
An integration developer is generating a Web Service Binding for an Export component of a mediation module. Which of the following must the integration developer select to configure the 'SSL WSTransaction' policy set?
A. Only SOAP1.1/HTTP
B. Only SOAP1.2/HTTP
C. Only SOAP1.1/HTTP using JAX-RPC
D. Either SOAP1.1/HTTP or SOAP1.2/HTTP
An integration developer is working on implementing a custom mediation primitive. The primitive is defined as having three output terminals, outTerminal1, outTerminal2, and outTerminal3. In the code section, they implement the following piece of code. outTerminal1.fire(smo); outTerminal2.fire(smo); outTerminal3.fire (smo); What will the effect of adding this piece of code be?
A. A build error will occur in WebSphere Integration Developer
B. At runtime, only outTerminal1 will fire
C. At runtime, a MediationRuntimeException will be thrown
D. At runtime, outTerminal1 will fire first, then outTerminal2, then outTerminal3.
An integration developer is creating a mediation flow component. Initially the endpoints are statically configured by directly mapping to imports. Enterprise architects have asked the integration developer to implement a mediation flow which routes service requests based on a service name or action. Which of the following primitives must the integration developer implement?
A. Endpoint Lookup
B. Policy Resolution
C. UDDI Endpoint Lookup
D. Gateway Endpoint Lookup
An integration developer is given a task of developing a complex integrated system involving SAP. Which is the most appropriate integration approach?
A. Write a custom JCA adapter.
B. Use an appropriate technology adapter.
C. Use an appropriate application adapter.
D. Invoke an SAP API from the mediation flow.
An integration developer has been working on mediation flow development using an older version of WebSphere Integration Developer. The integration developer has now installed WebSphere Integration Developer V7.0. and wants to move the existing flow development to the WebSphere Integration Developer, V7.0 environment.
How should the integration developer achieve this?
From the older version of WebSphere Integration Developer:
A. export the artifacts as a shared EAR file. Then use the serviceDeploy tool in WebSphere Integration Developer V/7.0 to migrate the project
B. export the artifacts as an EAR file. Import the EAR file into WebSphere Integration Developer V7.0 and step through the migration wizard.
C. export the artifacts as a Project Interchange (PI) file. Import the PI file into WebSphere Integration Developer V7 0 and step through the migration wizard
D. export the project as an Eclipse Product, then import the product file into WebSphere Integration Developer V7.0, which will automatically migrate the project.
An integration developer needs to perform an iteration over an array of elements using the Fan Out - Fan In primitives.
Where in the Service Message Object (SMO) can the integration developer find the data of each occurrence of the repeating element?
A. In the body section.
B. In the user context section.
C. In the shared context section.
D. In the primitive context section.
An application containing a mediation flow has been deployed to a server. During runtime various faults are being seen in the server logs and the development team has been asked to investigate this issue.
On examination of the server logs, the team is having trouble locating where exactly in the flow the problems are occurring as the errors seem to be different each time. Examination of the mediation flow in WebSphere Integration Developer has shown that the flow currently does not have any error handling contained within it.
How should the developers BEST proceed in order to improve the flow error handling and to aid the
debugging process following deployment?
A. Use the Message Logger primitive to log messages so they can be examined.
B. Use the Custom Mediation primitive to output extra logging information about the flow.
C. Ensure that the Quality of Service transaction setting for the flow is set to Global.
D. Ensure the fail terminal of each primitive is wired with a Fail primitive containing a description
An integration developer wants to copy a part of the mediation flow into a subflow to make it a reusable
artifact.
Which of the following nodes or mediation primitives can be directly copied to the subflow?
A. Input
B. Callout
C. Input Response
D. Custom Mediation
An integration developer successfully deployed an application containing an SCA module. The application fails to start as the server attempts to initiate application resources.
Which of the following may be the cause of the failure?
A. Bindings were specified incorrectly.
B. The log settings for the application were specified incorrectly.
C. Another application with the same name was deployed to the cell.
D. Web resources were not included in the resource archive (RAR) file.
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. Manage test cases for data pools.
B. Manage of unit test project for data pools.
C. Allows developer to open multiple data pools.
D. Allows source control operation for data pools.
E. Facilitates values to be copied between data pools.