UiPath UiARD - UiPath Advanced RPA Developer v1.0 Exam

Page:    1 / 39   
Total 194 questions

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?

  • A. DataSet.Tables(0).TableName
  • B. DataSet.Tables(1).TableName
  • C. DataSet.Rows(0).TableName
  • D. DataSet.Rows(1).TableName


Answer : C

Review the following exhibit:

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

  • A. 123
  • B. True
  • C. Hello
  • D. 123True


Answer : D

Review the following exhibits:


Based on the exhibits, what is the output of the sequence?

  • A. <blank line>
    A2X9k
  • B. A1bx3
    A1bx3
  • C. A1bx3
    A2X9k
  • D. A2X9k
    A2X9k


Answer : D

A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the result of the execution?

  • A. OutputDataTable object will have 2 columns and 1 row containing values of cells "A1" and "B1"
  • B. OutputDataTable object will have 2 columns and 1 row containing values of cells "A2" and "B2"
  • C. OutputDataTable object will have 2 columns and 2 rows containing values of cells "A2" and "B2"
  • D. OutputDataTable object will have 2 columns and 10000 rows; the first row will contain values of cells "A1" and "B1"


Answer : D

A developer needs to extract data from "Sheet1" of the "Test.xls" file that contains 10,000 rows of data using the code shown in the following exhibit:

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?

  • A. OutputDataTable.Rows.Count = 1
    Contains the values of cells "A2" and "B2"
  • B. OutputDataTable.Rows.Count = 2
    Contains the values of cells "A1" and "B1"
  • C. OutputDataTable.Rows.Count = 2
    Contains the values of cells "A2" and "B2"
  • D. OutputDataTable.Rows.Count = 10,000
    Contains the values of cells "A2" and "B2"


Answer : C

Page:    1 / 39   
Total 194 questions