UiARD UiPath Certified Advanced RPA Developer

Loading demo links...

Showing 7–9 of 10 questions

Question 7

A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in project.json. However, the process is not pausing as intended.

What is a possible cause for this issue?

Select an option, then click Submit answer.

  • UI activities were not used in the process.

  • "Wait for Form Task and Resume" activity was called in Main.xaml.

  • Process created a task in the Orchestrator.

  • "Wait for Form Task and Resume" activity was called in GetApproval.xaml.

Question 8

A developer reviewed the following sequence:

The parameters of the Invoke Method are:

In order to get the table name of the first element in the DataSet, which expressions should the developer use?

Select an option, then click Submit answer.

  • DataSet.Tables(0).TableName

  • DataSet.Tables(1).TableName

  • DataSet.Rows(0).TableName

  • DataSet.Rows(1).TableName

Question 9

Review the following exhibit:

Based on the exhibit, what is the result of the Write Line in the sequence?

Select an option, then click Submit answer.

  • 123

  • True

  • Hello

  • 123True