UiPath Automation Developer Professional v1 — Question 116

Which of the following statements correctly illustrates using LINQ to process data in a UiPath project?

Answer options

Correct answer: A

Explanation

Option A is correct because it accurately describes using LINQ to calculate the sum of integers in a list, which is a valid LINQ expression. Options B, C, and D are incorrect as they either use non-existent methods or have syntax errors that would prevent them from executing properly in a LINQ context.