UiPath UiPath-ADAv1 UiPath Automation Developer Associate v1 Exam Online Training
UiPath UiPath-ADAv1 Online Training
The questions for UiPath-ADAv1 were last updated at Jun 21,2025.
- Exam Code: UiPath-ADAv1
- Exam Name: UiPath Automation Developer Associate v1 Exam
- Certification Provider: UiPath
- Latest update: Jun 21,2025
How would you define a linear process in UiPath?
- A . The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.
- B . The steps of the process are performed multiple times, but each time different data items are used.
- C . The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.
- D . The process steps are performed only once. If the need is to process additional data, then the automation must execute again.
Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?
- A . The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.
- B . 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.
- C . The admin user is added by default to the newly created folder with the User Administrator role.
- D . The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.
When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?
- A . Data Service
- B . File
- C . Test Data Queue
- D . Data Service with Filter
Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed?
- A . The Object Repository is only available in a Library.
- B . The Object Repository needs to be exported as a UI Library and imported in the Process for it to become available.
- C . The Object Repository will automatically be available in the Process.
- D . The Object Repository cannot be passed between a Process and a Library.
A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.
What type of error should be thrown according to best practices?
- A . Business Exception
- B . Fatal Exception
- C . Application Exception
- D . System Exception
DRAG DROP
The provided exhibit displays the representation of the "Deadline" field using the yyyy-mm-dd format.
In what order should the Queue Items be processed by a single robot executing a Performer workflow?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
- A . Text attribute
- B . Default
- C . Native
- D . Full text
What do the percentages from the Test Explorer panel represent?
- A . Correctness of the code percent.
- B . Passing percent.
- C . Coverage percent.
- D . Percent of test data run.
A developer is using the REFramework template to automate a process.
In "SetTransactionStatus" file, there is the following sequence of activities, where the last Log Message activity was added by the developer:
The configuration for Add Log Fields and Remove Log Fields activities are shown below:
Add transaction log fields (Success)
Remove transaction log fields (Success)
The developer runs the process and notices the argument values for the first transaction are:
in_TransactionlD = "07/18/2023 10:27:29"
io_TransactionNumber = 1
in_TransactionField1 = "UI235-80"
in_TransactionField2 = "Update Request"
Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?
- A . "message": "Transaction Completed",
"level": "Information",
"logType": "User",
"timeStamp": "10:30:19",
"fileName": "SetTransactionStatus",
"processVersion": "1.0.0",
"jobId": "59325301-680a-4d55-a81b-56ca1f369c12",
"robotName": "test.robot",
"machineId": 0,
"logF_TransactionField2": ""
"logF_TransactionStatus":
"logF_TransactionID"; "",
"logF_BusinessProcessName": "Framework",
"logF_TransactionNumber": ""
"logF_TransactionField1":
} - B . "message": "Transaction Completed",
"level": "Information",
"logType": "User",
"timeStamp": "10:30:19",
"fileName": "SetTransactionStatus",
"processVersion": "1.0.0",
"jobId": "cb865477-35f8-4c0a-93e9-e4f4246223f2",
"robotName": "test.robot",
"machineId": 0,
"logF_TransactionField2": "Update Request",
"logF_TransactionID": "07/18/2023 10:27:29",
"logF_BusinessProcessName": "Framework",
"logF_TransactionNumber": "1",
"logF_TransactionField1": "UI235-80",
"logF_TransactionStatus": "Success" - C . "message": "Transaction Completed",
"level": "Information",
"logType": "User",
"timeStamp": "10:30:19",
"fileName": "SetTransactionStatus",
"processVersion": "1.0.0",
"jobId": "f8a36a46-8ebc-40df-8f71-26b39087ebee",
"robotName": "test.robot",
"machineId": 0,
"logF_BusinessProcessName": "Framework"
} - D . "message": "Transaction Completed",
"level": "Information",
"logType": "User",
"timeStamp": "10:30:19",
"fileName": "SetTransactionStatus",
"processVersion": "1.0.0",
"jobId": "59325301-680a-4d55-a81b-56ca1f369c12",
"robotName": "test.robot",
"machineId": 0,
"logF_TransactionField2": empty,
"logF_TransactionStatus": empty,
"logF_TransactionID": empty,
"logF_BusinessProcessName": "Framework",
"logF_TransactionNumber": empty,
"logF_TransactionField1": empty
}
What happens when the area selection feature in the UiPath Computer Vision wizard is used?
- A . The selected area is automatically resized to fit all UI elements within it.
- B . A portion of the application Ul can be selected, which is helpful when dealing with multiple fields bearing the same label.
- C . The selected area is treated as a single UI element, with no further analysis of its contents.
- D . A duplicated Ul can be selected, and the copy is modified in the automation process.