Exam UiARD All QuestionsBrowse all questions from this exam
Question 126

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?

    Correct Answer: D

    The best-suited design for the automation of the Performer in this context is the Transactional Process. This is because the Robotic Enterprise (RE) Framework typically handles individual Queue Items independently, making it a transactional process. Each Queue Item represents a distinct piece of data to be processed, and the processing of one item does not affect the others. This design ensures that the failure of a single transaction does not disrupt the entire process, which aligns well with how queue-based systems are intended to function.

Discussion
Engineer24Option: D

There are three different types of processing. Linear Iterative Transactional All three differ on how data is fetched and processing is done. Linear: Data is fetched once and processing is done once. Iterative: Data is fetched in bulk and processing is done iteratively. Transactional: Here data fetching and processing are independent from one another as they are split into different states. In iterative if a single data point results in a failure, whole workflow can fail but in transactional as transactions are independent of one another a single data point never results in breaking down of complete workflow.

sur_bhi123456789Option: D

D is the correct ans

FonminccOption: D

D........OMG