UiPath Advanced RPA Developer (UiARD) — Question 65

A developer is creating a process using the Dispatcher and Performer model. The Performer is built in the Robotic Enterprise (RE) Framework and processes data from Queue Items that were uploaded to the queue by the Dispatcher.
Which type of design is best-suited for the automation of this Performer?

Answer options

Correct answer: D

Explanation

The best design for the automation of the Performer is a Transactional Process since it effectively handles operations that involve processing individual transactions, especially when data is retrieved from a queue. The Linear, Sequential, and Iterative Processes do not inherently support the transactional nature of handling multiple Queue Items efficiently.