Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium IBM C9530-001 Dumps Questions Answers

Page: 1 / 5
Total 121 questions

IBM Integration Bus v10.0, Solution Development Questions and Answers

Question 1

Which protocol for security is not supported by IBM Integration Bus?

Options:

A.

OAuth 2.0

B.

SAML assertion

C.

X.509 certificate

D.

User Id + Password

Buy Now
Question 2

How does a developer assign Pattern properties from a message flow?

Options:

A.

By selecting the Pattern Target properties from any node any message flow.

B.

Pattern properties must be configured in a Pattern Authoring project before selecting targets.

C.

All properties in a message flow must be tagged for the Pattern Authoring Project to identify them.

D.

By adding a reference all the Node properties are automatically exposed to the Pattern Authoring Project.

Question 3

The following XML is an example of which policy document?

Options:

A.

MQEndpoint

B.

MQTTPublish

C.

MQTTSubscribe

D.

Workload management

Question 4

Which statement is true regarding globally coordinated XA transactions with the broker?

Options:

A.

JMS transactions do not support XA.

B.

The coordinatedTransaction flag must be set in the BAR file for enabling XA transactions with the broker.

C.

lt does not require the configuration of the queue manager to coordinate XA transactions with the broker.

D.

When message flows participate in transactions with MQ as well as a Database, unless XA transactions are enabled, the flow can commit the database transaction but not the MQ transaction.

Question 5

Which statement about the Cloned node is true?

Options:

A.

The Cloned node can be used to create reusable templates for Mapping node.

B.

The Cloned node can be used to create reusable templates for .NetInput node.

C.

The Cloned node can be used to create reusable templates for XSLTransform node.

D.

A new Cloned node can be used selected from a palette drawer and be assigned properties.

Question 6

When a developer needs to use the same Java classes in multiple solutions, how should those classes be stored for maximizing reuse?

Options:

A.

Application

B.

Static library

C.

Shared library

D.

Message flow project

Question 7

A developer plans to create two new message flows. Flow1 that uses TimeoutControl and TimeoutNotification nodes in Controlled mode, and Flow2 that uses only the TimeoutNotification node in Automatic mode.

The Integration Node is installed on a system without IBM MQ installed. What problems will the developer encounter?

Options:

A.

Flow1 will not deploy successfully. Flow2 will not deploy successfully.

B.

Flow1 will not deploy successfully. Flow2 will deploy and execute successfully.

C.

Flow1 will not deploy successfully. Flow2 will deploy successfully but will produce an error when execution is attempted.

D.

Flow1 will deploy successfully but produce an error when execution is attempted. Flow2 will deploy and execute successfully.

Question 8

When using the set of aggregation nodes, how does a developer tie the fan-out flow with the fan-in flow when it is included within the same message flow?

Options:

A.

No properties need to be set, since the fan-out and fan-in flows are in the same messages flow.

B.

Set the Aggregate Name property of the AggregateReply Node to the same value that you set for the Aggregate Name property in the corresponding Collector Node.

C.

Set the Aggregate Name property of the AggregateReply Node to the same value that you set for the Aggregate Name property in the corresponding AggregateControl Node.

D.

Set the Aggregate Name property of the AggregateReply Node to the same value that you set for the Aggregate Name property on each of the corresponding AggregateRequest Nodes in the fan-out flow.

Question 9

Given the following set of applications and libraries, which are all deployed to the same Integration Server, what must be done to provide a new version of the MasterSchema.xsd file to AppA and AppB?

Options:

A.

Deploy the new version of the MasterSchema.xsd file to the Integration Server.

B.

Place the new version of MasterSchema.xsd in the MasterLibrary and deploy the MasterLibrary to the Integration Server.

C.

Place the new version of MasterSchema.xsd in the MasterLibrary and then redeploy the AppA and AppB applications to the Integration Server.

D.

Place the new version of MasterSchema.xsd directly in AppA and AppB and then redeploy the AppA and AppB applications to the Integration Server.

Question 10

While debugging a message flow a redeployment of the flow hangs. What could be the source of the problem?

Options:

A.

A backout queue name was not defined.

B.

The debugger is waiting on a breakpoint.

C.

No additional instances of the flow was defined.

D.

The jvmDebugport was not defined on the Integration Server.

Question 11

Which statement is true regarding IBM Integration Bus (IIB) integration with Business Process Manager (BPM)?

Options:

A.

IIB can only communicate with BPM through SOAP messages.

B.

A BPM integration service can be added as an operation to an existing IIB service.

C.

After a BPM integration service is created, the business logic flow can be added before it is imported into IIB.

D.

A BPM integration service definition must be exported from a BPM Toolkit in order for it to be imported into IIB.

Question 12

Which of the following statement regarding the SAPInput Node is true?

Options:

A.

DFDL domain can be used to model ALE configuration and IDocs.

B.

The SAPInput Node must always be paired with the SAPReply Node in the same message flow.

C.

When the processing in the message flow is done, the SAPReply Node opens a new connection to the SAP program and send the response back to SAP.

D.

When a listener receives a call from SAP in synchronous mode, it blocks processing until the message can be picked up by an available message flow instance that contains the SAPInput Node.

Question 13

An IBM Integration Bus developer is testing integration flow with the Flow Exerciser by processing the different messages through the flow and recording each one of them. At a later time, the developer would like to see the state of the logical message tree for each message instance. How can this be done?

Options:

A.

By selecting the connector highlighted in red.

B.

The developer can only view the last message processed.

C.

By right-clicking message flow > Properties > Show recorded messages.

D.

By selecting 'Send a message to the flow' and selecting the recorded message.

Question 14

What is one to set the flow debugger port?

Options:

A.

Use the mqsichangebroker command to set the debug port.

B.

Use the mqsichangedebugport command to set the debug port.

C.

In the IBM Integration Bus Toolkit set the debug port in the Preferences.

D.

In the IBM Integration Bus Toolkit right-click on the Integration Server and set the debug port.

Question 15

What is one method to keep the cache clean in IBM Integration Bus?

Options:

A.

Define a timeout parameter in the Policy file.

B.

Use the MbGlobalMapSeccionPolicy class to expire the Global Cache variable.

C.

Set up an external process to check the variables that have not been modified in a speculated amount of time and remove them.

D.

Use remove() on the MbGlobalMap class. In case of a catastrophic crash of the node, the cache will detect this and remove the variable implicitly.

Question 16

What is the difference between setting security on the MQInput Node and the PEP Node?

Options:

A.

There is no functional difference between the two, it is more of a design option.

B.

Security Profile can be overwritten on the BAR file for PEP Node but not for the MQInput Node.

C.

The PEP Node can not be used in a message flow unless the MQInput Node has security settings turned on.

D.

The MQInput Node validates the authentication of the input message before it is processed by the flow. The PEP Node processes messages inside the flow.

Question 17

Which two options are available in IBM Integration Bus for administration?

Options:

A.

IBM Integration API

B.

MQ Administration Client

C.

IBM Integration Bus Explorer

D.

Web Services Administration Client

E.

IBM Integration Web User Interface

Question 18

While processing messages in a message flow, Java exceptions are encountered. Where should more details on these Java exceptions be found?

Options:

A.

syslogs

B.

Trace Node output

C.

Integration Node stderr and stdout

D.

Integration Server stderr and stdout

Page: 1 / 5
Total 121 questions