Best Practice Questions

Kindly assist
1.A developer needs to select a layout for integrating activities into a workflow file. They must select a layout that covers all possible cases and transitions, and accommodate processes that are not easily captured through the use of loops and If statements.
Based on best practices, which layout is recommended?
• A. Global Exception Handler
• B. Sequence
• C. Flowchart
• D. State Machine

2.A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement?
• A. State Machine
• B. Try Catch
• C. Multiple Assign
• D. Sequence

3.A developer is creating a process using the Dispatcher and Performer model. The Dispatcher is built in the Robotic Enterprise (RE) Framework and it needs to add data from a datatable to a queue.
Based on the UiPath best practices, which type of design is best-suited for the automation of this Dispatcher?
• A. Iterative Process
• B. Linear Process
• C. Sequential Process
• D. Transactional Process

4.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?
• A. Linear Process
• B. Sequential Process
• C. Iterative Process
• D. Transactional Process

  1. Option D
  2. Option A
  3. Option D
  4. Option B

Hope it helps!!
Regards,

1 Like

@J_Crosby
First C
Second A
Third A
Forth C

1 Like

First D
Second A
Third C
4th D

Bit confused looking at the answers for 3rd and 4th question.

Dispatcher should be sequential (Because its executed one after the other)
Performer should be transactional - Cause all transactions are executed independently.

Let me know if what i am thinking it doesnt align with you guys, with reasons, good to have a little brainstorming.

1 Like

What’s your opinion @Anil_G @YouGoRobot,@Nitya1 and @zell12

HI @J_Crosby
1.Option D
2.Option A
3.Option D
4.Option B

1 Like

1.Option C
2.Option A
3.Option D
4.Option B

1 Like
  1. D
  2. A
  3. B - Torn between linear and transaction because you can either approach it linear way by feeding whole dt into queue (bulk add queue items) or transactional way in REF where you have each transaction as data row and each would transaction would be uploaded to the queue
  4. D - This one is definitely transactional. REFramework default implementation which feeds from a queue

I totally agree with you on this.

Cheers.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.