Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

UiPath-ADAv1 UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Questions 4

What is the purpose of the Invoke Code activity in UiPath?

Options:

A.

Invokes VB.NET or C# code, optionally passing it a list of input arguments.

B.

Invokes VB.NET or Java code, optionally passing it a list of input arguments.

C.

Invokes VB.NET code, optionally passing it a list of input arguments.

D.

Invokes Java code, optionally passing it a list of input arguments.

Buy Now
Questions 5

Which expression correctly converts the string variable " DateString " with the value " 03/03/2023 16:23:11 " into a Date Time variable?

Options:

A.

DateTime.ParseExact(DateString, " dd/MM/yyyy hh:mm:ss " , Culturelnfo.InvariantCulture)

B.

Date Time.ParseExact(DateString, " MM/dd/yyyy hh:mm:ss " , Culturelnfo.InvariantCulture)

C.

DateTime.ParseExact(DateString, " mm/dd/yyyy HH:mm:ss " , Culturelnfo.InvariantCulture)

D.

DateTime.ParseExact(DateString, " dd/MM/yyyy HH:mm:ss " , Culturelnfo.InvariantCulture)

Buy Now
Questions 6

When would you need to manually add multiple anchors to a UI element while creating a descriptor in UiPath?

Options:

A.

When multiple similar elements, such as duplicate text boxes with identical labels, need to be distinguished by adding both the label and a section title as anchors.

B.

When a single anchor is found automatically and it perfectly identifies the target element without duplicates.

C.

When the target element is unique, but the strict selector is enabled as a targeting method.

D.

When the target is an image element that always has a single text label anchor below it.

Buy Now
Questions 7

What are the expected tasks that should be performed by an Automation Business Analyst ?

Options:

A.

Design the architecture of the automation solution.

B.

Analyze the needs and propose solutions.

C.

Test the final solution.

D.

Define the overall solution of an automation project.

Buy Now
Questions 8

A developer has extracted the date " 22-08-2022 " from an invoice and stored it in a variable of type String called " ExtractedDate " . As part of the process, the developer needs to perform a comparison with a different date.

Which expression should be used to convert " ExtractedDate " to a DateTime type?

Options:

A.

DateTime.ParseExact(ExtractedDate, " dd-MM-yyyy " , System.Globalization.CultureInfo.InvariantCulture)

B.

ExtractedDate.GetType

C.

DateTime.Compare(ExtractedDate, " 08-22-2022 " , System.Globalization.CultureInfo.InvariantCulture)

D.

ExtractedDate.Equals( " 08-22-2022 " , System.Globalization.CultureInfo.InvariantCulture)

Buy Now
Questions 9

Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)

Options:

A.

Use the " Install " button on the application record.

B.

Install from the Google Play Store.

C.

Import an application from an XML file.

D.

Download and install a third-party application from the ServiceNow Store.

E.

Download from Stack Overflow.

F.

Install an application from the Application Repository.

Buy Now
Questions 10

While working on a project that utilizes Object Repository, you have one linked UI Element that is used across multiple activities. What needs to happen to edit a selector for only one activity without modifying it in Object Repository?

Options:

A.

Edit target.

B.

Show in Object Repository.

C.

Indicate target on screen.

D.

Unlink from Object Repository.

Buy Now
Questions 11

A developer created a DataTable called DT using the Build Data Table activity as shown in the exhibit.

UiPath-ADAv1 Question 11

The DataTable DT contains the following data:

UiPath-ADAv1 Question 11

What is the result of the expression:

DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString

Options:

A.

MichaelClara

B.

42Clara

C.

42Michael

D.

25Clara

Buy Now
Questions 12

What happens to the scope of a variable that is automatically generated from an activity output if you move the activity into a For Each loop?

Options:

A.

The scope of the generated variable updates to match the new location within the For Each loop.

B.

The generated variable is deleted, and you need to manually create a new variable within the loop.

C.

The scope of the generated variable remains unchanged from its original sequence.

D.

The scope of the variable changes, but it is not updated automatically: you need to manually adjust it.

Buy Now
Questions 13

You are invoking a workflow file called " SecondaryWorkflow.xaml " from " PrimaryWorkflow.xamr. The following shows the Import Arguments panel of the Invoke Workflow File activity:

UiPath-ADAv1 Question 13

In addition, the following reflects the Arguments panel in ' ' SecondaryWorkflow.xaml " :

UiPath-ADAv1 Question 13

You use a Log Message activity in “SecondaryWorkflow.xamr to print the value of the argument “in_Message " . What is the expected result of executing " PrimaryWorkflow.xaml " ?

Options:

A.

Log message " This is the second file " .

B.

Log message " Invoked from the first file " .

C.

A System.ArgumentException is thrown at the Invoke Workflow File activity.

D.

The Log Message activity displays an empty string.

Buy Now
Questions 14

Which of the following activities can be used to get the state of a button (enabled/disabled)?

