Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

UiPath UiARD Exam Actual Questions

The questions for UiARD were last updated on April 23, 2024.
  • Viewing page 1 out of 52 pages.
  • Viewing questions 1-5 out of 260 questions

Topic 1 - Topic 1, UiPath Studio

Question #1 Topic 1

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
Reveal Solution Hide Solution   Discussion   18

Correct Answer: C 🗳️

Question #2 Topic 1

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
Reveal Solution Hide Solution   Discussion   17

Correct Answer: D 🗳️

Question #3 Topic 1

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
Reveal Solution Hide Solution   Discussion   17

Correct Answer: D 🗳️

Question #4 Topic 1

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"
Reveal Solution Hide Solution   Discussion   20

Correct Answer: D 🗳️

Question #5 Topic 1

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"
Reveal Solution Hide Solution   Discussion   9

Correct Answer: C 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...