Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 45

In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?

    Correct Answer: D

    In the context of a linear process implemented with REFramework, the process will enter the Get Transaction Data state repeatedly until there are no more queue items left unprocessed in Orchestrator. This is because the Get Transaction Data state is responsible for fetching new transactions to process, and it will continue doing so until all available transactions are handled.

Discussion
Brandon00777Option: B

B makes the most sense given the context of ReFramework and Linear processes. The Get Transaction Item state is ALWAYS going to execute at least once. There are 3 conditions or triggers associated with each state: Success, SystemException and BusinessRuleException. In the best case-scenario, it will be successful and return back to the get transaction item state, because it is a linear process, the state will transition to the final state to end the process. Since with linear process, only one set of data can be worked on at a time.

JimmyFoxxOption: B

B it needs enter second times and get Nothing to End Process

milindkumarOption: B

B is the correct on

AndresPCOption: B

B is the correct one