Options:

A.

Find Element

B.

Get Text

C.

Get Attribute

D.

Check App State

Buy Now
Questions 15

How can unattended robots be connected to Orchestrator using client credentials in the Assistant?

Instructions: Drag the Description found on the left and drop it on the correct Step found on the right.

UiPath-ADAv1 Question 15

Options:

Buy Now
Questions 16

A developer wants to design a complex business process using UiPath Studio. The workflow type needs to present multiple branches between Ul activities Which recommended type of workflow meets the requirement?

Options:

A.

Global Exception Handler

B.

Flowchart

C.

Sequence

D.

State Machine

Buy Now
Questions 17

A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best-suited to validate the format?

Options:

A.

String Method: Contains

B.

Activity Replace

C.

String Method: Equals

D.

Activity. Is Match

Buy Now
Questions 18

A developer needs to create a process for the Human Resources team. During the development, they try to run the workflow containing the following dictionary variable:

UiPath-ADAv1 Question 18

But this error is shown:

UiPath-ADAv1 Question 18

What is the possible cause of the error?

Options:

A.

The Dictionary was not initialized.

B.

The " John " key was not present in the dictionary.

C.

The assign ' s set value syntax should be PinMapping < " John " > .

D.

The assign ' s set value syntax should be PinMapping[ " John " ].

Buy Now
Questions 19

Which set of properties, methods, or activities enables the developer to obtain a subset of data from a data table called " dt " ?

Options:

A.

Output Data Table

Lookup Data Table

Build Data Table

Merge Data Table

B.

Sort Data Table

Join Data Tables

Get Row Item

C.

dt.Rows(1 .. 5)

Remove Data Row activity

D.

Filter Data Table

dt.Select

dt.AsEnumerable().Where

Buy Now
Questions 20

What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?

Options:

A.

GIT, SVN, Mercurial.

B.

GIT, SVN, TFS.

C.

GIT, CVS, TFS

D.

GIT, CVS, Bitbucket.

Buy Now
Questions 21

A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?

Options:

A.

When an Exception is caught and handled.

B.

When a Remove Log Fields activity is used to remove them.

C.

When a Log Message activity is executed with Log Level = Warn or higher.

D.

When the first Log Message activity is executed.

Buy Now
Questions 22

Which of the following properties can be modified once global constants and variables are created?

Options:

A.

Value

B.

Data Type

C.

Scope

D.

Name

Buy Now
Questions 23

A developer created a data table called " DT " using the Build Data Table activity as shown in the exhibit.

UiPath-ADAv1 Question 23

What is the result of the expression, " DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString " ?

Options:

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

Buy Now
Questions 24

What are the steps to publish a project from UiPath Studio?

Instructions: Drag the Description found on the " Left " and drop on the correct Step Sequence found on the " Right " .

UiPath-ADAv1 Question 24

Options:

Buy Now
Questions 25

What types of authentication are supported by Connector Builder for Integration Service?

Options:

A.

OAuth 2.0 Authorization Code, OAuth 2.0 Client Credentials, SSL, OAuth 2.0 Implicit Grant, LDAP, RADIUS.

B.

OAuth 2.0 Authorization Code, OAuth 2.0 Authorization code with PKCE, OAuth 2.0 Client Credentials, Basic, API Key, Personal Access Token (PAT), No Authentication.

C.

OAuth 2.0 Authorization Code, OAuth 2.0 Authorization code with PKCE, Basic, Windows Authentication, API Key, Kerberos.

D.

OAuth 1.0, OAuth 2.0 Authorization Code, OAuth 2.0 Client Credentials, SAML, JWT, Lightweight Directory Access Protocol.

Buy Now
Questions 26

Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?

Options:

A.

Activities Panel

B.

Locals Panel

C.

Data Manager Area

D.

Project Panel

Buy Now
Questions 27

Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?

Options:

A.

Manage Assets and Storage Buckets for a specific folder.

B.

Manage tenant-level entities, licenses, and settings.

C.

Access Test Sets, Test Cases, and Test Executions tabs for specific folders.

D.

Assign Folder roles and Mixed roles from the Folders page or from the folder’s Settings page.

Buy Now
Questions 28

What are the components of a process?

Options:

A.

Procedures, Dependencies, Variations, Resources.

B.

Compliance, Operational Needs, Risk Management, Improvement.

C.

Inputs, Process Flows, Source Applications, Outputs.

D.

Technical Skills, Business Processes, Decision Points.

Buy Now
Questions 29

What is a recommended way to safely store credential information used in a UiPath automation project?

Options:

A.

Store the username and password as hardcoded values with the Private option enabled on activities

B.

Store the username and password in a Config.xlsx Excel file in the Studio project folder

C.

Store the username and password in a single Orchestrator asset

D.

Store the username and password in a Notepad file on the robot ' s local machine

Buy Now
Questions 30

If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?

Options:

A.

Snippets

B.

