UiPath Automation Developer Professional v1 — Question 128
A developer has designed a Performer process using the REFramework template in UiPath Studio. The process is published to an Orchestrator folder named "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: D
Explanation
The correct answer is D because the robot is configured to use 'QueueB' and since no specific folder is provided, it defaults to the 'Shared' folder. Options A and B reference 'QueueA', which is not the queue specified in the job arguments. Option C incorrectly associates 'QueueB' with 'FolderA', which is not applicable due to the empty value for in_OrchestratorQueueFolder.