IBM
C2180-404 · Question #49
A solution developer is analyzing the of a message flow. There are a number of references defined in the ESQL code of the Compute node. Why should the developer use dynamic references in the ESQL…
The correct answer is B. It is a technique to reduce tree navigation when accessing repeating elements in a message tree. Use dynamic references during ESQL coding in order to improve the efficiency of message tree
Message Flow Development
Question
A solution developer is analyzing the of a message flow. There are a number of references defined in the ESQL code of the Compute node. Why should the developer use dynamic references in the ESQL code of the message flow?
Options
- AIt is a technique to reduce tree copying in a message flow.
- BIt is a technique to reduce tree navigation when accessing repeating elements in a message tree.
- CReferences allow the usage of optimized code from dynamically loaded external libraries.
- DBy creating a reference, intermediary results can be cached and so memory usage is reduced.
How the community answered
(26 responses)- A12% (3)
- B81% (21)
- C8% (2)
Explanation
Use dynamic references during ESQL coding in order to improve the efficiency of message tree
Topics
#ESQL dynamic references#tree navigation#repeating elements#Compute node optimization
Community Discussion
No community discussion yet for this question.