exam questions

Exam UiADPv1 All Questions

View all questions & answers for the UiADPv1 exam

Exam UiADPv1 topic 1 question 46 discussion

Actual exam question from UiPath 's UiADPv1
Question #: 46
Topic #: 1
[All UiADPv1 Questions]

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

  • A. 1 time.
  • B. 2 times.
  • C. The process will not enter the Get Transaction Data state because a linear process is not transactional.
  • D. Until there are no more queue items left unprocessed in Orchestrator.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Brandon00777
Highly Voted 1 year, 3 months ago
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.
upvoted 7 times
...
JimmyFoxx
Highly Voted 1 year, 4 months ago
B it needs enter second times and get Nothing to End Process
upvoted 6 times
...
c92d03d
Most Recent 1 week, 4 days ago
Selected Answer: A
There is no queue and no transaction loop. The Get Transaction Data state is still entered once, but it immediately returns Nothing, causing the process to go to the End Process state.
upvoted 1 times
...
milindkumar
1 year, 3 months ago
Selected Answer: B
B is the correct on
upvoted 3 times
...
AndresPC
1 year, 3 months ago
B is the correct one
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...