Certbus > IBM > IBM Certified Integration Developer > C9550-605 > C9550-605 Online Practice Questions and Answers

C9550-605 Online Practice Questions and Answers

Questions 4

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

Browse 171 Q&As
Questions 5

Refer to the Exhibit.

An integration developer has implemented a mediation module containing a stand-alone reference invoked by a web application, a mediation flow component (componentA) and a Java component (componentB) as shown in the Exhibit. The web application has been configured with an access role RoleW. The following security qualifiers have been set for componentA: interface Security permission = RoleA1 implementation Security identity = RoleA2

The following security qualifiers have been set for componentB:

interface Security permission = RoleB1 implementation Security identity = RoleB2 At deployment time the integration developer assigns the following users to the roles: RoleW: John, Daniel, Mary RoleA1: John, Mary, Bob RoleA2: Linda RoleB1: John, Mary RoleB2: Mary

What will be the result if Mary invokes the mediation through the web application?

A. The entire flow is executed correctly.

B. The flow stops when entering componentB.

C. The flow stops when executing componentA.

D. The flow does not start because of inconsistent roles.

Browse 171 Q&As
Questions 6

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

Browse 171 Q&As
Questions 7

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

Browse 171 Q&As
Questions 8

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.

Browse 171 Q&As
Questions 9

An integration developer wants to share assets (Java binaries, XML schemas, and WSDL definitions) by-reference between Service Component Architecture (SCA) modules. How can this be achieved at runtime?

A. Include assets within each SCA module to make them available by-reference.

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime.

C. Assets are shared-by-reference by default; convert the library into *.jar and package it with each SCA module to be deployed.

D. Assets are shared-by-reference by default; convert the library into *.EAR and package it with each SCA module to be deployed.

Browse 171 Q&As
Questions 10

Refer to the Exhibit.

An integration developer is developing a module that needs to retrieve the content of a remote file via FTP. The integration developer intends to use an FTP Adapter to perform the operation. Which are the required steps to use the adapter in the correct way?

A. Configure an FTP Inbound Adapter export with a Retrieve operation and an XML DataHandler.

B. Configure an FTP Inbound Adapter export with a Retrieve operation and the default FTPFileBaseDataBinding data format

C. Configure an FTP Outbound Adapter import with a Retrieve operation and an XML DataHandler.

D. Configure an FTP Outbound Adapter import with a Retrieve operation and the defaultFTPFileBaseDataBinding data format.

Browse 171 Q&As
Questions 11

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.

Browse 171 Q&As
Questions 12

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.

Browse 171 Q&As
Questions 13

An integration developer created a component that implements a Custom mediation primitive. During testing, the component is not producing the expected output. Where should the breakpoints be added to the component?

A. XML map editor

B. Mediation flow editor

C. Visual snippet editor

D. The deployed component instance on the server.

Browse 171 Q&As
Questions 14

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.

Browse 171 Q&As
Questions 15

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. Copy the function java cods into the value field of type java expression.

B. Add the utility.jar as a dependency using the dependency editor of the component test project

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 to a library included in the dependency editor of the module containing the component to be tested.

Browse 171 Q&As
Questions 16

An integration team is developing a new mediation flow.

The team has a requirement that when an error occurs at any point in any of the mediation flows, the error must be logged and handled in the exact same fashion regardless of the point of failure.

What is the BEST way to implement this requirement within the mediation flow? Implement the error handling mechanism:

A. using a Trace primitive to log the required information.

B. using the Message Logger primitive wired to each fail terminal.

C. as a Mediation Subflow and wire each fail terminal to this Subflow.

D. as a separate mediation module and invoke it whenever an error occurs.

Browse 171 Q&As
Questions 17

An integration development team has been making use of the Trace Mediation primitive in order to examine various mediation flow paths during an extended test run. The Trace primitive has been set to log this data to a user trace file. The team is only interested in the JMSHeader part of the SMO. During this test run, the team notices that their trace file is becoming very large and that most of the content being logged is not needed.

How can the team address the amount of trace being generated?

A. Change the Trace primitives destination to write to the server log.

B. Change the Trace primitives Root settings to only log the parts of the message needed.

C. Increase the size of the trace files in the server's administrative console.

D. Place a Message Filter primitive before the Trace primitive to filter out just the parts of the message needed.

Browse 171 Q&As
Questions 18

A mediation module contains a mediation flow MF with two levels of hierarchical sub flows. SF1 (within MF) and SF11 (within SF1). The integration developer wants to be able to modify the properties of some of mediation primitives within SF11 at runtime.

What is the correct way to implement this requirement?

A. Promote the properties for runtime administration till only one level of sub flow hierarchy.

B. Promote the properties for runtime administration in a non-hierarchical mediation flow only.

C. Set the desired properties as promotable at SF11 to make them appear as promotable properties of WF at runtime.

D. Set the desired properties as promotable at SF11 and SF1 to make them appear as promotable properties of MF at runtime.

Browse 171 Q&As
Exam Code: C9550-605
Exam Name: IBM WebSphere Enterprise Service Bus V7.0 Integration Development
Last Update: Apr 23, 2024
Questions: 171 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99