Free UIRPA Uipath UIRPA Practice Test Question

Loading demo links...

Showing 4–6 of 7 questions

Question 4 (Topic 1)

Which variable name follows UiPath best practices for variable naming conventions?

Select an option, then click Submit answer.

  • bool Var1
  • dt_EmployeeInformation
  • in_ firstname
  • variable1
Question 5 (Topic 1)

What is a recommended best practice for naming arguments?

Select an option, then click Submit answer.

  • Should follow the same naming convention as variables
  • Should end with their direction
  • Should always contain the name of the workflow to which they are defined
  • Should start with their direction
Question 6 (Topic 1)

By default, which arguments are available and should remain in the Global Exception Handler?

Select an option, then click Submit answer.

  • errorinfo with the "In" direction result with the "In" direction
  • errorinfo with the "Out" direction result with the "In/Out" direction
  • errorinfo with the "In" direction result with the "Out" direction
  • errorinfo with the "In" direction result with the "In/Out" direction