Exam UiARD All QuestionsBrowse all questions from this exam
Question 188

A developer creates 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 TestQueue and the value of “OrchestratorQueueFolder" is FolderA. In Orchestrator’s FolderA, the defined queues are: QueueA, QueueB, QueueC.

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

What is the behavior at runtime?

    Correct Answer: A

    The robot will consume QueueB at runtime because the value of the in_OrchestratorQueueName input argument is set to 'QueueB'. In the absence of a specified folder value for in_OrchestratorQueueFolder, it defaults to the folder where the process is being executed, which is FolderA. Therefore, the robot will use the 'QueueB' queue defined in FolderA.

Discussion
Engineer24Option: A

The correct answer is A !

LarcAi_TrainingOption: A

I think the correct answer is A