UiPath UIPATH-ADPV1 Practice Exams
Last updated on Apr 07,2025- Exam Code: UIPATH-ADPV1
- Exam Name: UiPath (ADPv1) Automation Developer Professional Exam
- Certification Provider: UiPath
- Latest update: Apr 07,2025
A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename.
When adding a new filename to the collection, which collection variable type will cause an error?
- A . System.Collections.Generic.Dictionary
- B . System.Collections.Generic.List
- C . System.Array
- D . System.Data.DataTable
A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?
- A . The transaction will not be retried.
- B . The transaction will be retried only one time.
- C . The transaction will be retried 2 times.
- D . The transaction will be retried multiple times, until it will be processed successfully.
What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?
- A . Navigate to Tenant > Folders, click the Personal Workspaces tab. and then click Manage Resources for the desired workspace.
- B . Navigate to Tenant > Folders, click the All Workspaces tab. and then click Check Resources for the desired workspace.
- C . Navigate to Tenant > Users, click the Personal Workspaces tab. and then click Resources for the desired workspace.
- D . Navigate to Tenant > Folders, click the Personal Workspaces tab. and then click See Usage for the desired workspace.
How are mock files organized in an automation project structure?
- A . They are stored in a dedicated folder for mock testing configuration.
- B . They are stored in a separate folder called "Mocks".
- C . They are stored in the same folder as the source workflow.
- D . They are stored in a nested structure based on the source workflow’s file tree.
DRAG DROP
What is the correct sequence of steps in a REFramework project that is linked to Orchestrator it an application exception occurs on a Queue Item m the Process Transaction stale?
Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the Right".
In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?
- A . Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.
- B . Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.
- C . Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
- D . Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
What is the purpose of the Invoke Code activity in UiPath?
- A . Invokes VB.NET or C# code, optionally passing il a list of input arguments.
- B . Invokes VB MET or Java code optionally passing it a list of input arguments
- C . Invokes VB MET code optionally passing it a list of input arguments
- D . Invokes Java code, optionally passing it a list of input arguments.
DRAG DROP
How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.
What is the default polling interval set for an event trigger?
- A . 1 minute
- B . 5 minutes
- C . 10 minutes
- D . 15 minutes
What is the default URL of the OCR server that runs the Computer Vision service?
- A . https://server.uipath.com/
- B . https://computervision.uipath.com/
- C . https://cvserver.uipath.com/
- D . https://cv.uipath.com/