UiPath Automation Developer Professional v1 UiPath-ADPv1 Exam Practice Test

Page: 1 / 14
Total 205 questions
Question 1

A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?



Answer : B

To reduce the pace at which the input string characters are typed into the fields using the Hardware Events input method, the developer should modify the Delay between keys property of the Type Into activity. This property specifies the delay time (in milliseconds) between two keystrokes. The default value is 10 milliseconds. The maximum value is 1000 milliseconds. By increasing the value of this property, the developer can slow down the typing speed and avoid any errors or missed characters. For example, if the developer sets the Delay between keys property to 100 milliseconds, the activity will wait for 0.1 seconds before typing each character of the input string.Reference: [Type Into], [Delay Between Keys]


Question 2

A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message.

Which property should the developer configure to be able to click the element?



Answer : B


Question 3

The "arrayOfPomtsGalnedByPanicipant" Object array is created and initialized with the following values: {"7", "4", "1"}. Which is the value and data type returned, at runtime, by arrayOfPointsGainedByParticipant(1)?



Answer : C

Given the array 'arrayOfPointsGainedByParticipant' with values {'7', '4', '1'}, at runtime, 'arrayOfPointsGainedByParticipant(1)' would return the value '4' with the data type 'String'. Arrays in .NET, which UiPath uses, are zero-indexed.


Question 4

A developer needs to choose a layout that integrates activities into a working structure during workflow file development. The selected layout should cover all possible cases and transitions while accommodating processes that cannot be easily captured by loops and If statements.

Which of the following layouts is the best-suited in this case?



Answer : C

For a workflow that requires covering all possible cases and transitions, especially those not easily captured by loops and If statements, a State Machine layout is most suitable. It offers a flexible structure for complex workflows with numerous states.


Question 5

A user is working on their computer while an automation is running in PiP mode. What can the user do while the process runs?



Answer : D

Picture-in-Picture (PiP) mode allows the automation to run in an isolated desktop session, enabling the user to continue working in their main desktop session. While the PiP session runs the automation, the user can access files and modify documents in their own session without interference, making it ideal for attended automations.


Question 6

What are the primary functions of the UiPath Integration Service?



Answer : A

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 functions1:

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.


1:Integration Service - Introduction - UiPath Documentation Portal

Question 7

What is the default URL of the OCR server that runs the Computer Vision service?



Answer : D

The default URL of the OCR server that runs the Computer Vision service is https://cv.uipath.com/. The Computer Vision service is a cloud-based service that provides OCR and AI capabilities for UiPath automation projects. The service can be accessed by using the Computer Vision activities in UiPath Studio, such as CV Screen Scope, CV Click, CV Type Into, and more. The service requires an API key and a URL to connect to the OCR server. The default URL is https://cv.uipath.com/, but it can be changed to a custom URL if the developer has a self-hosted OCR server. The API key can be obtained from the UiPath Automation Cloud portal or from the UiPath Marketplace.Reference: [About Computer Vision], [Computer Vision Activities]


Page:    1 / 14   
Total 205 questions