UiPath Automation Developer Professional v1 — Question 11
In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?
Answer options
- A. Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.
- B. Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.
- C. Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
- D. Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
Correct answer: C
Explanation
The correct answer is C because excluding the Get Transaction Item activity and removing the SetTransactionStatus activities ensures that the project does not interact with the Orchestrator, as these activities are specifically designed for queue management. The other options either retain interactions with the Orchestrator or do not address all necessary components to fully disconnect from Orchestrator functionalities.