UiPath UiPath-ADAv1 Exam Questions
UiPath Automation Developer Associate v1 (Page 4 )

Updated On: 28-Feb-2026

A developer defines new log fields using the Add Log Fields activity.
When will the custom log fields stop being added to the robot execution logs?

  1. When an Exception is caught and handled.
  2. When a Remove Log Fields activity is used to remove them.
  3. When a Log Message activity is executed with Log Level = Warn or higher.
  4. When the first Log Message activity is executed.

Answer(s): B

Explanation:

The Add Log Fields activity adds custom log fields to the Robot Execution Logs for every Log Message execution throughout the entire workflow. The custom log fields will persist until a Remove Log Fields activity is used to remove them. The other options are not correct.


Reference:

Add Log Fields documentation, Description section
Add log field forum post, Answer by @vvaidya



What is the purpose of the Interval filter in the Orchestrator's Monitoring page?

  1. It allows you to control the granularity of the displayed data and check the health of your system in either the last day or the last hour.
  2. It allows you to allocate licenses per machine for the displayed data.
  3. It allows you to choose between background and foreground processes for the displayed data.
  4. It enables you to sort the displayed data based on job priorities.

Answer(s): A

Explanation:

The Interval filter in the Orchestrator's Monitoring page lets you select the time range for the data that is displayed on the dashboard. You can choose between Last Day and Last Hour options to view the performance and health indicators of your system at different levels of detail.


Reference:

Monitoring documentation, Interval Filter section
UiPath Orchestrator Monitoring video, 2:10 - 2:30



What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

  1. Failed
  2. Retried
  3. Abandoned
  4. Postponed

Answer(s): A

Explanation:

The Set Transaction Status activity is used to mark the result of a queue item processing. If the queue item fails with an application exception, it can be retried by setting its status to Failed. The Retried status is automatically assigned by Orchestrator when a retry is triggered. The Abandoned status is applied when a queue item remains in progress for too long without being processed. The Postponed status is used to delay the processing of a queue item until a specific date and time.


Reference:

Managing Queues in Studio documentation, Step 9: Set Transaction Status section Queue Item Statuses documentation, Retried section
Automation Best Practices documentation, Queue Item Status section Queue Item Statuses documentation, Abandoned section
Queue Item Statuses documentation, Postponed section



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. GroupBy(Function(x)x("Item"). ToString). Max(Function(x)x.Sum(Function(y) Convert.Tolnt32(y("Quantity").ToString)))
  2. dt.AsEnumerable. Max(Function(x) Convert. Tolnt32(x("Quantity"). ToString))
  3. dt.AsEnumerable. Max(Function(x) Convert.Tolnt32(x("Quantity"). ToString))("Item")
  4. dt.AsEnumerable. OrderByDescending(Function(x) Convert. Tolnt32(x("Quantity").ToString)).
    First.Item("Quantity")

Answer(s): A

Explanation:

https://docs.uipath.com/activities/docs/linq-orderbydescending



Which of the following options is correct regarding the below Object Repository tree structure?

  1. One Screen
    Two Applications
    Five UI Elements
  2. One Application
    Two UI Elements
    Five Screens
  3. One Library
    One Application
    Two Screens
    Five UI Elements
  4. One Application
    Two Screens
    Five UI Elements

Answer(s): D

Explanation:

The Object Repository tree structure shows one application with two screens and five UI elements. The application is the top-level node, the screens are the second-level nodes, and the UI elements are the third-level nodes. The UI elements have properties, selectors, and images that define them. https://docs.uipath.com/studio/docs/about-the-object-repository






Post your Comments and Discuss UiPath UiPath-ADAv1 exam dumps with other Community members:

Join the UiPath-ADAv1 Discussion