nerdexam
IBM

000-349 · Question #29

000-349 Question #29: Real Exam Question with Answer & Explanation

The correct answer is C. The debugger will show the data for each HRRecord and for each rule within the functional. The Step-In command in the map debugger enters functional map execution, revealing data for each record object and each rule inside the functional map.

Question

Refer to the Exhibit. Using the map debugger, when the breakpoint is encountered in the following figure and Step-In is selected, what will happen?

Options

  • AThe debugger will show the values for each HRRecord object.
  • BThe debugger will go to the end of the rule and will not show resultant object values.
  • CThe debugger will show the data for each HRRecord and for each rule within the functional
  • DThe debugger will show the data for each rule within the executable and functional maps.

Explanation

The Step-In command in the map debugger enters functional map execution, revealing data for each record object and each rule inside the functional map.

Common mistakes.

  • A. Showing only HRRecord object values is incomplete - Step-In also exposes rule-level data inside the functional map, not just the object data.
  • B. Moving to the end of the rule without showing values describes Step-Out or Run-to-End behavior, not Step-In.
  • D. Showing rules within both the executable and functional maps is incorrect - Step-In is scoped to the functional map context entered at the breakpoint, not the entire executable map simultaneously.

Concept tested. Map debugger Step-In behavior at breakpoints

Reference. https://www.ibm.com/docs/en/b2b-integrator/6.1?topic=maps-map-debugger

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice