UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 34


A process uses the Robotic Enterprise (RE) Framework without access to Orchestrator. Based on best practices, what is the recommended way to ensure a transaction will be retried in the event of an Application Exception while processing that transaction?

Show Answer
Correct Answer: C

To ensure that a transaction will be retried in the event of an Application Exception while using the Robotic Enterprise (RE) Framework without access to Orchestrator, it is recommended to set the MaxRetryNumber in the Config.xlsx file to a number greater than 0. This configuration setting dictates the number of times a transaction should be retried before it is marked as failed, thereby providing an effective way to handle retries for application exceptions.

Discussion

6 comments
Sign in to comment
Engineer24Option: B
Apr 25, 2024

MaxRetryNumbe is for System Exception.

soulebi
May 2, 2024

isnt application exception and system exception similar?

Engineer24
Jun 30, 2024

Sorry the correct answer is C !

RigaOption: C
May 13, 2024

MaxRetryNumber in Config -- Must be 0 if working with Orchestrator queues. If > 0, the robot will retry the same transaction which failed with a system exception. Must be an integer value.

MirjalolOption: C
Jul 17, 2024

Correct answer is C, open config file and read definition of MaxRetryNumber in constants sheet

Aryan12345Option: B
Jul 19, 2024

Option B is correct

DesingLIVOption: C
Sep 20, 2024

C. Set the MaxRetryNumber in the Config.xlsx file to a number greater than 0

IngvarnOption: C
Nov 6, 2024

Correct answer is C, open config file and read definition of MaxRetryNumber in constants sheet