InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Predicates are JSP Expression Language (EL) expressions(b) Predicates are evaluated in order or appearance until one of them evaluates to true and the corresponding transition is taken(c) The name attribute in the decision node is the name of the decision node(d) All of the mentionedI have been asked this question during an interview.My query is from Oozie with Hadoop in portion Oozie, Orchestration, Hadoop Libraries and Utilities and Miscellaneous Hadoop Applications of Hadoop |
|
Answer» CORRECT answer is (d) All of the mentioned Best explanation: The predicate ELs are EVALUATED in order until ONE returns true and the corresponding TRANSITION is TAKEN. |
|