Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 1 question 5 discussion

Actual exam question from UiPath 's UiARD
Question #: 5
Topic #: 1
[All UiARD Questions]

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"
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?).
Switch to a voting comment New
Engineer24
Highly Voted 1 year, 8 months ago
Selected Answer: A
The correct answer is A. OutputDataTable.Rows.Count is equal to 1 Contains the Values of Cells A2 and B2 The firs Row is not counted beacuse is the Headers.
upvoted 6 times
...
nosavotor
Most Recent 1 year, 1 month ago
Could someone help me confirm if this is correct
upvoted 1 times
...
nosavotor
1 year, 1 month ago
Is this answer accurate friends
upvoted 1 times
...
phileraene
1 year, 3 months ago
Selected Answer: A
First excel row as header Second excel row as data
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: A
Answer = 'A', tested in uipath studio
upvoted 1 times
...
Manche
1 year, 6 months ago
Selected Answer: A
The Answer is A
upvoted 1 times
...
Fonmincc
1 year, 7 months ago
Selected Answer: A
It's A!!!!!!!!!!!!!!!!!!!!!!!
upvoted 1 times
...
Engineer24
1 year, 8 months ago
The correct answer is A. OutputDataTable.Rows.Count is equal to 1 Contains the Values from A2 and B2
upvoted 1 times
...
Online
1 year, 8 months ago
Selected Answer: A
Row count is 1, if I uncheck Add headers, then it is 2.
upvoted 2 times
...
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 ...