The UiPath (ADPv1) Automation Developer Professional exam has a reputation for breadth, and many candidates underestimate how much ground it covers. Getcertkey closes those gaps with 209 practice questions that reflect the style and difficulty you can expect in 2026.
UiPath UiPath-ADPv1 Exam Overview:
| Certification Vendor: | UiPath |
|---|---|
| Exam Name: | UiPath (ADPv1) Automation Developer Professional v1 Exam |
| Exam Number: | UiPath-ADPv1 |
| Related Certifications: | UiPath Certified Professional Automation Developer Associate |
| Available Languages: | English |
| Passing Score: | 700/1000 or 70% |
| Exam Price: | $200 USD |
| Real Exam Qty: | 60–70 |
| Certificate Validity Period: | 3 years |
| Exam Duration: | 120 minutes |
| Exam Format: | Scenario-based, Drag-and-drop, Multiple choice, Multiple select |
| Recommended Training: | Automation Developer Professional Learning Plan |
| Exam Registration: | Official Registration |
| Sample Questions: | ![]() |
| Exam Way: | Online proctored or onsite at Pearson VUE test centers |
| Pre Condition: | Recommended: UiPath Automation Developer Associate certification or equivalent experience; 6+ months of hands-on development experience |
| Official Syllabus URL: | https://academy.uipath.com/certifications |
UiPath UiPath-ADPv1 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Orchestrator & Deployment | 15% | - Asset, credential & queue management - Robot deployment, environment setup - Monitoring, logging & governance |
| Topic 2: Data Manipulation & Integration | 20% | - Structured & unstructured data processing - API integration, HTTP requests, web services - Data scraping, OCR, text extraction |
| Topic 3: Advanced Workflow Design & Development | 25% | - Variables, arguments, data types & scope management - Complex workflow logic, state machines, flowcharts - Reusability: libraries, templates, components |
| Topic 4: Security, Optimization & Best Practices | 15% | - Secure development, data protection - Performance tuning & workflow optimization - Debugging, testing & maintainability |
| Topic 5: Robotic Enterprise Framework (REFramework) | 25% | - Architecture & project structure - State management, transactions, queues - Error handling, logging & recovery |
UiPath (ADPv1) Automation Developer Professional Exam FAQ: What Candidates Ask Most
What is the UiPath UiPath-ADPv1 exam?
The UiPath-ADPv1 exam is the official UiPath exam behind the UiPath Certified Professional Automation Developer Professional certification, validating the skills measured by the UiPath (ADPv1) Automation Developer Professional credential. It sits at the Professional level of the UiPath certification program. It also connects to UiPath Certified Professional Automation Developer Associate, so the knowledge you build here carries over to those tracks as well.
How many questions are on the UiPath-ADPv1 exam, and how much time do I get?
The UiPath-ADPv1 exam contains 60–70 questions to be completed within 120 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.
What score do I need to pass the UiPath-ADPv1 exam, and what does it cost?
The passing score for the UiPath-ADPv1 exam is 700/1000 or 70%, and the official registration fee is $200 USD. Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 209 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.
Are there any prerequisites for the UiPath-ADPv1 exam?
Recommended: UiPath Automation Developer Associate certification or equivalent experience; 6+ months of hands-on development experience Requirements can change when UiPath revises its certification program, so confirm the current eligibility rules on the official exam page before you register.
How do I register for the UiPath-ADPv1 exam?
You can book the UiPath (ADPv1) Automation Developer Professional exam through the official registration channels below:
As for delivery, the exam is offered in the following format: Online proctored or onsite at Pearson VUE test centers. Choose the option that suits you best when you book your seat.
What official training is recommended for the UiPath-ADPv1 exam?
UiPath recommends the following training resources for the UiPath (ADPv1) Automation Developer Professional exam:
Official courses build the foundation; the 209 practice questions from Getcertkey then show you how that knowledge is examined, so the two work best together.
Can I try the UiPath-ADPv1 practice questions before I buy?
Yes. Getcertkey provides a free UiPath-ADPv1 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if UiPath revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.
What if I fail the UiPath-ADPv1 exam, and how is my order delivered?
Every UiPath (ADPv1) Automation Developer Professional purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.
Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.
What topics are covered in the UiPath-ADPv1 exam?
The UiPath (ADPv1) Automation Developer Professional exam blueprint is organized into 5 domains. The first three are:
- Security, Optimization & Best Practices — 15% of the exam
- Robotic Enterprise Framework (REFramework) — 25% of the exam
- Data Manipulation & Integration — 20% of the exam
For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.
UiPath (ADPv1) Automation Developer Professional Sample Questions:
Question #1
In UiPath Studio, how can a specific amount of time be subtracted from the current date using DateTime and TimeSpan variables in the VB.NET?
A. Call Now.Subtract(Span) directly, without using a DateTime variable.
B. Assign the subtraction result to a DateTime variable with the following syntax Today.Subtract(Span).
C. Use the Add method on the DateTime variable and pass a negative TimeSpan value.
D. Multiply the TimeSpan variable by -1 and then add it to the DateTime variable.
Question #2
Which of the following options is true about the types of robot installation?
A. Both the service and the user modes are recommended for running unattended automations.
B. The service mode is the recommended option for running unattended automatons.
C. Both the service and the user modes are recommended for creating and testing automations, and running attended automations.
D. The service mode is the recommended option for creating and testing automations, and running attended automations.
Question #3
Which of the following best describes the Alerts panel?
A. A panel that displays summaries of the alerts you subscribed to, received as error reports every ten minutes, or as daily reports.
B. A panel that displays the most severe five alerts, accessible from the Alerts bell.
C. A panel that displays alerts as they occur.
D. A panel that displays a more comprehensive list of all alerts.
Question #4
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)

The developer runs the process and notices the argument values for the first transaction are:
in_TransactionID = " 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 " : empty, " logF_TransactionStatus " : empty, " logF_TransactionID " :
empty, " logF_BusinessProcessName " : " Framework " , " logF_TransactionNumber " : empty, " logF_TransactionField1 " : empty}
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 " : " " , " logF_TransactionStatus " : " " , " logF_TransactionID " : " logF_BusinessProcessName " : " Framework " , " logF_TransactionNumber " : " " , " logF_TransactionField1 " : " " }
Question #5
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:
Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:
What are steps to do that?
A. Click Right on the Test Case and select Add Test Data.
B. Click Right on the Test Case and select Refresh Test Data
C. Click Right on the Test Case and select Update Test Data
D. Click Right on the Test Case and select Remove Test Data.
Solutions:
| Question #1 Answer: C | Question #2 Answer: B | Question #3 Answer: A | Question #4 Answer: C | Question #5 Answer: B |


PDF Version Demo
1051 Customer Reviews




Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.