exam questions

Exam UiADPv1 All Questions

View all questions & answers for the UiADPv1 exam

Exam UiADPv1 topic 1 question 11 discussion

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

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

  • A. dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")
  • B. dtEmployee.Select("[Department]='IT OR [Department]='Finance' OR [Salary] < 30000")
  • C. dtEmployee.Select("[Department]='IT' OR [Department]= 'Finance' AND [Salary] < 30000")
  • D. dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ingvarn
Highly Voted 1 year, 2 months ago
Selected Answer: D
D - D. dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000"). Checked in Studio.
upvoted 5 times
...
niknejm
Most Recent 2 weeks ago
Selected Answer: A
A is correct, we need to select IT and Finance, not IT or Finance
upvoted 1 times
...
keysersoze9292
1 year, 1 month ago
Selected Answer: D
D is the right one
upvoted 3 times
...
ykw
1 year, 1 month ago
Selected Answer: D
"D" should be correct answer.
upvoted 3 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 ...