IBM
000-349 · Question #37
000-349 Question #37: Real Exam Question with Answer & Explanation
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.
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
Explanation
In WebSphere Transformation Extender, default input card settings treat validation failures as fatal errors, causing the entire map to fail immediately.
Common mistakes.
- B. 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.
- C. 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.
- D. 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
Reference. https://www.ibm.com/docs/en/wte/8.4.0?topic=maps-input-cards
Community Discussion
No community discussion yet for this question.