Designer

C.

Imports

D.

Outline

Buy Now
Questions 31

How does UiPath handle different dependency versions for multiple running processes that run at the same time?

Options:

A.

Each running process uses its own required version of the dependency.

B.

Running processes use the earliest compatible dependency version.

C.

Each running process automatically adapts to the available dependency version.

D.

All running processes use the latest version of the dependency available.

Buy Now
Questions 32

Which of the following statements accurately describes the primary components of a State Machine in a workflow?

Options:

A.

A State Machine consists of four primary components: States, Triggers, Transitions, and Actions.

B.

A State Machine is composed of States, Triggers, and Loops.

C.

A State Machine comprises three main components: Sequences, Flowcharts, and Input/Output Arguments.

D.

A State Machine is made up of States, Transitions, Entry Actions, and Exit Actions.

Buy Now
Questions 33

What is a valid way to install a custom activity package in UiPath Studio?

Options:

A.

Double-click on the activity in the " Activities " panel of UiPath Studio.

B.

Search for the package in the UiPath Marketplace and then manually install it.

C.

Download the package from an external source and drag it into UiPath Studio.

D.

Go to Package Manager, click on " All Packages, " search for the package, and click " Install " .

Buy Now
Questions 34

From a governance perspective, what is the most suitable way to share a library with your teammates within an organization using UiPath?

Options:

A.

Share the library project folder manually with your teammates.

B.

Publish the library to Orchestrator or a local/remote feed.

C.

Save the library in a shared network folder and ask your teammates to import it.

D.

Upload the library to the cloud and provide access credentials to your teammates.

Buy Now
Questions 35

What happens when the area selection feature in the UiPath Computer Vision wizard is used?

Options:

A.

The selected area is automatically resized to fit all UI elements within it.

B.

A portion of the application Ul can be selected, which is helpful when dealing with multiple fields bearing the same label.

C.

The selected area is treated as a single UI element, with no further analysis of its contents.

D.

A duplicated Ul can be selected, and the copy is modified in the automation process.

Buy Now
Questions 36

Which selector should be adjusted according to best practices to ensure reliable and stable automation?

Options:

A.

< html app-chrome.exe ' title-Release History - UiPath Platform ' / >

< webctrl parentid-confluence-ui ' tag= ' SPAN ' idx-94 ' / >

B.

< html app-chrome.exe ' title-World population - Wikipedia ' / >

< webctrl aaname-Population by continent’ tag-TABLE7 >

< webctrl tableCol= ' 3 ' tableRow= ' 7 ' tag-TD7 >

C.

< html app= ' chrome.exe ' title= ' ACME System 1 - Download monthly Report ' / >

< webctrl aaname- Year 200? ' parentid= ' searchForm ' class= ' texf / >

D.

< html app-chrome.exe ' title-Google ' ! >

< webctrl tag-INPUT ' aaname= ' Search ' / >

Buy Now
Questions 37

What is the main purpose of using the App/Web Recorder during automation development?

Options:

A.

To test and optimize the execution speed of automation workflows across various environments.

B.

To create custom reusable components within UiPath Studio for future use in different projects.

C.

To automatically generate workflow elements for UI interactions by recording actions in an application or web page.

D.

To design and debug complex workflows using dynamic components.

Buy Now
Questions 38

A developer wants to create a process that interacts with a minimized window. However, when the process is executed, the robot is not able to click on a button inside the application.

Which click activity property configuration would cause the automation to run only on foreground windows?

Options:

A.

Click Type

B.

Input Element

C.

Key Modifiers

D.

Input Mode

Buy Now
Questions 39

How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?

Options:

A.

From the Roles tab of the Tenant > Manage Access page.

B.

From the Tenant > Settings > General page.

C.

From the Assign roles tab of the Tenant > Manage Access page

D.

From the Folders page or from the folder ' s Settings page

Buy Now
Questions 40

The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity?

Options:

A.

OutputFileName argument is optional.

B.

Range argument accepts complex range values or " All " .

C.

PageCount argument outputs the number of extracted pages.

D.

Password-protected PDF files cannot be processed with this activity.

Buy Now
Questions 41

Which of the following statements is true ?

Options:

A.

UiPath Robots can be deleted if they have pending or active jobs in UiPath Orchestrator.

B.

Unattended robots can be connected to UiPath Orchestrator without the Windows username.

C.

UiPath Orchestrator consumes the Queue Items uploaded to the UiPath Robot.

D.

Attended robots can be connected to UiPath Orchestrator without Windows Credentials.

Buy Now
Questions 42

To read only the first page of a .pdf file using the Read PDF Text activity, what value should be entered into the Range property?

Options:

A.

" 1 "

B.

“”

C.

1

D.

(0)

Buy Now
Questions 43

What is true about the behavior of the Read Range Workbook activity?

Options:

A.

It works only with .xls files, and Excel does not need to be installed on the system.

B.

