uipath uipath-adav1 practice test

Exam Title: UiPath Automation Developer Associate v1 Exam

Last update: Nov 27 ,2025
Question 1

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?

  • A. When an Exception is caught and handled.
  • B. When a Remove Log Fields activity is used to remove them.
  • C. When a Log Message activity is executed with Log Level = Warn or higher.
  • D. When the first Log Message activity is executed.
Answer:

B


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 2

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

  • A. 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.
  • B. It allows you to allocate licenses per machine for the displayed data.
  • C. It allows you to choose between background and foreground processes for the displayed data.
  • D. It enables you to sort the displayed data based on job priorities.
Answer:

A


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

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

  • A. Failed
  • B. Retried
  • C. Abandoned
  • D. Postponed
Answer:

A


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 4

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

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

  • A. dt.AsEnumerable. GroupBy(Function(x)x("Item"). ToString). Max(Function(x)x.Sum(Function(y) Convert.Tolnt32(y("Quantity").ToString)))
  • B. dt.AsEnumerable. Max(Function(x) Convert. Tolnt32(x("Quantity"). ToString))
  • C. dt.AsEnumerable. Max(Function(x) Convert.Tolnt32(x("Quantity"). ToString))("Item")
  • D. dt.AsEnumerable. OrderByDescending(Function(x) Convert. Tolnt32(x("Quantity").ToString)). First.Item("Quantity")
Answer:

A


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 5

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

  • A. One ScreenTwo ApplicationsFive UI Elements
  • B. One ApplicationTwo UI ElementsFive Screens
  • C. One LibraryOne ApplicationTwo ScreensFive UI Elements
  • D. One ApplicationTwo ScreensFive UI Elements
Answer:

D


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 6

Which activity should a developer use to add custom information to logs related to transactions for
tracing purposes?

  • A. Add Log Fields
  • B. Update Logs
  • C. Add Custom Log
  • D. Build Log
Answer:

A


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 7

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?

  • A. Whenever an argument or value is used.
  • B. Whenever data is fetched from external sources.
  • C. Whenever an exception is caught in a Catch block.
  • D. Whenever the robot encounters an error on a Queue Item.
Answer:

C


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 8

When automating the process of entering values into a web form, requiring each field to be brought
to the foreground, which property of the Type Into activity should be adjusted to achieve this?

  • A. Delay before
  • B. Activate
  • C. Selector
  • D. Input Element
Answer:

B


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

Which logging level includes the following information by default?
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot
from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either
Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished
inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that
are used.

  • A. Critical
  • B. Trace
  • C. Verbose
  • D. Information
Answer:

C


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

What is the use of job priorities in unattended automations within UiPath Orchestrator?

  • A. To determine which processes should be executed first when dealing with multiple jobs.
  • B. To sort and organize tasks within a folder.
  • C. To create job dependencies that must be completed before new job execution.
  • D. To determine machine resource allocation among processes.
Answer:

A


vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Page 1 out of 38
Viewing questions 1-10 out of 382
Go To
page 2