UiPath UiADPv1 Exam
UiPath Automation Developer Professional v1.0 (Page 4 )

Updated On: 1-Feb-2026

Given a database “dt” with the following header:

“Surname, Address, Zip Code, Given Name, Phone Number”.

What is the correct configuration of the Invoke Method activity so that the resulting header will be:

“Surname, Given Name, Address, Zip Code, Phone Number”.





Answer(s): C



Considering that the attached data table is stored in a variable called “dt”:



Which of the following expressions will throw an exception during execution?

  1. dt.AsEnumerable.Where(Function(x)x(“Item”).ToString.Equals(“strawberry”))
  2. dt.AsEnumerable.Any(Function(x)x(“Item”).ToString.Equals(“strawberry”))
  3. dt.AsEnumerable.FirstOrDefault(Function(x)x(“Item”).ToString.Equals(“strawberry”))
  4. dt.AsEnumerable.First(Function(x)x(“Item”).ToString.Equals(“strawberry”))

Answer(s): D



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

  1. Utilizing LINQ to find the total sum of integers in a list by writing listOfIntegers.Sum(Function(x) x).
  2. Applying LINQ to filter out emails in a list of strings containing multiple email addresses by writing listOfStrings.FilterEmails().ToList().
  3. Employing LINQ to convert DataTable to JSON format by writing dataTable.ToJSON().
  4. Using LINQ to identify the longest string in a list of strings by writing listOfStrings.Max(Function(x)x.Length()).

Answer(s): A



In UIPath Orchestrator, when managing multiple Jobs in a queue, which feature allows operators to dictate the execution sequence by assigning the importance of each Job?

  1. Job Execution Order
  2. Job Queuing Strategy
  3. Job Dependency Settings
  4. Job Priority Levels

Answer(s): D



DRAG DROP (Drag and Drop is not supported)
What is the correct sequence of steps in a REFramework project that is linked to Orchestrator if an application exception occurs on a Queue Item in the Process Transaction state?

Instructions: Drag the Description found on the “Left” and drop on the correct Step Sequence found on the “Right”.

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Viewing page 4 of 32
Viewing questions 16 - 20 out of 268 questions



Post your Comments and Discuss UiPath UiADPv1 exam prep with other Community members:

Join the UiADPv1 Discussion