IBM Integration Bus V9.0, Solution Development - C9530-404 Exam Practice Test

Question 1
A business analyst is developing a Business Process Diagram which needs some business data from an external corporate service. The business analyst defined the inputs/outputs for the IBM Business Process Management (BPM) Standard Edition integration service and exported all information as a .twx file and delivered it to the IBM Integration Bus solution developer.
What is the next step that the developer should take?

Correct Answer: A
Question 2
A company needs to implement a generic gateway application which accepts COBOL input messages using WebSphere MQ transport. The first 15 bytes of each input message represents a common header for all messages. The 15 bytes header is used to determine the message type, length and routing information.
Which domain parser should the solution developer set in the input node to accomplish this?

Correct Answer: A
Question 3
A solution developer is designing a message flow application that gets banking transactions from a WebSphere MQ queue. One of the requirements of the design is that the message flow must propagate the message identify user name and password to the target application. The developer has set the identify token type to Transport Default.
What additional information must the developer have to propagate the identity in this message flow?

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 4
A solution developer installed the IBM Integration Bus runtime and the Integration Toolkit using the "Developer Edition" on a Windows 64 bit environment.
Which integration server functionality is available for the developer?

Correct Answer: D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 5

The DocType field in the record identifies the document type and contains PO when the record is for a purchase order and ACK when it is an acknowledgement.
The format of each record is the same except for the ShipDate field. When the document type is ACK, ShipDate is in the record. When the document type is PO, ShipDate is not in the record.
What change can the developer make to the DFDL model to handle the differences in the record format and prevent parsing errors when parsing a file that contains both types of records?

Correct Answer: D