An integration developer has been tasked to create a solution to process electronic invoices. The invoices must be sent through Web services with a swaRef-type attachment per the Web Services Interoperability Organization (WS-I) Attachment Profile 1.0. Which of the following is a required step in order to expose a module as a Web Service supporting the above technology?
A. Add the predefined SwaRefLib in the library section of the dependency editor of the module.
B. Add a custom interface with a field 'attachment' to an export and when generating the WS binding select the '(WS-I) Attachment Profile 1.0 with swaRef' option.
C. Select the 'WS-I attachment profile 1.0 swaRef schema file' interface in the Predefined Resources section of the dependency editor of the module.
D. Create a custom interface that follows the WS-I Attachment Profile 1.0 in a library and add it in the library section of the dependency editor of the module.
Which one of the following IBM products works with WebSphere Enterprise Service Bus allowing applications access to endpoint and policy information?
A. WebSphere Process Server
B. WebSphere Message Broker
C. WebSphere Transformation Extender
D. WebSphere Service Registry and Repository
An integration developer is tasked with the creation of an Ant script for build and deployment automation. One of the tasks required is to generate J2EE application EAR files from SCA modules so that they may be installed on a WebSphere Enterprise Service Bus V7.0 runtime. What is the MOST recommended option to achieve the task?
A. Use appCreate task.
B. Use serviceDeploy task.
C. Use serviceDeployLight task.
D. Use serviceDeploy command inside exec task.
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. a JAR file.
B. an EAR file.
C. a project interchange file.
D. a command-line service deployment zip file.
An integration developer is developing a mediation flow component that has an adapter configured to communicate with the SAP system. What is the technology used by the WebSphere adapters to introspect/ look inside the EIS?
A. Enterprise Data Discovery (EDD)
B. Enterprise Object Discovery (EOD)
C. Enterprise Service Discovery (ESD)
D. Enterprise Metadata Discovery (EMD)
An integration developer needs to integrate a legacy application that communicates through JMS messages via a WebSphere MQ provider. The operation is request-response and the import binding is MQ JMS. Which are the necessary resources to configure for the import?
A. A send destination, a receive destination, a Connection Factory, a Listener.
B. A send destination, a receive destination, a Connection Factory, an Activation Specification.
C. One destination (for sending and receiving), a Connection Factory, a Listener.
D. One destination (for sending and receiving), a Connection Factory, an Activation Specification.
An integration developer is developing a mediation module that contains MQ Export bindings. The application will need to be deployed to several different runtime environments and platforms during the test and production phases of the development. In each of the environments, the names of the MQ Queue managers and Queues that the application will need to use are subject to repeated change. What is the BEST practice to implement this solution?
A. Use EJBDeploy to update the binding details in the EAR file before deploying it.
B. Configure the application to load a properties file during startup containing the binding details.
C. During development, define the various MQ Bindings via a JNDI name and remap them as required on each of the runtime environments.
D. During development, define the various MQ Bindings via a WebSphere Variable and remap them as required on each of the runtime environments.
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 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.
An integration developer has written a new mediation flow and wants to test it on an embedded test server. It is expected that the mediation flow will require repeated redeployments during the testing phase.
What is the suggested way to install the application in order to efficiently redeploy it after repeated changes?
A. Build the EAR file and deploy it to the server via serviceDeploy.
B. Build the EAR file and deploy it to the server via the administrative console.
C. In the servers tab. add the project to the Configured projects list.
D. In the servers tab. select the server, and select Publish from the menu.