Uipath project questions

I need assistance friends
1.A developer is building a complex workflow that uses many decision points. The project will be used by other developers at a later time. Based on best practices, what should the developer use to enhance the readability of the project?

A. Use a single sequence layout to build the automation.
Annotate the activities and document the logic for use by other developers.

B. Use Flowcharts with Flow Decisions inside sequence activities.
Rename and properly annotate the sequences to clearly define their functionality.

C. Use sequence activities inside Flowcharts with Flow Decisions.
Rename and properly annotate the sequences to clearly define their functionality.

D. Build different sequences inside multiple workflows.
Annotate the activities and use variables to pass data between the workflows.

2.A developer created a Robotic Enterprise (RE) Framework project in UiPath Studio 2021.10 with the default Config.xlsx settings. A Queue Item is processed and a Business Rule Exception is thrown. In addition, a System Exception is thrown in the SetTransactionStatus.xaml file when attempting to set the transaction status to “Failed”.
Based on the scenario, what is the behavior inside the REFramework if the System Exception persists?

A. The Set Transaction Status activity is not retried
B. The job is killed and the Queue Item is Abandoned
C. The Set Transaction Status activity is retried up to 2 times
D. A screenshot will be captured and moves to the next Queue Item

3.In a UiPath project, a developer uses a Click Button activity. A desktop application should be opened as a result of clicking the button. Based on best practice, what should the developer use to ensure: (1) the button element is clicked and (2) the application is opened correctly?

A. Modify the Click activity used to open the application by setting the ContinueOnError property to “True”
B. Use an Element Exists activity after the click to ensure that an element exists within the opened application
C. Use the Click activity within the Try Block and in the Catch Block to open the application

D. Use the Click activity in the Action section of a Retry Scope activity with a Condition that an element exists within the opened application

  1. C
  2. B
  3. D
1 Like

@Anil_G @raja.arslankhan what’s your opinion please?

1 Like

@J_Crosby

@zell12 is correct…

Ceers

1 Like

Thank you very much

1 Like

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