It works only with .xlsm files, and Excel must be installed on the system.

C.

It works with .xls and .xlsx files, and Excel does not need to be installed on the system.

D.

It works with .xlm and .xlsx files, and Excel must be installed on the system.

Buy Now
Questions 44

A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity:

Convert.ToBoolean(IntVar)

If IntVar = 1, what is displayed in the Output panel after execution?

Options:

A.

The value False is displayed.

B.

The value True is displayed.

C.

A System.ArgumentNullException is displayed.

D.

A System.InvalidCastException is displayed.

Buy Now
Questions 45

When a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in

UiPath Studio ' s ribbon interface?

UiPath-ADAv1 Question 45

Options:

A.

W1

B.

S1

C.

A1

D.

S2

Buy Now
Questions 46

A developer uses a Type Into activity to interact with a UI element. If the Timeout property is not changed in activity properties or Activity Project Settings, how long will a robot attempt to find a UI element?

Options:

A.

10 seconds

B.

30 seconds

C.

60 seconds

D.

Indefinitely

Buy Now
Questions 47

Which option from the UiPath Studio backstage view prohibits debugging projects with Workflow Analyzer errors?

Options:

A.

Enforce Analyzer before remote execution.

B.

Enforce Analyzer before Push/Check-in.

C.

Enforce Analyzer before Publish,

D.

Enforce Analyzer before Run.

Buy Now
Questions 48

A process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level

for the Log Message contained in the System Exception block?

Options:

A.

Info

B.

Warn

C.

Fatal

D.

Error

Buy Now
Questions 49

Where in the REFramework template project is the " SetTransactionStatus.xaml " invoked?

Options:

A.

In the Finally section of the Try Catch activity in the Process Transaction state.

B.

In the Try section of the Try Catch activity in the End Process state.

C.

In the Try and Catches sections of the Try Catch activity in the Process Transaction state.

D.

In the Catches section of the Try Catch activity in the Process Transaction state.

Buy Now
Questions 50

What happens to the generated variable when you manually create an output variable in the output field in UiPath Studio?

Options:

A.

The generated variable will be copied and stored for future use.

B.

The activity that uses the manually created variable will be deleted.

C.

The manually created variable will be overridden by the generated variable.

D.

It will replace the generated variable with the variable that you created.

Buy Now
Questions 51

What happens when attempting to publish a process with a validation error from UiPath Studio to Orchestrator?

Options:

A.

The process will be successfully published to Orchestrator, and the robot will throw a runtime error whenever the process is executed.

B.

The robot will automatically set the " ContinueOnError " property to " True " for all the activities having validation errors, and the process will be successfully published to Orchestrator.

C.

The process will be successfully published to Orchestrator, it will appear in UiPath Assistant, but it cannot be run.

D.

The process will not be successfully published to Orchestrator.

Buy Now
Questions 52

A project contains a Try Catch activity in the " Main.xaml " workflow. In the Catches block, there is a Rethrow activity. The process is started from Orchestrator and an exception is caught in the Try section. What is the expected result?

Options:

A.

Job is completed with a " Stopped " state.

B.

Job is completed with a " Faulted " state.

C.

Job is completed with a " Successful " state.

D.

Exception pop-up is displayed on the robot machine.

Buy Now
Questions 53

What is the function of the Immediate Panel in UiPath Studio during the debugging process?

Options:

A.

Inspecting data at a certain point during debugging by evaluating variables, arguments, or statements.

B.

Displaying the next activity to be executed and its parent containers when the project is paused in debugging.

C.

Displaying the performance analysis of all the operations, showing the execution time of each activity.

D.

Displaying the execution process and allowing the modification of variable and argument values.

Buy Now
Questions 54

What is the output type returned when using a Get Test Data Queue Item activity?

Options:

A.

Dictionary

B.

Dictionary

C.

Object

D.

Queueltem

Buy Now
Questions 55

Which of the following statements accurately describes the function of the If activity in a workflow?

Options:

A.

It evaluates a boolean condition and creates two separate branches for both true and false conditions, executing only one branch.

B.

It evaluates a boolean condition and runs the branch with the highest priority, regardless of the condition ' s truthiness.

C.

It evaluates a set of boolean conditions and branches the workflow execution to the first true condition encountered.

D.

It evaluates a boolean condition and creates a single branch that executes both true and false statements sequentially.

Buy Now
Questions 56

A developer created a data table called " DT " using the Build Data Table activity as shown in the exhibit.

What is the result of the expression, " DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString " ?

Options:

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

Buy Now
Questions 57

You want to identify a selector in a Type into activity that will be used for a text input field within an application. In order for the Type into activity to execute as expected, how many elements in an application can a selector be valid for at runtime?

Options:

A.

1 element

B.

2 elements

C.

3 elements

D.

5 elements

Buy Now
Questions 58

Given the following list of arguments:

UiPath-ADAv1 Question 58

And the following code:

UiPath-ADAv1 Question 58

What is the value that will be displayed in the Output Panel at the end of the sequence below:

UiPath-ADAv1 Question 58

Options:

A.

1

B.

2

C.

7

D.

9

Buy Now
Questions 59

What should be done if an anchor is not automatically added when indicating an element and duplicates are found?

Options:

A.

Rely on the fuzzy selector to identify the desired element on the screen.

B.

Only unique elements will be found.

C.

Select all the target methods.

D.

Click a nearby element that helps identify the target to add it as an anchor.

Buy Now
Questions 60

In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?

Options:

A.

The user should end the execution by terminating the UiPath Robot service from the Task Manager.

B.

The user should end the execution from the " Home " tab and locate the running process associated with the execution.

C.

The user should end the execution by closing the UiPath Assistant application.

D.

The user should end the execution from the " Jobs " tab in UiPath Assistant.

Buy Now
Questions 61

Which of the following best describes the Alerts panel?

Options:

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 a more comprehensive list of all alerts.

C.

A panel that displays alerts as they occur.

D.

A panel that displays the most severe five alerts, accessible from the Alerts bell.

Buy Now
Questions 62

When using the UiPath Strict selector as a targeting method, how does it interact with anchor usage ?

Options:

A.

The Strict selector always works better with multiple anchors.

B.

Anchors are not used when only the Strict selector is enabled as a targeting method.

C.

The Strict selector requires at least two anchors to function correctly.

D.

The Strict selector only uses anchors that are automatically identified.

Buy Now
Questions 63

What is the main benefit of importing profiling sessions?

Options:

A.

Enables the analysis of potential flow issues.

B.

Provides context menu options for profiling actions.

C.

Disables focus on imported profiling sessions.

D.

Disables the analysis of potential flow issues.

Buy Now
Questions 64

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?

Options:

A.

Configure the page in the Module that opens the Record Producer UI

B.

Create an application property to store the URL

C.

Write a script in the Record Producer’s Script field: producer.redirect = " < URL > " ;

D.

Write an after Business Rule script for the Record Producer ' s table: window.redirect = " < URL > " ;

Buy Now
Questions 65

Which activity can be used to transition a Background Process to Foreground?

Options:

A.

Use Foreground

B.

Activate

C.

Maximize Window

D.

Set Focus

Buy Now
Questions 66

A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit.

UiPath-ADAv1 Question 66

Which functionality does the Step Out action provide?

Options:

A.

Pauses at an activity that caused an error

B.

Re-executes the activity which threw an exception

C.

Executes only one activity at a time and then pauses

D.

Executes activities in the current container and then pauses

Buy Now
Questions 67

Which command in the UiPath installation folder configures the UiPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?

Options:

A.

dotnet ./UiPath.RemoteDebugging.Agent.dll enable -- port -- password -- verbose

B.

UiPath.Remote Debugging.Agent.exe start -- port -- password -- verbose

C.

UiPath.Remote Debugging.Agent.exe enable -- port -- username -- password -- verbose

D.

UiPath.Remote Debugging.Agent.exe enable -- port -- password -- verbose

Buy Now
Questions 68

Which type of automation is most suitable for extracting text from an image-based document in UiPath?

Options:

A.

Screen Scraping

B.

OCR

C.

Regex

D.

String Manipulation

Buy Now
Questions 69

Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?

Options:

A.

" The value is MylntegerToString "

B.

" The value is " = Mylnteger

C.

" The value is " + Mylnteger

D.

" The value is " + MylntegerToString

Buy Now
Questions 70

Review the following graphic:

UiPath-ADAv1 Question 70

Based on the graphic, what is the output at runtime?

Options:

A.

00

B.

20 23

C.

2023

D.

0 3

Buy Now
Questions 71

What component of the UiPath Ecosystem allows a user to post questions or answers on RPA topics?

Options:

A.

UiPath Marketplace

B.

UiPath Studio

C.

UiPath Community

D.

UiPath Forum

Buy Now
Questions 72

What is the most appropriate way to convert a designed process into a template after completing the project?

Options:

A.

Use the " Save As " option to save the project as a new file type and manually change the file extension to create a template.

B.

Use the Export as Template option from the UiPath Studio.

C.

Create a new Template and move the activities from the existing process to the new Template.

D.

There is no way the developer can do this.

Buy Now
Questions 73

A developer has designed an automation workflow which comprises:

UiPath-ADAv1 Question 73

UiPath-ADAv1 Question 73

UiPath-ADAv1 Question 73

UiPath-ADAv1 Question 73

Based on the information shown in the exhibits, what is the output of the Write Line activity in the " Main.xaml " file?

Options:

A.

Pieces, Strawberries, Oranges

B.

Oranges

C.

, Oranges

D.

Pieces, Strawberries

Buy Now
Questions 74

Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an .xlsx file?

Options:

A.

Sort Range

B.

Get Table Range

C.

Read Range

