IBM Operational Decision Manager Standard V8.7 — Question 3

A flow started from an MQInput Node has multiple database interactions from Compute, Java Compute and Map Nodes. All relevant node transactional properties are set to automatic. XA is not configured.
Where are the transactions committed in the flow?

Answer options

Correct answer: D

Explanation

The correct answer is D because each node's transactional property controls when transactions are committed, and they are committed as the message propagates from each node. Options A, B, and C incorrectly suggest that transactions are committed at different stages or collectively at the end, which does not align with the behavior of nodes with automatic properties.