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