IBM C2180-404 - IBM Integration Bus V9.0, Solution Development Exam
Page: 3 / 10
Total 48 questions
Question #11 (Topic: )
[IBM-C2180-404-6.0/IBM-C2180-404-7_2.png]
TheDocTypefield 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 theShipDatefield.When the document
type is ACK,ShipDateis in the record. When the document type is PO,ShipDateis 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?
TheDocTypefield 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 theShipDatefield.When the document
type is ACK,ShipDateis in the record. When the document type is PO,ShipDateis 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?
A. Add a choice element before theShipTypeelement
B. Add an asset toShipDatethat testsDocType=ACK
C. Add a discriminator toShipDatethat testsDocType=ACK
D. Change theMinOccursproperty to 0 (zero) forShipTypeto make it an optional field
Answer: D
Question #12 (Topic: )
A solution developer is using the DataPower Security Wizard to configure an HTTP Input
node. In the IBM Integration Explorer, the solution developer needs to merge new request
and response rules into an existing DataPower XML Firewall policy. When the developer
does the merge a new policy is created.
What can the developer conclude from this result?
node. In the IBM Integration Explorer, the solution developer needs to merge new request
and response rules into an existing DataPower XML Firewall policy. When the developer
does the merge a new policy is created.
What can the developer conclude from this result?
A. The Policy Set binding is not configured.
B. The DataPower XML Filewall policy does not exist.
C. The DataPower existing XML Filewall settings have been altered.
D. The connection to the DataPower Security Wizard failed because SSL cert is invalid.
Answer: C
Question #13 (Topic: )
A solution developer wants to use constant variables in the message flows. The solution
developer decides to use a user-defined property in the ESQL code because the values
can change at deployment time.
Which ESQL statement should the developer use to access a user-defined property in the
ESQL?
developer decides to use a user-defined property in the ESQL code because the values
can change at deployment time.
Which ESQL statement should the developer use to access a user-defined property in the
ESQL?
A. DECLARE variable CHARACTER ' –InitialValueExpression-'
B. DECLARE variable SHARED CHARACTER ' –InitialValueExpression-'
C. DECLARE variable EXTERNAL CHARACTER ' –InitialValueExpression-'
D. DECLARE variable CONSTANT CHARACTER ' –InitialValueExpression-'
Answer: C
Question #14 (Topic: )
A solution developer wants to use the message flow debugger to troubleshoot a problem
with a deployed flow.
What steps must the developer do to prepare for a debug session from within the
Integration Toolkit?
with a deployed flow.
What steps must the developer do to prepare for a debug session from within the
Integration Toolkit?
A. Launch the debugger by right clicking the integration server where the flow is deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
B. Launch the debugger by right clicking the flow deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
C. Launch the debugger by right clicking the flow deployed. Set Java debug port from the command line. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
D. Launch the debugger by right clicking theintegration server where theflowisdeployed. Set Java debug portif not already configured. Add at least one breakpoint to the flow to be debugged. Add a container to source lookup path.
Answer: C
Question #15 (Topic: )
A solution developer is building a solution that integrates with a COBOL application.The
COBOL copybook that defines the record layout is available to the solution developer.
What should the developer do to make use of the latest IBM Integration Bus V9.0 features
and create a new message model in the least number of steps?
COBOL copybook that defines the record layout is available to the solution developer.
What should the developer do to make use of the latest IBM Integration Bus V9.0 features
and create a new message model in the least number of steps?
A. Use themqsicreatemsqdefscommand to import the COBOL copybook.
B. Use the DFDL schema editor to define the message model manually using the COBOL copybook as a guide.
C. Use a wizard to select the COBOL message type, choose the “Create a DFDL schema file by importing a COBOL copybook or program”, and then select your copybook to import.
D. Use a wizard to select the COBOL message type, choose the Create a MRM message definition by importing a COBOL copybook or program, and then select your copybook to import.
Answer: C