D.

Sort Data Table

Buy Now
Questions 75

The " DataTable_Users " variable of the data table type contains the following columns: " First Name " . " Last Name " , " Date of Birth " , and " Username " .

How can the argument " in_UserName " from " BuildUserID.xaml " be mapped to the appropriate values in " Main.xaml " ?

UiPath-ADAv1 Question 75

Options:

A.

CurrentRow( " Username " ).ToString

B.

DataTable_Users( " Username " ).ToString

C.

UserID

D.

Usernames

Buy Now
Questions 76

What is the role of connections in the UiPath Integration Service?

Options:

A.

Connections establish tasks and exchanges between users and external applications using the authentication process of the API provider.

B.

Connections establish tasks and exchanges based on a connector ' s compatibility with the external application.

C.

Connections establish tasks and exchanges between users and external applications using the authentication process of the UI automation provider.

D.

Connections establish tasks and exchanges between users and external applications using the server-side triggers.

Buy Now
Questions 77

What is an advantage of utilizing UiPath Orchestrator queues?

Options:

A.

Capability to modify the retry count at the queue level after its creation.

B.

Capability to track the status of Queue Items.

C.

Allows several robots to handle the same Queue Item simultaneously.

D.

Guarantees each queue is exclusively processed by a single robot, by default.

Buy Now
Questions 78

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?

Options:

A.

Studio and the remote robot must be connected to the same Orchestrator tenant.

B.

The same user must be signed in Studio and the remote robot.

C.

Studio, the remote robot, and Orchestrator are running version 2021.10 or later.

D.

TCP/IP connectivity exists between the Studio machine and the remote machine.

Buy Now
Questions 79

What activity from the Microsoft 365 package should be used to share a SharePoint file URL with specific permissions to a specific user?

Options:

A.

Upload File

B.

Move File/Folder

C.

Get File/Folder

D.

Share File/Folder

Buy Now
Questions 80

A developer sets a breakpoint on one of the activities in the workflow. When deploying the code to production, the developer published the package and created a process in

UiPath Orchestrator. At the time the process is executed in unattended mode from a UiPath Robot, what is the expected behavior?

Options:

A.

Robot will crash and execution will stop because of the breakpoint.

B.

When encountering the breakpoint the execution will pause until it is resumed manually.

C.

Execution will proceed without taking into consideration the breakpoint.

D.

Execution will throw an exception because of the breakpoint.

Buy Now
Questions 81

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A ' s records to be installed as part of the application. Table A ' s records will be installed when:

Options:

A.

Table A is not included in the System Clone > Exclude Tables list

B.

Table A is active and extends the Task table

C.

Table A has an automatic number counter for new records and table property Includes _data is set to True.

D.

Table A ' s records are added to the application record using the Create Application Files feature.

Buy Now
Questions 82

What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?

Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

UiPath-ADAv1 Question 82

Options:

Buy Now
Questions 83

A developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine?

Options:

A.

Clone Repository

B.

Copy to GIT

C.

Disconnect

D.

GIT Init

Buy Now
Questions 84

A developer is automating the process of entering sensitive information into text input fields that are constantly changing their position. Each text input field has a corresponding text label. The developer decides to

automate the process by using Modern UI Activities with anchors.

Which activities should be used?

Options:

A.

Find Text Position activity as the anchor and Type Secure Text activity as the action.

B.

Type Into activity with a valid anchor and the input text provided in the Secure Text property.

C.

Find Text Position activity as the anchor and Set Text activity as the action.

D.

Type Into activity with a valid anchor and the input text provided in the Text property.

Buy Now
Questions 85

Which of the following credentials stores have built in support in Orchestrator?

Options:

A.

Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, CyberArk.

B.

CyberArk CCP, Cisco, Google Credentials, CyberArk, Azure Key Vault.

C.

CyberArk CCP, Azure Key Vault, Google Credentials, Amazon Security Services.

D.

Cisco, Amazon Security Services, Google Credentials, Microsoft SCS, IBM Vault.

Buy Now
Questions 86

A developer wants to extract hidden text from a pdf file. Which output method(s) should be used?

Options:

A.

FullText and Native

B.

Native only

C.

OCR

D.

FullText only

Buy Now
Questions 87

A developer wants to run two processes on the same machine, the first process contains only HTTP Request activities and the second one performs UI Automation. What option needs to be enabled on the first process in order to ensure that the processes can run concurrently on the same machine?

Options:

A.

Starts in Background

B.

Attended Automation

C.

Disable Pause

D.

Supports Persistence

Buy Now
Questions 88

A developer has stored a birth date in a String variable and must input this value into a custom form. The developer must ensure the date format corresponds to the accepted

input format.

Which method or activity is best suited to validate the format?

Options:

A.

RegEx Check Activity

B.

Is Match Activity

C.

String.Equals() Method

D.

String.Contains() Method

Buy Now
Questions 89

In a process, a variable called " Timestamp " of type DateTime is used. The developer wants to print in the Output panel the variable in the format " yyyy-MM-dd hh:mm " .

Which expression should be used to display the value?

Options:

A.

Timestamp.ToString( " yyyy MM dd hh mm " )

B.

Timestamp.ToString( " yyyy-MM-dd hh:mm " )

C.

Timestamp.CompareTo( " yyyy-MM-dd hh:mm " )

D.

Timestamp.ToString(), " yyyy-MM-dd hh:mm " )

Buy Now
Questions 90

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

Options:

A.

The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.

B.

The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.

C.

The admin user is added by default to the newly created folder with the User Administrator role.

D.

The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.

Buy Now
Questions 91

What is enabled by connecting UiPath Studio to Orchestrator?

Options:

A.

Publishing automation packages to Orchestrator.

B.

Defining queues and arguments for use in automations.

C.

Generating API keys for use in integrations with third party apps.

D.

Creating an Object Repository of elements for use in automations.

Buy Now
Questions 92

What are the three main components of UiPath Integration Service?

Options:

A.

Connectors, API Tokens, Triggers.

B.

Connectors, Connections, Orchestrator.

C.

Connectors, Connections, Triggers.

D.

Activities, Connections, Triggers.

Buy Now
Questions 93

What is the default behavior when publishing files in UiPath Studio regarding the project folder?

Options:

A.

By default, all files in the project folder are published, including test cases.

B.

By default, only selected files in the project folder are published.

C.

By default, all files in the project folder are published except for test cases.

D.

By default, all files in the project folder, including test cases, are published as separate packages.

Buy Now
Questions 94

What is a pre-requisite for running functional test cases in REFramework?

Options:

A.

Invoke Process XAML file

B.

Invoke InitAllSettings XAML file

C.

Invoke SetTransactionStatus XAML file

D.

Invoke Main XAML file

Buy Now
Questions 95

Which logging level includes the following information by default?

1. Execution Started log entry - generated every time a process is started.

2. Execution Ended log entry - generated every time a process is finalized.

3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.

4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.

5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.

6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.

Options:

A.

Critical

B.

Trace

C.

Verbose

D.

Information

Buy Now
Questions 96

During a code review, a developer discovered that the variable names did not follow best practices in an automation project. What happens when the developer updates the names of the variables in the Variables panel?

Options:

A.

Only String variable names are automatically updated in the activities in the current file

B.

Variable names are updated in the panel but must be manually updated in all Ul Automation activities that use them

C.

All variable names are automatically updated in the activities in the current file

D.

Variable names are updated in the panel but must be manually updated in all Image activities that use them

Buy Now
Questions 97

What method can be used to change the index of an existing column in a datatable?

Options:

A.

Setlndex

B.

MoveAt

C.

SetColumnIndex

D.

SetOrdinal

Buy Now
Questions 98

A developer loaded an existing workflow that uses Ul Automation in Google Chrome. The Google Chrome extension has not been installed on the developer ' s machine How should the developer load the Google Chrome extension from UiPath Studio?

Instructions: Drag the Description found on the left and drop on the correct Step found on the right.

UiPath-ADAv1 Question 98

Options:

Buy Now
Questions 99

The provided exhibit displays the representation of the " Deadline " field using the yyyy-mm-dd format.

UiPath-ADAv1 Question 99

In what order should the Queue Items be processed by a single robot executing a Performer workflow?

UiPath-ADAv1 Question 99

Options:

Buy Now
Questions 100

What is the Endpoint when configuring a REST Message?

Options:

A.

The provider response indicates there is no data to send back

B.

The URI of the data to be accessed, queried, or modified

C.

The command to the REST script to stop execution

D.

The URI of the Webserver

Buy Now
Questions 101

Which activity is best suited for a developer to create a process that finds images on a website and stores them in a local folder, accounting for the need to potentially search for

an image repeatedly due to errors on the website?

Options:

A.

Get Attribute

B.

Check App State

C.

Retry Scope

D.

Delay

Buy Now
Questions 102

When installing UiPath Studio, which of the following actions require administrator privileges?

Options:

A.

Administrator privileges are not required for installing UiPath Studio.

B.

Administrator privileges are required for installing the robot in both service mode and user mode.

C.

Administrator privileges are required for installing the robot in user mode.

D.

Administrator privileges are required for installing the robot in service mode.

Buy Now
Questions 103

What activity can be used to get all rows in a DataTable variable with a Quantity value greater than 500 ?

Options:

A.

Sort Data Table

B.

Output Data Table

C.

Lookup Data Table

D.

Filter Data Table

Buy Now
Questions 104

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?

Options:

A.

Works only with xls files and Excel does not need to be installed

B.

Works with xlsx files and Excel does not need to be installed

C.

Works only with xlsm files and Excel must be installed

D.

Works with xls and xlsm files and Excel must be installed

Buy Now
Questions 105

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.

