Exam UiARD All QuestionsBrowse all questions from this 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?

    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
Engineer24Option: C

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

LarcAi_TrainingOption: D

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

prat11Option: C

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