IBM WebSphere Message Broker V8.0 Solution Development - 000-272 FREE EXAM DUMPS QUESTIONS & ANSWERS
A bank uses an online system to handle currency transactions, sent via MQ messaging. To avoid multiple database lookups to obtain the latest currency exchange rates, the rates are loaded into shared variables the first time the flow is executed. Periodic updates to the shared variables are made using a control message. As the volume of transactions increases, it is realized that a single instance of the flow can no longer cope, and so the solution developer is asked to investigate ways to increase throughput. How can the solution developer increase the message throughput?
Correct Answer: C
Vote an answer
A solution developer needs to read records from a file every hour and insert them into a database.
The solution developer creates a flow using a TimeoutNotification node to start the flow, a FileRead node to read individual records from the file and a Compute node to insert the records into the database. To ensure that all records are processed in a unit of work, what must the solution developer do?
The solution developer creates a flow using a TimeoutNotification node to start the flow, a FileRead node to read individual records from the file and a Compute node to insert the records into the database. To ensure that all records are processed in a unit of work, what must the solution developer do?
Correct Answer: B
Vote an answer
A company has person information in its HR system and another application system. Person schemas in these two systems are similar. The solution developer uses the Mapping node to map the person information when developing an application. Following is the detailed information about the Mapping node.

IBM 000-272 Exam
This is the person information record that exists in the HR system.

After the solution developer performs this transformation for this person information, which one of following results is correct?

IBM 000-272 Exam
This is the person information record that exists in the HR system.

After the solution developer performs this transformation for this person information, which one of following results is correct?
Correct Answer: A
Vote an answer
In the figure, Project1 is a Message Broker Project that contains two message flows, Flow1 and Flow2. Project1 references Lib1 library. Flow1 and Flow2 use Error_handler subflow.
The solution developer created two BAR files, Flow1Artifacts.bar for Flow1 and Flow2Artifacts.bar for Flow2 artifacts, and deployed the two BAR files to the same execution group.

After deployment, a defect is found in Flow2 and the solution developer adds more logging information to the Error_handler subflow to better understand the issue. The solution developer then rebuilds the BAR file Flow2Artifacts.bar and deploys it. What is the expected outcome?
The solution developer created two BAR files, Flow1Artifacts.bar for Flow1 and Flow2Artifacts.bar for Flow2 artifacts, and deployed the two BAR files to the same execution group.

After deployment, a defect is found in Flow2 and the solution developer adds more logging information to the Error_handler subflow to better understand the issue. The solution developer then rebuilds the BAR file Flow2Artifacts.bar and deploys it. What is the expected outcome?
Correct Answer: D
Vote an answer
A message flow developer needs to create a message definition to model a COBOL document that starts with the following definition.

Using the MRM-TDS physical format, what type of message model should the solution developer create?

Using the MRM-TDS physical format, what type of message model should the solution developer create?
Correct Answer: B
Vote an answer
A solution developer is writing a message flow using the XMLNSC domain. Testing is producing the wrong output, and the solution developer is uncertain which node is causing the error. The solution developer adds a Trace node to display the contents of the data being passed. Which Trace node pattern will display the contents of the data?
Correct Answer: A
Vote an answer