UiPath-ADAv1 Question 105

Options:

Buy Now
Questions 106

What happens when closing a Remote Debugging Connection while a debugging execution is in progress?

Options:

A.

Debugging execution stops gracefully, then the connection is closed.

B.

The remote robot continues the execution after Studio closes the connection.

C.

It is not possible to close the connection while debugging is in progress.

D.

Debugging execution ends in exception, then the connection is closed.

Buy Now
Questions 107

Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?

Options:

A.

Add Log Fields

B.

Update Logs

C.

Add Custom Log

D.

Build Log

Buy Now
Questions 108

A developer is working with a Purchase Order automation process The number of shipment containers and boxes per container are obtained in two strings, " ShipmentContainers " and " BoxesPerContainer " The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable TotalBoxes.

Which expression should be used for calculating the total number of boxes?

Options:

A.

Convert Tolnt32(ShipmentContainers) * Convert Tolnt32(BoxesPerContamer)

B.

ShipmentContainers.Tolnt() * BoxesPerContainer Tolnt()

C.

ShipmentContamersTolnt32() * BoxesPerContainer.Tolnt32()

D.

ShipmentContamers * BoxesPerContainer

Buy Now
Questions 109

Which option best describes a process that is considered SEMI-AUTOMATION?

Options:

A.

Processes where change is frequent, the system environment is volatile, and multiple manual (even non-digital) actions are required.

B.

Processes that are digital and involve a highly static system and process environment, so that they can be easily broken into instructions and simple triggers can be defined.

C.

Processes that are rather digital and can be automated, but use some technologies that are complex (such as OCR) or require advanced programming skills.

D.

Processes that can be broken down into steps that can be clearly automated, and steps that need to stay manual (such as validations or usage of physical security tokens).

Buy Now
Questions 110

A developer needs to create an unattended automation process that extracts the information from emails from a centralized mailbox. The developer needs to use the mail

folder, port, server, username, and password values, with no email client accessible on the unattended machine.

Which activity should the developer use to fetch unread emails with the subject " Email for Robot " ?

Options:

A.

Save Mail Message

B.

Get Outlook Mail Messages

C.

Save Outlook Mail Message

D.

Get IMAP Mail Messages

Buy Now
Questions 111

Which of the following workflow names is correct, based on best practices?

Options:

A.

Transactionstatus

B.

Workflow1

C.

creation_of_file

D.

ScrapeFilteredStocks

Buy Now
Questions 112

A developer needs to create an array of folder names from the String variable. FilePath = " C:\\Users\\UiPathRobot\\Documents\\Technologies " . Based on best practice, which method will return an array of only the folder names?

Options:

A.

Split(FilePath/V)

B.

Spht(FilePath, " \ " : StnngSplitOptions.RemoveEmptyEntries)

C.

SplitfV, FilePath. StringSplitOptions RemoveEmptyEntries)

D.

SplitfV ' , FilePath)

Buy Now
Questions 113

Which server-side API debug log method is available for scoped applications?

Options:

A.

gs.log()

B.

gs.print()

C.

gs.debugLog()

D.

gs.info()

Buy Now
Questions 114

A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice

represented by an 8-alphanumeric system-generated vendor tax ID.

< html app= ' chrome.exe ' title= ' ACME System - Invoice - RO123456 ' / >

< webctrl tag= ' DIV ' aaname= ' RO123456 " class= ' InvoiceNumber ' / >

Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID

defined in a pre-selected existing list?

Options:

A.

< html app= ' chrome.exe ' title= ' ACME System - Invoice - {{VendorTaxID}) ' / >

< webctrl tag= ' DIV ' aaname= ' {{VendorTaxID}) ' class= ' InvoiceNumber ' / >

Where VendorTaxID is a 8-alphanumeric element.

B.

< html app= ' chrome.exe ' title= ' ACME System - Invoice - " / >

< webctrl tag= ' DIV ' aaname= ' ** class= ' InvoiceNumber ' / >

Where VendorTaxID is a 8-alphanumeric element.

C.

< html app= ' chrome.exe ' title= ' ACME System - Invoice - RO123456 ' / >

< webctrl tag= ' DIV ' aaname= ' ({VendorTaxID}} ' class= ' InvoiceNumber ' / >

Where VendorTaxID is a 8-alphanumeric element.

D.

< html app= ' chrome.exe ' title= ' ACME System - Invoice - RO123456 ' / >

< webctrl tag= ' DIV ' aaname= ' RO123456 ' class= ' InvoiceNumber ' / >

Where VendorTaxID is a 8-alphanumeric element.

Buy Now
Exam Code: UiPath-ADAv1
Exam Name: UiPath Automation Developer Associate Exam (2023.10)
Last Update: Apr 30, 2026
Questions: 382

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now UiPath-ADAv1 testing engine

PDF (Q&A)

$43.57  $124.49
buy now UiPath-ADAv1 pdf