About the Exam

This certification is designed for people with an essential understanding of AI and process automation development. It targets junior automation developers, students, and technical roles with some experience in Document Understanding and Communications Mining. Passing demonstrates the ability to describe the AI and process automation landscape and apply UiPath tools and related automation concepts.

Exam Topics

  • Business Knowledge5%
  • Platform Knowledge5%
  • Studio Interface5%
  • Variables and Arguments5%
  • Control Flow5%
  • Debugging5%
  • Exception Handling5%
  • Logging5%
  • Email Automation5%
  • Working with Files and Folders5%
  • Data Manipulation5%
  • Version Control Integration5%
  • Workflow Analyzer5%
  • Implementation Methodology5%
  • Orchestrator5%
  • Integration Service5%
  • UiPath Document Understanding5%
  • UiPath Document Understanding Framework5%
  • UiPath Studio - Document Understanding Activities5%
  • UiPath AI Center5%
  • UiPath Document Understanding - Model building5%
  • UiPath Communications Mining5%
  • UiPath Communications Mining - Model Training5%
  • UiPath Communications Mining – Analytics5%
  • UiPath Communications Mining – Discover5%
  • UiPath Communications Mining – Explore5%
  • Autopilot5%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 12, 2026 at 5:10 PM

Topic filter
Retired questions
Question sort

QuestionQ1

Business Knowledge

Which statement below is true?

  • A Unattended robots can be connected to UiPath Orchestrator without the Windows username.
  • B UiPath Orchestrator consumes the Queue Items uploaded to the UiPath Robot.
  • C UiPath Robots can be deleted if they have pending or active jobs in UiPath Orchestrator.
  • D Attended robots can be connected to UiPath Orchestrator without Windows Credentials.
Explanation

Attended robots operate in the already logged-in user’s interactive Windows session, so they can connect to Orchestrator without separately configured Windows credentials. UiPath documentation distinguishes this from unattended execution, which requires machine login credentials for foreground processes that interact with the UI.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Data Manipulation

To determine how many characters were scraped from a website into an ExtractedText String variable, while excluding leading and trailing white-space characters, what should a developer use?

  • A ExtractedText.Length
  • B ExtractedText.Trim.Length
  • C ExtractedText.Trim.Chars
  • D ExtractedText.Chars
Explanation

String.Trim() removes leading and trailing white-space characters, and Length returns the number of characters in the resulting string.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Debugging

In UiPath Studio, what is the function of Breakpoints when debugging a project?

  • A To purposely pause the debugging process on an activity which may trigger execution issues
  • B To initiate a diagnostic assessment of the workflow’s complexity and efficiency
  • C To export debugging results in different formats
  • D To measure the execution time of each activity in the workflow
Explanation

A breakpoint is a debugging tool that lets a developer deliberately halt execution of a workflow at a chosen activity. This pause allows inspection of variable values and application state at that point, which is especially useful for isolating and diagnosing activities that may be causing execution problems. UiPath's official documentation describes breakpoints as markers placed on activities to stop the execution flow so the developer can examine the process step by step.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

UiPath AI Center

What is a stated goal for UiPath IXP and its new Generative Extraction feature?

  • A To completely replace human involvement in all unstructured document processing tasks within the next five years.
  • B To develop a universal document format that standardizes all business communications globally.
  • C In integrate artificial general intelligence capabilities for autonomous decision-making in document processing.
  • D To create new automation opportunities and further extend end-to-end automation into previously untapped areas.
Explanation

UiPath positions IXP and Generative Extraction as a way to process previously untapped, complex, and unstructured documents and communications, converting them into structured data for automation. This is explicitly framed as unlocking new automation opportunities and extending end-to-end automation into areas that were previously out of reach, rather than replacing all human involvement, creating a universal document standard, or achieving autonomous AGI-driven decision-making.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Platform Knowledge

In UiPath Automation Cloud, what can Enterprise customers request with respect to the regions of their cloud organization or tenants?

  • A Changes to regions elections only for organization settings.
  • B Changes to region elections only for tenants created in the past 90 days.
  • C Changes to regions elections only during the initial setup phase.
  • D Changes to regions elections they made in the past for their cloud organization or their tenants.
Explanation

UiPath's Enterprise licensing plan allows customers to request a change to region selections that were previously made for their cloud organization or for individual tenants. To do this, the customer contacts UiPath Support to enable the region-move feature, after which they can schedule a data move to a new region for the whole organization or for a specific tenant, selecting a target region and a preferred maintenance/downtime window. This capability is not limited to organization-level settings only, not restricted to tenants created within the last 90 days, and not confined to the initial setup phase — it applies to past region elections for the organization or tenants.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home