nerdexam
IBM

000-349 · Question #37

If a map contains two input cards with default settings and the second card fails validation, what happens to the map execution?

The correct answer is A. The map fails. In WebSphere Transformation Extender, default input card settings treat validation failures as fatal errors, causing the entire map to fail immediately.

Configuration

Question

If a map contains two input cards with default settings and the second card fails validation, what happens to the map execution?

Options

  • AThe map fails
  • BThe map executes successfully
  • CThe map execution continues the mapping process
  • DTrace and Audit log will turn on to capture the error

How the community answered

(44 responses)
  • A
    80% (35)
  • B
    7% (3)
  • C
    2% (1)
  • D
    11% (5)

Why each option

In WebSphere Transformation Extender, default input card settings treat validation failures as fatal errors, causing the entire map to fail immediately.

AThe map failsCorrect

With default input card settings, the validation mode is set to 'Reject On Fail,' which means any validation failure on an input card causes the map to terminate with a failure status. The map does not attempt to continue processing subsequent cards or rules after a fatal validation error. This default behavior ensures data integrity by preventing maps from processing invalid input data.

BThe map executes successfully

The map cannot execute successfully because a validation failure on an input card with default settings is treated as a fatal error, not a recoverable condition.

CThe map execution continues the mapping process

The mapping process does not continue because the default card behavior is to reject and halt execution when validation fails, not to skip and proceed.

DTrace and Audit log will turn on to capture the error

Trace and Audit logging are separate settings and are not automatically enabled in response to a validation failure; they must be explicitly configured.

Concept tested: WTX input card default validation failure behavior

Source: https://www.ibm.com/docs/en/wte/8.4.0?topic=maps-input-cards

Topics

#input cards#card validation#map execution#default settings

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice