Free UiADPv1 Exam Braindumps (page: 15)

Page 15 of 38

Considering that the attached table is stored in a variable called "dt":



Which LINQ query can be used to return the maximum total Quantity?

  1. dt.AsEnumerable. Max(Function(x) Convert.ToInt32(x("Quantity").ToString))
  2. dt.AsEnumerable. Max(Function(x) Convert.ToInt32(x("Quantity").ToString))("Item")
  3. dt.AsEnumerable. GroupBy(Function(x) x("Item").ToString). Max(Function(x) x.Sum(Function(y) Convert.ToInt32(y("Quantity").ToString)))
  4. dt.AsEnumerable. OrderByDescending(Function(x) Convert.ToInt32(x("Quantity").ToString)). First.Item("Quantity")

Answer(s): A



What is the purpose of the Invoke Code activity in UiPath?

  1. Invokes VB.NET or C# code, optionally passing it a list of input arguments.
  2. Invokes VNET or Java code, optionally passing it a list of input arguments.
  3. Invokes VB.NET code, optionally passing it a list of input arguments.
  4. Invokes Java code, optionally passing it a list of input arguments.

Answer(s): A



Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

  1. The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.
  2. The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.
  3. The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.
  4. The admin user is added by default to the newly created folder with the User Administrator role.

Answer(s): A



In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

  1. Whenever an exception is caught in a Catch block.
  2. Whenever data is fetched from external sources.
  3. Whenever an argument or value is used.
  4. Whenever the robot encounters an error on a Queue Item.

Answer(s): B



Page 15 of 38



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

Tapish commented on March 13, 2024
1st Attempt
INDIA
upvote