UiPath Certified Professional – Advanced RPA
Developer (UiARD) Exam | RPA, REFramework,
Orchestrator, State Machines | Multiple Choice &
Open-Ended Q&A with Rationales
Exam Structure:
Subject: Robotic Process Automation (RPA) / UiPath Developer Certification
Source: UiPath Certified Professional – Advanced RPA Developer (UiARD) Exam –
2026
Format: Multiple-choice and open-ended questions with Correct Answers and
rationales
1. In UiPath Robotic Enterprise Framework, the value of
MaxRetryNumber in the Config.xlsx file should be set to a number
greater than 0 to enable the retry mechanism in the following cases:
Correct Answer: Get Data from UiPath Orchestrator with AutoRetry
disabled
Rationale:
1. The MaxRetryNumber parameter controls how many times the framework
will retry a failed transaction.
2. When AutoRetry is disabled in Orchestrator, the framework's built-in
retry mechanism must be enabled via MaxRetryNumber.
3. A value greater than 0 activates the retry logic for queue item processing
failures.
2. When should an Attended Robot be used?
Correct Answer: When the processing of some input data relies on human
decision
Rationale:
1. Attended robots work alongside humans, requiring human input for
, 2|Page
decision points.
2. These robots are triggered by user actions and operate on the same
workstation.
3. When human judgment is needed (e.g., approving exceptions, handling
edge cases), an attended robot is appropriate.
3. You need to collect employee data and send it by email as an Excel
file. What type of workflow is the most suitable for the final part,
which adds the file attachment, formats the email and sends it?
Correct Answer: Sequence
Rationale:
1. Sequences are linear workflows ideal for simple, step-by-step tasks.
2. Adding an attachment, formatting an email, and sending it follows a clear
sequential order without complex logic.
3. No branching or repetition is needed, making a Sequence the most suitable
choice.
4. Which statement about the UiPath Robotic Enterprise Framework
template is false?
Correct Answer: The framework can be used only if you get the input data
from the UiPath server queues
Rationale:
1. The REF template is flexible and can process data from multiple sources
including Excel, databases, and email.
2. While Orchestrator queues are commonly used, they are not required for
REF implementation.
3. The statement is false because REF supports various input data sources, not
just Orchestrator queues.
5. Is there any way to hide the execution of one activity in the logs?
Correct Answer: Yes, by checking the Private Property of the activity that
is to be hidden
Rationale:
1. The Private property prevents an activity's data from being logged.
2. This is useful for hiding sensitive information such as passwords or
personal data.