nerdexam
IBM

000-349 · Question #30

Which map setting should be used to create a list of data errors (including error codes and data values) during map execution?

The correct answer is A. data audit. The data audit map setting records data errors encountered during execution, capturing both the error codes and the specific data values that triggered each error.

Configuration

Question

Which map setting should be used to create a list of data errors (including error codes and data values) during map execution?

Options

  • Adata audit
  • Binput trace
  • Coutput trace
  • Dexecution audit
  • Esummary trace

How the community answered

(25 responses)
  • A
    76% (19)
  • B
    4% (1)
  • C
    8% (2)
  • D
    12% (3)

Why each option

The data audit map setting records data errors encountered during execution, capturing both the error codes and the specific data values that triggered each error.

Adata auditCorrect

Data audit is specifically designed to log data-level validation errors during map execution, storing structured records that include the error code (such as E01 or E07) and the actual data value that caused the failure. This makes it the correct setting when the goal is a post-execution error list with full detail for each failed data element.

Binput trace

Input trace captures the raw input data stream for debugging purposes but does not produce a structured list of error codes and offending data values.

Coutput trace

Output trace records the translated output data stream, not the errors and data values that failed validation during processing.

Dexecution audit

Execution audit tracks map execution flow and performance metrics, not individual data errors with their associated codes and values.

Esummary trace

Summary trace provides a high-level count or overview of map execution results without the per-error detail of codes and data values.

Concept tested: Data audit setting for error code and value logging

Source: https://www.ibm.com/docs/en/b2b-integrator/6.1?topic=maps-data-audit

Topics

#data audit#error codes#map settings#execution audit

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice