Exam UiARD All QuestionsBrowse all questions from this exam
Question 60

A developer has a datatable "dt_Companies" containing data for numerous companies. In the datatable, "RevenueSize" is a numeric column representing the current revenue in USD and "YearFounded" is a numeric column representing the year the company was founded. The developer needs to filter the datatable to obtain only companies that were founded after the year 2010 and also have revenues less than 500,000 USD.

What represents the configuration of the Filter Wizard of the Filter Data Table activity to obtain the output into the datatable, "dt_FilterCompanies"?

    Correct Answer: D

    The configuration in Option D correctly sets the conditions for filtering the datatable to include only companies founded after the year 2010 and with revenues less than 500,000 USD. This involves setting two conditions: one for the 'YearFounded' column to be greater than 2010 and another for the 'RevenueSize' column to be less than 500,000. Option D correctly represents these conditions.

Discussion
IngvarnOption: C

C for sure

bhaskar5a5Option: C

Ans : C

MirjalolOption: C

C for sure

LarcAi_TrainingOption: C

The given answer is correct.