Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiADPv1 All Questions

View all questions & answers for the UiADPv1 exam

Exam UiADPv1 topic 1 question 35 discussion

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

A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?

  • A. The transaction will not be retried.
  • B. The transaction will be retried only one time.
  • C. The transaction will be retried 2 times.
  • D. The transaction will be retried multiple times, until it will be processed successfully.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
GodPhlow
7 months, 2 weeks ago
Selected Answer: A
There are no retries for transactions that throw business exception
upvoted 4 times
...
ginpachisama
7 months, 3 weeks ago
Selected Answer: A
When the transaction encounters a business exception, it won't be retried regardless of whether or not Orchestrator queues are used.
upvoted 1 times
...
milindkumar
9 months ago
Selected Answer: A
A is the correct one
upvoted 1 times
...
Brandon00777
9 months ago
I thought about it some more analyzed the template. C is indeed correct. If it doesn't meet the business requirements, it makes no sense for the entry to be retried, process will simply move on to the next transaction item if any.
upvoted 1 times
...
Brandon00777
9 months ago
A makes no sense, the Orchestrator Queue in this section has the number of retries set to 2. The config file has it set to one time. Orchestrator's retry takes dominance over the config file if they values are not the same. So if the transaction item throws a business exception, it will be retried twice and if it doesn't work either time, the set transaction status workflow will be invoked and make the queue item status: Failed.
upvoted 2 times
...
AndresPC
9 months, 1 week ago
A is the correct one
upvoted 1 times
...
[Removed]
11 months, 1 week ago
Selected Answer: A
In case of a business exception, the transaction is not automatically retried, since the issues related to business usually require human intervention
upvoted 4 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 ...