UiPath RPA Associate (UiRPA) — Question 56
Which variable name follows UiPath best practices for variable naming conventions?
Answer options
- A. bool Var1
- B. dt_EmployeeInformation
- C. in_ firstname
- D. variable1
Correct answer: B
Explanation
The correct answer is B, as it uses a clear prefix 'dt_' indicating that it is a DataTable, which is in line with UiPath's naming conventions. Options A and D do not provide sufficient context about the variable type, and option C has a space in the name, which is not acceptable in variable naming.