Question 11

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?
  • Question 12

    What role do Triggers play in the UiPath Integration Service?
  • Question 13

    A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.
    What type of error should be thrown according to best practices?
  • Question 14

    The following table is stored in a variable called "dt".

    What will the value of the qty variable be after executing the Assign activity?
  • Question 15

    Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?