C9530-001 · Question #114
Which statement about the .NETCompute Node is true?
The correct answer is A. The exception is propagated through a predefined output terminal. The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation. Incorrect Answers: B: Zero or more dynamic output terminals can be created to support message routing. D: The Evaluate() method must always…
Question
Which statement about the .NETCompute Node is true?
Options
- AThe exception is propagated through a predefined output terminal.
- B.NETCompute node does not support dynamic terminal. All terminals are predefined.
- CThe message assembly contains four trees to represent the message, the environment, the local
- DOnly when the message needs to be transformed through the .NETCompute node, an Evaluate
How the community answered
(31 responses)- A84% (26)
- B3% (1)
- C3% (1)
- D10% (3)
Explanation
The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation. Incorrect Answers: B: Zero or more dynamic output terminals can be created to support message routing. D: The Evaluate() method must always be overridden and is automatically implemented by the Message Broker Project template.
Topics
Community Discussion
No community discussion yet for this question.