Exam UiARD All QuestionsBrowse all questions from this exam
Question 111

A datatable, DT1, is shown in the following exhibit:

The Filter Wizard of a Filter Data Table activity is shown below:

What is the result after the activity has executed?

    Correct Answer: B

    The Filter Wizard is set to remove rows where the ID is 4 or the Name contains 'Patricia' or the Department is 'Account'. This means that any row meeting these conditions will be removed from the datatable. In the given datatable, the rows with ID 1 (James), ID 3 (Patricia), and ID 4 (Robert) meet these conditions and will be removed. As a result, DT1 will have fewer rows, specifically the row with ID 2 (Mary) will remain. Therefore, DT1 will indeed have fewer rows after executing the activity.

Discussion
Engineer24Option: B

What is the output after running the activity? If we start from the question, the result after running will have fewer rows. So B is the correct answer!

IngvarnOption: B

B. DT1 will have fewer rows. One row.

LearnMHKGMailOption: B

ID 1, 3, 4 will meet the conditions and only row with ID 2 will be left. so answer is B

bhaskar5a5Option: B

Ans : B

MirjalolOption: B

B baby, there will be only one row left

Mitzan23Option: B

B is correct

Engineer24

Warning ST-NMG-009 Prefix DataTable Variables Variable DT1 doesn't have DataTable prefix. FilterDataTable.xaml Recommendation DataTable Variable should start with a dt_ prefix. [Learn more.](https://docs.uipath.com/studio/lang-en/v2023.4/docs/st-nmg-009) After Run is Studio the output will be: ID,Name,Department 2,Mary,Science Not sure betwen A or B ???

OnlineOption: B

Wrong answer

DesingLIVOption: A

ID = 4 Or Name = Patricia Or Department = Account no condition is met Correct Answer "A"

LearnMHKGMail

ID 1, 3, 4 will meet the conditions and only row with ID 2 will be left. so answer is B