UiPath Automation Developer Professional v1 — Question 51
What is the purpose of the Invoke Code activity in UiPath?
Answer options
- A. Invokes VB.NET or C# code, optionally passing it a list of input arguments.
- B. Invokes VB.NET or Java code, optionally passing it a list of input arguments.
- C. Invokes VB.NET code, optionally passing it a list of input arguments.
- D. Invokes Java code, optionally passing it a list of input arguments.
Correct answer: A
Explanation
The correct answer is A because the Invoke Code activity allows for the execution of VB.NET or C# code, providing flexibility in programming within UiPath. Options B, C, and D are incorrect as they either mention the wrong programming languages or do not include both VB.NET and C# as valid options.