Question 66

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

Which query can be used to extract the table column names and store them in a list?
  • Question 67

    In UiPath Studio, how can a specific amount of time be subtracted from the current date using DateTime and TimeSpan variables in the VB.NET?
  • Question 68

    What method can be used to change the index of an existing column in a datatable?
  • Question 69

    Given the following variables assignments:

    What will the output of the following conditional be: outputX = If(CInt(doubleX+Cdbl(intX)
    +CDbl(stringX))> 38.30, 1, 0)
  • Question 70

    The "arrayOfPomtsGalnedByPanicipant" Object array is created and initialized with the following values:
    {"7", "4", "1"}. Which is the value and data type returned, at runtime, by arrayOfPointsGainedByParticipant (1)?