UiPath UiPath-ADPv1 Exam
UiPath Automation Developer Professional v1 (Page 2 )

Updated On: 1-Feb-2026

What are the primary functions of the UiPath Integration Service?

  1. Enables automation with a library of connectors, manages connections easily with standardized authentication, kicks off automations with server-side triggers or events, provides curated activities and events, simplifies automation design.
  2. Automates Ul design, manages API connections, provides limited activities and events, simplifies automation design.
  3. Enables automation with API integration, manages connections with user-provided authentication, kicks off automations based on application-specific triggers, simplifies automation design with the help of third-party libraries.
  4. Enables automation with Ul components, manages API keys, kicks off automations with client-side triggers, provides curated events.

Answer(s): A

Explanation:

UiPath Integration Service is a component of the UiPath Platform that allows users to automate third-party applications using both UI and API integration. It has the following primary functions:

Enables automation with a library of connectors: Connectors are pre-built API integrations that provide a consistent developer experience and simplify the integration process. Users can browse and import connectors from the Connector Catalog or the UiPath Marketplace, or create their own connectors using the Connector Builder (Preview).

Manages connections easily with standardized authentication: Users can create and manage secure connections to various applications using standardized authentication methods, such as OAuth 2.0, Basic, API Key, etc. Users can also share connections with other users, groups, or automations within the UiPath Platform.

Kicks off automations with server-side triggers or events: Users can trigger automations based on events from external applications, such as webhooks, email, or schedules. Users can also configure parameters and filters for the events to customize the automation logic.

Provides curated activities and events: Users can access a set of curated activities and events that are specific to each connector and application. These activities and events can be used in UiPath Studio or UiPath StudioX to design and execute automations.

Simplifies automation design: Users can leverage the UiPath Integration Service Designer to create and test integrations in a graphical interface. Users can also import common API formats, such as Swagger, YAML, or Postman collections, to generate connectors automatically.


Reference:

1: Integration Service - Introduction - UiPath Documentation Portal



What is the primary role of the UiPath Remote Runtime component in automation projects involving virtual environments?

  1. It replaces the need for OCR and image recognition activities in all automation projects involving web browsers.
  2. It allows automation projects to be executed in virtual environments without installing any dedicated UiPath extension.
  3. It provides a neural network server for analyzing the Ul of applications when working with the Computer Vision activities package.
  4. It facilitates communication between remote applications and the dedicated UiPath extension, enabling native selector generation in UlExplorer.

Answer(s): D

Explanation:

The UiPath Remote Runtime component is a component that enables the automation of remote applications or desktops, such as Citrix Virtual Apps, Windows Remote Desktop, or VMware Horizon, by using native selectors. Native selectors are expressions that identify UI elements reliably and accurately, without relying on OCR or image recognition activities. The UiPath Remote Runtime component works as follows:

It is installed on the remote server where the applications or desktops are hosted.

It communicates with the dedicated UiPath extension that is installed on the client machine where Studio or Robot is installed.

It gathers information about the targeted UI elements of the remote applications and sends them to the corresponding extension.

It allows the extension to generate native selectors for the remote UI elements in UIExplorer, a tool that helps you create and edit selectors.

The UiPath Remote Runtime component is required for automating in virtual environments, as it provides a bridge between the remote server and the client machine, and enables the use of native selectors, which are more reliable and efficient than OCR or image recognition activities.


Reference:

1: Studio - About Selectors - UiPath Documentation Portal 2: Studio - About UiPath Remote Runtime - UiPath Documentation Portal 3: Automating in Virtual Environments with the UiPath Computer Vision AI - YouTube



In the context of a UiPath State Machine, what is the primary purpose of the Exit action in a state?

  1. To manually stop the state machine's execution.
  2. To execute the final actions of the current state before transitioning to the next stage.
  3. To revoke any entry actions performed when entering the current state.
  4. To define the conditions upon which a state transition should occur.

Answer(s): B

Explanation:

The Exit action in a state is an activity or a sequence of activities that are executed when the state is exited, before the transition to the next state occurs. The purpose of the Exit action is to perform any final actions of the current state, such as closing applications, releasing resources, logging information, etc. The Exit action is executed even if the state transitions back to the same state.

Option A is incorrect, because the Exit action does not stop the state machine's execution, but rather prepares the state for the next transition. Option C is incorrect, because the Exit action does not revoke any entry actions, but rather complements them with any necessary exit actions. Option D is incorrect, because the Exit action does not define the conditions for the state transition, but rather executes after the conditions are evaluated.


Reference:

1: State 2: State Machines - Exit workflow and Trigger



At indication time, the Strict Selector has the following functionalities available:

  1. Refresh, Open in UiExplorer, Copy to clipboard.
  2. Ignore text. Copy to clipboard. Show all matches.
  3. Open in UiExplorer, Copy to clipboard, Show all matches.
  4. Accuracy, Open in UiExplorer, Copy to clipboard. Show all matches.

Answer(s): C

Explanation:

The Strict Selector is a targeting method that uses the selector information of a UI element to identify it on the screen. It is one of the four targeting methods available in UiPath Studio, along with Fuzzy Selector, Image, and Computer Vision. The Strict Selector is considered to be the most reliable and stable targeting method, as it uses the attributes and properties of the UI element that are unlikely to change.

At indication time, the Strict Selector has the following functionalities available:

Open in UiExplorer: This option opens the UiPath Explorer window, where you can inspect and edit the selector information of the indicated UI element, as well as use advanced features such as anchors, wildcards, variables, and regex.

Copy to clipboard: This option copies the selector information of the indicated UI element to the clipboard, so you can paste it elsewhere, such as in a text editor or another activity.

Show all matches: This option highlights all the UI elements on the screen that match the selector information of the indicated UI element. This helps you to check if there are any duplicates that might cause the automation to fail at runtime. You can also use the Ignore text option to exclude the text attribute from the selector information, which might reduce the number of matches.

The other options are incorrect because:

Option A is incorrect because it does not include the Show all matches option, which is available for the Strict Selector.

Option B is incorrect because it does not include the Open in UiExplorer option, which is available for the Strict Selector.

Option D is incorrect because it includes the Accuracy option, which is not available for the Strict Selector. The Accuracy option is only available for the Image targeting method, which allows you to adjust the similarity threshold between the indicated image and the target image.


Reference:

Studio - Targeting Methods - UiPath Documentation Portal

Studio - Strict Selector - UiPath Documentation Portal

Studio - UiPath Explorer - UiPath Documentation Portal

Activities - Advanced descriptor configuration - UiPath Documentation Portal

Studio - Image - UiPath Documentation Portal



While developing a test case using UiPath.Testing.Activities. which testing activity enables to include another activity within its body?

  1. Verify Expression With Operator
  2. Verify Range
  3. Verify Control Attribute
  4. Verify Expression

Answer(s): D

Explanation:

In UiPath Testing Activities, the "Verify Expression" activity is designed to evaluate expressions and can include other activities within its body. This feature is particularly useful in test cases where you need to assert the outcome of a specific expression or condition. By embedding other activities within the "Verify Expression" activity, users can execute additional actions or checks as part of the verification process, enhancing the flexibility and depth of testing scenarios within UiPath projects.


Reference:

UiPath Documentation: Testing Activities Guide



Viewing page 2 of 39
Viewing questions 6 - 10 out of 187 questions



Post your Comments and Discuss UiPath UiPath-ADPv1 exam prep with other Community members:

Join the UiPath-ADPv1 Discussion