UiPath UiARD Exam Practice Questions (P. 1)
- Full Access (260 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
A developer reviewed the following sequence:

The parameters of the Invoke Method are:


In order to get the table name of the first element in the DataSet, which expressions should the developer use?

The parameters of the Invoke Method are:


In order to get the table name of the first element in the DataSet, which expressions should the developer use?
- ADataSet.Tables(0).TableNameMost Voted
- BDataSet.Tables(1).TableName
- CDataSet.Rows(0).TableName
- DDataSet.Rows(1).TableName
Correct Answer:
C
C
send
light_mode
delete
Question #2
Review the following exhibit:

Based on the exhibit, what is the result of the Write Line in the sequence?

Based on the exhibit, what is the result of the Write Line in the sequence?
send
light_mode
delete
Question #3
Review the following exhibits:


Based on the exhibits, what is the output of the sequence?


Based on the exhibits, what is the output of the sequence?
- A<blank line>
A2X9kMost Voted - BA1bx3 -
A1bx3 - CA1bx3 -
A2X9k - DA2X9k -
A2X9k
Correct Answer:
D
D
send
light_mode
delete
Question #4
A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the result of the execution?

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the result of the execution?
- AOutputDataTable object will have 2 columns and 1 row containing values of cells "A1" and "B1"
- BOutputDataTable object will have 2 columns and 1 row containing values of cells "A2" and "B2"Most Voted
- COutputDataTable object will have 2 columns and 2 rows containing values of cells "A2" and "B2"
- DOutputDataTable object will have 2 columns and 10000 rows; the first row will contain values of cells "A1" and "B1"
Correct Answer:
D
D
send
light_mode
delete
Question #5
A developer needs to extract data from "Sheet1" of the "Test.xls" file that contains 10,000 rows of data using the code shown in the following exhibit:

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?
- AOutputDataTable.Rows.Count = 1 -
Contains the values of cells "A2" and "B2"Most Voted - BOutputDataTable.Rows.Count = 2 -
Contains the values of cells "A1" and "B1" - COutputDataTable.Rows.Count = 2 -
Contains the values of cells "A2" and "B2" - DOutputDataTable.Rows.Count = 10,000
Contains the values of cells "A2" and "B2"
Correct Answer:
C
C
send
light_mode
delete
All Pages