UiPath Automation Developer Associate v1 — Question 3
How can the value be configured for each of the three arguments (one "In", one "Out", and one "In/Out") in the Arguments window of the Invoked Workflow?
Answer options
- A. In: Variable or Hard-coded value Out: Variable or Hard-coded value In/Out: Hard-coded value only
- B. In: Variable or Hard-coded value Out: Variable only - In/Out: Variable only
- C. In: Variable or Hard-coded value Out: Hard-coded value only - In/Out: Variable only
- D. In: Variable only - Out: Variable only - In/Out: Variable only
Correct answer: B
Explanation
The correct answer is B because it specifies that 'In' can be either a Variable or Hard-coded value, 'Out' must be a Variable only, and 'In/Out' must also be a Variable only. Options A, C, and D incorrectly allow combinations that are not permitted according to the rules for configuring these arguments.