Free UiPath UiPath-ADAv1 Exam Actual Questions

The questions for UiPath-ADAv1 were last updated On Nov 16, 2024

Question No. 1

A developer invoked a workflow file with three arguments, one "ln": one "Out", and one "In/Out". In the Invoked Workflow's Arguments window, how can the Value be configured for each argument?

Show Answer Hide Answer
Correct Answer: A

In the Invoked Workflow's Arguments window, the Value can be configured for each argument as follows:

In: Variable or Hard-coded value. An In argument is an argument that passes a value from the parent workflow to the child workflow.The Value of an In argument can be configured with a variable that holds the value to be passed, or a hard-coded value that is directly entered in the Value field3. For example, if the In argument is Name and the value to be passed is ''John'', the Value can be configured with a variable that contains ''John'', such as strName, or a hard-coded value, such as ''John''.

Out: Variable only. An Out argument is an argument that passes a value from the child workflow to the parent workflow.The Value of an Out argument can be configured only with a variable that receives the value from the child workflow4. For example, if the Out argument is Result and the value to be passed is the sum of two numbers, the Value can be configured only with a variable that stores the sum, such as intResult.

In/Out: Variable only. An In/Out argument is an argument that passes a value from the parent workflow to the child workflow, and then passes the modified value back to the parent workflow.The Value of an In/Out argument can be configured only with a variable that holds the initial value and receives the modified value5. For example, if the In/Out argument is Counter and the value to be passed is a number that is incremented by one in the child workflow, the Value can be configured only with a variable that contains the initial number and stores the incremented number, such as intCounter.

References:Using ArgumentsandArgumentsfrom UiPath documentation.


Question No. 2

When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?

Show Answer Hide Answer
Correct Answer: B

Question No. 5

What is the purpose of the Capture All Elements feature in Object Repository?

Show Answer Hide Answer