UiPath Advanced RPA Developer (UiARD) — Question 58
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?
Answer options
- A. QueueA from FolderA
- B. QueueA from Shared
- C. QueueB from FolderA
- D. QueueB from Shared
Correct answer: C
Explanation
The robot will consume QueueB from FolderA because the 'in_OrchestratorQueueName' parameter was set to QueueB and the 'in_OrchestratorQueueFolder' was left empty, which defaults to the folder of the job being executed, in this case, FolderA. The other options are incorrect because they refer to the wrong queue names or incorrectly assume the folder context.