UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 133


A developer created a Performer process using the Robotic Enterprise (RE) Framework template in UiPath Studio version 2021.10. The process is published to an Orchestrator folder called FolderA and a job is created in Orchestrator from the package. The value of the "OrchestratorQueueName" setting in Config.xlsx is QueueA and the value of "OrchestratorQueueFolder" is FolderA.

The developer runs the job from Orchestrator with the following argument values: in_OrchestratorQueueName = "QueueB" in_OrchestratorQueueFolder = empty value

Which queue will be consumed by the robot?

Show Answer
Correct Answer: C

In the given scenario, the job runs in Orchestrator with the arguments in_OrchestratorQueueName set to 'QueueB' and in_OrchestratorQueueFolder left as an empty value. According to the behavior in UiPath, if the folder value is empty, the process will use the folder where the job was created, which is FolderA. Therefore, the robot will consume QueueB from FolderA.

Discussion

3 comments
Sign in to comment
LarcAi_TrainingOption: D
May 23, 2023

This answer might be incorrect it depends wheter or not QueueB is also in folderA because then the answer is C

Engineer24Option: C
Nov 18, 2023

if folder name empty, it will have the folder in which folder it is

prat11Option: C
Jul 14, 2024

This is a backward compatibily question in init stage, answer is C