C Certs Club
Home
Oracle SAP Microsoft Cisco CompTIA Fortinet Salesforce Nutanix Linux Foundation Amazon View All Vendors →
Login Register

UiPath UiPath-RPAv1 - UiPath RPA Associate v1.0 Exam Certification Exam

Download Exam View Entire Exam
Page: 2 / 2
Question #6 (Topic: demo questions)

In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism
implemented?
Options are :

A.
The SetTransactionStatus workflow
B.
The Main workflow
C.
The GetTransactionData workflow
Correct Answer: B
Explanation:

In the UiPath Robotic Enterprise Framework (REFramework), the retry mechanism is implemented in the SetTransactionStatus workflow, specifically when handling failed transactions. If a transaction fails, the framework checks whether it is eligible for a retry based on the exception type and retry settings, and then updates the transaction status accordingly (Retry / Failed). This logic ensures that recoverable errors can be retried before marking a transaction as permanently failed. The Main workflow only controls the high-level orchestration of the process, while GetTransactionData is responsible for fetching the next transaction item and does not handle retries. Therefore, the retry mechanism is handled within SetTransactionStatus, making option A correct.
Question #7 (Topic: demo questions)

Which is the best way to delete un-referenced variables?
Options are :

A.
The unreferenced variables do not utilise memory, therefore you do not have to delete them

B.
You can manage your variables from the Designpanel>Manage Variables>Remove Unreferenced

C.
Delete them one by one from the Variables panel. UiPath Studio performs the workflow validation
in real time, therefore you can see which variable is being used
Correct Answer: B
Explanation:

In UiPath Studio, the most efficient way to delete unreferenced variables is through the built-in Manage Variables option. When you open the Design panel and go to Manage Variables, UiPath provides a feature called “Remove Unreferenced Variables”, which automatically identifies variables that are not used anywhere in the workflow and safely deletes them in one action. This is much better than manually checking and deleting variables one by one, because Studio continuously tracks variable usage and ensures accuracy without breaking the workflow. Option A is incorrect because unreferenced variables still consume space and should be cleaned up for better maintainability, and option C is inefficient compared to the built-in bulk removal feature. Therefore, option B is the best and most recommended approach.
Question #8 (Topic: demo questions)

What do the Items in the Orchestrator queues consist of ? Select all the options that apply
Options are :

A.
Processes to be executed by the robots
B.
Jobs to be executed by the robots
C.
Input data for the processes executed by the robots
Correct Answer: A, B, C
Explanation:
In UiPath Orchestrator, queue items do not represent processes or jobs. Instead, they are used to store and manage structured input data (transactions) that robots will process during automation. Each queue item typically contains business data such as invoice details, customer records, or any transactional information required by a process.
Option A is incorrect because processes are deployed as packages, not stored in queues. Option B is also incorrect because jobs are executions of processes triggered

Download Exam
« Prev Page: 2 / 2
Next Page