Free UIADAV1 Uipath UIADAV1 Practice Test Question

Loading demo links...

Showing 1–3 of 4 questions

Question 1 (Topic 1)

A developer utilized the Add Data Row activity to insert a row into a data table called "dt_Reports". However, during runtime, UiPath Studio encounters an exception, "Add Data Row: Object reference not set to an instance of an object." because the data table has not been initialized. To rectify this issue, what should the developer include in an Assign before the Add Data Row activity?

Select an option, then click Submit answer.

  • Assign New System.Data.DataTable = dt_Reports.
  • Assign dt_Reports = New System.Data.DataRow.
  • Assign dt_Reports = New System.Data.DataTable.
  • Assign dt_Reports = New List(Of DataRow).
Question 2 (Topic 1)

What happens when there is a breakpoint on an activity and the project is started in Run mode?

Select an option, then click Submit answer.

  • The project pauses for 5 seconds when it reaches the activity.
  • The project pauses at the activity until the Continue button is clicked.
  • The project is executed without pausing at the activity.
  • The project throws an error when it reaches the activity.
Question 3 (Topic 1)

Which panel in UiPath Studio can be used to update the scope of a variable?

Select an option, then click Submit answer.

  • Data Manager
  • Project
  • Locals
  • Variables