Summer Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

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

Questions 4

What are the steps to start building a custom connector using the Connector Builder for Integration Service?

Options:

A.

Open UiPath Studio, create a new process, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

B.

Open Automation Cloud, go to Integration Service, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

C.

Open Automation Cloud, go to Orchestrator, on the Connections tab, select Add a new Connection, choose to start from an API definition or from a blank connector.

D.

Open Automation Cloud, go to Orchestrator, on the Connectors tab, select Add a new Connector, choose to start from an API definition or choose OAuth 2.0 authentication method.

Buy Now
Questions 5

What is the purpose of Breakpoints when debugging a project in UiPath Studio?

Options:

A.

To purposely pause the debugging process on an activity which may trigger execution issues.

B.

To automatically restart the debugging process when an error is encountered.

C.

To measure the execution time of each activity in the workflow.

D.

To export debugging results in different formats.

Buy Now
Questions 6

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 7

A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty

When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?

Options:

A.

Only the default value of String.Empty will be used, overriding any values provided in Orchestrator

B.

An Input Dialog box will prompt the user to input a value and that value will be used

C.

Any input arguments provided in Orchestrator are used, otherwise the default value of String.Empty will be used

D.

A runtime error will occur as arguments are not allowed in the Main xaml file

Buy Now
Questions 8

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 9

What is the correct sequence of steps to install a new Activities package in UiPath Studio 2021 10? Instructions:

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

UiPath-ADAv1 Question 9

Options:

Buy Now
Questions 10

What are the primary functions of the UiPath Integration Service?

Options:

A.

Automates Ul design, manages API connections, provides limited activities and events, simplifies automation design.

B.

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.

C.

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.

D.

Enables automation with UI components, manages API keys, kicks off automations with client-side triggers, provides curated events.

Buy Now
Questions 11

Which LINQ method is used to filter data in a List or Data Table based on a condition?

Options:

A.

OrderBy

B.

Where

C.

GroupBy

D.

Select

Buy Now
Questions 12

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 13

What tool or method should be utilized inside UiPath Studio to assess the similarities between two files within the same automation project?

Options:

A.

Manage Packages

B.

Global Exception Handler

C.

Compare Files

D.

Workflow Analyzer

Buy Now
Questions 14

How many elements does an array contain if it is declared as Dim arr(0 To 0) As String in UiPath?

Options:

A.

0

B.

1

C.

2

D.

Undefined

Buy Now
Questions 15

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 16

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

Options:

A.

https://server.uipath.com/

B.

https://cvserver.uipath.com/

C.

https://cv.uipath.com/

D.

https://computervision.uipath.com/

Buy Now
Questions 17

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 18

A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items per container are extracted in two strings:

    "ShippedContainers"

    "ItemsPerContainer"

The robot must calculate the total number of items in all shipped containers as an Integer.

Which expression is suitable for calculating the total number of boxes?

Options:

A.

ShippedContainers.ToInt32() * ItemsPerContainer.ToInt32()

B.

String.ToInt32(ShippedContainers) * String.ToInt32(ItemsPerContainer)

C.

CInt(ShippedContainers * ItemsPerContainer)

D.

Convert.ToInt32(ShippedContainers) * Convert.ToInt32(ItemsPerContainer)

Buy Now
Questions 19

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 20

What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?

Options:

A.

Project dependencies are updated to the highest available version.

B.

Project dependencies are completely removed.

C.

Project dependencies remain unchanged.

D.

Project dependencies are marked as unresolved.

Buy Now
Questions 21

What are Application Files in a ServiceNow application?

Options:

A.

CSV files containing data imported into an application

B.

XML exports of an application's Update Set

C.

An XML export of an application's table records

D.

ServiceNow artifacts comprising an application

Buy Now
Questions 22

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 23

How many Global Exception Handlers can be established per automation project, according to best practices?

Options:

A.

A single one for the entire project.

B.

There is no limit.

C.

One for each workflow in the project.

D.

One for each activity in the project.

Buy Now
Questions 24

In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?

Options:

A.

To add specific contextual information to log messages that are relevant to the automation process.

B.

To generate extra variables alongside log messages, enhancing workflow understanding.

C.

To maintain contextual insights within log messages, including secure details like credentials.

D.

To modify the representation of logged contextual data as it is displayed in the Orchestrator.

Buy Now
Questions 25

A developer wants to assign the first row of the "ID" column in the "DT" datatable to a String variable. Which expression should be added to the Value field of the Assign activity?

Options:

A.

DTRows(0)ID

B.

DTRows(0). ltem("ID")

C.

DTColumns(0)ID

D.

DTColumns(0) ("ID")

Buy Now
Questions 26

A developer has defined a variable named "CurrentDate" of type Date Time. Which of the following expressions can be used to show what hour was 12 hours prior to the date from the variable?

Options:

A.

CurrentDate.AddHours(-12).Hour

B.

Date Time.SubtractHours(CurrentDate, 12).Hour

C.

CurrentDate.SubtractHours(12).Hour

D.

Date Time.AddHours(CurrentDate, -12).Hour

Buy Now
Questions 27

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 28

A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always "Report X - PDF"T where X is a number from 1 to 100. Only one report will be open at a time but other PDF files may be open on the desktop.

What is the recommended method to ensure the selector identifies the correct PDF to use?

Options:

A.

Use the * wildcard character in place of the idx attribute value

B.

Use the idx attribute value in the selector to increment for each file

C.

Use the * wildcard character in place of the title attribute value

D.

Use the * wildcard character in place of the "X" in the title attribute value

Buy Now
Questions 29

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' />

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})' />

Where VendorTaxID is a 8-alphanumeric element.

B.

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

Where VendorTaxID is a 8-alphanumeric element.

C.

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

Where VendorTaxID is a 8-alphanumeric element.

D.

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

Where VendorTaxID is a 8-alphanumeric element.

Buy Now
Questions 30

What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?

Options:

A.

Navigate to Tenant > Folders, click the All Workspaces tab, and then click Check Resources for the desired workspace.

B.

Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click See Usage for the desired workspace.

C.

Navigate to Tenant > Users, click the Personal Workspaces tab, and then click Resources for the desired workspace.

D.

Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click Manage Resources for the desired workspace.

Buy Now
Questions 31

What is the default polling interval set for an event trigger?

Options:

A.

1 minute

B.

5 minutes

C.

10 minutes

D.

15 minutes

Buy Now
Questions 32

A developer is troubleshooting a workflow that enters a Suspended mode when encountering a breakpoint. To inspect the subsequent activities individually by pausing after each one, which operation must be employed from the Debug section of the UiPath Studio's toolbar?

Options:

A.

Slow Step

B.

Break

C.

Step Into

D.

Step Out

Buy Now
Questions 33

A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.

Which container activity should the developer use to search for an image multiple times'?

Options:

A.

Attach Browser

B.

On Image Appear

C.

On Element Appear

D.

Retry Scope

Buy Now
Questions 34

What is the expected behavior when execution is started from UiPath Studio in Debug mode with a breakpoint on a Type Into activity?

Options:

A.

The execution pauses for 5 seconds when it encounters the breakpoint.

B.

The execution ignores the breakpoint.

C.

The execution pauses until the user clicks the Continue button.

D.

The execution throws an exception.

Buy Now
Questions 35

Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

UiPath-ADAv1 Question 35

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:

UiPath-ADAv1 Question 35

What are steps to do that?

Options:

A.

Click Right on the Test Case and select Update Test Data.

B.

Click Right on the Test Case and select Add Test Data.

C.

Click Right on the Test Case and select Remove Test Data.

D.

Click Right on the Test Case and select Refresh Test Data.

Buy Now
Questions 36

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)

Options:

A.

The user has one of the roles specified in the Required Roles related list.

B.

Other matching Access Controls for the record evaluate to true.

C.

Scripts configured in the Access Control must evaluate to true.

D.

Conditions configured in the Access Control must evaluate to true.

E.

The user must be granted access through a Business Rule.

Buy Now
Questions 37

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 37

But this error is shown:

UiPath-ADAv1 Question 37

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 38

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 39

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 40

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

UiPath-ADAv1 Question 40

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 41

A developer needs to take a screenshot of the state of the machine while the robot is running and then send the screenshot as an email. What is the correct sequence of steps that should be performed?

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

UiPath-ADAv1 Question 41

Options:

Buy Now
Questions 42

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 43

How do you correctly create an array of strings containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?

Options:

A.

String.Replace('"', FullFilePath)

B.

String.Replace(FullFilePath, ‘"’)

C.

Split(FullFilePath, "\")

D.

Split("", FullFilePath)

Buy Now
Questions 44

What is a true statement regarding the characteristics of dictionaries in UiPath?

Options:

A.

Dictionaries can have repeated keys.

B.

Dictionaries allow keys and values to be of different data types.

C.

Dictionaries must have unique values.

D.

Dictionaries provide automatic sorting of key-value pairs, ensuring efficient retrieval of data.

Buy Now
Questions 45

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 46

A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items in each container are extracted in two strings,

"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.

Which expression is suitable for calculating the total number of boxes?

Options:

A.

String. Tolnt32(ShippedContainers) * String. Tolnt32(ItemsPerContainer)

B.

Convert. Tolnt32(ShippedContainers) * Convert.Tolnt32(ItemsPerContainer)

C.

Clnt(ShippedContainers * ItemsPerContainer)

D.

ShippedContainers. Tolnt32() * ItemsPerContainer.Tolnt32()

Buy Now
Questions 47

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

A developer configured the properties for a Click activity as shown below:

UiPath-ADAv1 Question 48

What happens if the activity cannot find its target at runtime?

Options:

A.

An exception is thrown after 10 seconds.

B.

The next activity is executed after 10 seconds.

C.

The next activity is executed after 10 milliseconds.

D.

An exception is thrown after 10 milliseconds.

Buy Now
Questions 49

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 50

What role does the automation developer play in understanding business processes?

Options:

A.

Undertaking smaller projects independently.

B.

Collaborating with automation business analysts on technical skills.

C.

Creating complex written documents for procedures.

D.

Quickly understanding inputs, outputs, and decision points.

Buy Now
Questions 51

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

UiPath-ADAv1 Question 51

What is the result of the expression:

The expression:

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

Options:

A.

"42Clara"

B.

"42Michael"

C.

"MichaelClara"

D.

"Clara25"

Buy Now
Questions 52

Which is the recommended variable type for storing password values that are composed solely of numbers?

Options:

A.

Object

B.

Int32

C.

SecureString

D.

Int64

Buy Now
Questions 53

Consider the following Try Catch statement:

UiPath-ADAv1 Question 53

What will happen when the code is executed?

Options:

A.

The exception will be handled in the ArgumentException catch.

B.

There is no catch defined for the thrown exception type.

C.

The exception will be handled in the InvalidOperationException catch.

D.

The exception will be handled in the BusinessRuleException catch.

Buy Now
Questions 54

Which actions can a Business Rule take without scripting?

Options:

A.

Set field values and query the database

B.

Set field values and write to the system log

C.

Set field values and add message

D.

Set field values and generate an event

Buy Now
Questions 55

A developer is building a process which reads invoice data from the "mvoices.csv " file that includes a Total column of type Double.

Instructions: Using the drop-down lists shown in the following exhibit, configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD.

UiPath-ADAv1 Question 55

Options:

Buy Now
Questions 56

In what situations is it appropriate to use a static selector instead of a dynamic selector?

Options:

A.

When the automation requires high flexibility.

B.

When the automation process requires better performance.

C.

When the target element's properties change frequently.

D.

When the target element's attributes remain constant and do not change during runtime.

Buy Now
Questions 57

A developer invoked a workflow file with three arguments, one "ln": one "Out", and one "In/Out". In the Invoked Workflow's Arguments window, how can the Value be configured for each argument?

Options:

A.

In: Variable or Hard-coded value

Out: Variable only

In/Out Variable only

B.

In: Variable only Out

Variable only

In/Out: Variable only

C.

In: Variable or Hard-coded value

Out Variable or Hard-coded value

In/Out Hard-coded value only

D.

In: Variable or Hard-coded value

Out' Hard-coded value only

In/Out Variable only

Buy Now
Questions 58

A developer is building an automation which types text into a text file. The Activity Project Settings for UI Automation Modern activities are set as follows:

UiPath-ADAv1 Question 58

UiPath-ADAv1 Question 58

What is the behavior of the Type Into activity when executing the workflow?

Options:

A.

The activity will remove Multi Line in Run mode and a Single Line in Debug mode.

B.

The activity will use only properties set in Activity Project Settings.

C.

The activity will remove a Single Line in Run mode and in Debug mode.

D.

The activity will remove a Single Line in Run mode and Multi Line in Debug mode.

Buy Now
Questions 59

When choosing a process for automation, what factor contributes to its increased complexity?

Options:

A.

Unstructured input data source.

B.

Standard desktop applications.

C.

Low number of decision points.

D.

Low number of steps required in the automation.

Buy Now
Questions 60

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 61

Which one of the following is a benefit of creating an Application Properties page for each application you develop?

Options:

A.

Application Properties allow a developer to override the application properties inherited from ServiceNow

B.

Application users know to go to the Application Properties page to change the appearance of an application

C.

An Application Properties page is a good landing page for an application

D.

Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts

Buy Now
Questions 62

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

Options:

A.

If(condition1, valuelfTrue, valuelfFalse)

B.

If(condition1, valuelfTrue) Elself(valuelfFalse)

C.

If condition1 Then valuelfTrue Elself valuelfFalse

D.

valuelfTrue If condition1 Else valuelfFalse

Buy Now
Questions 63

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 64

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 65

When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property of the Type Into activity should be adjusted to achieve this?

Options:

A.

Delay before

B.

Activate

C.

Selector

D.

Input Element

Buy Now
Questions 66

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 67

A developer downloads a published package from UiPath Orchestrator 2021.10 to use locally. What is the extension of the downloaded package?

Options:

A.

.csproj

B.

.dll

C.

.nupkg

D.

.zip

Buy Now
Questions 68

A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to

"2". At runtime, the first transaction item throws a Business Exception.

How many times will the transaction be retried?

Options:

A.

The transaction will be retried only one time.

B.

The transaction will not be retried.

C.

The transaction will be retried 2 times.

D.

The transaction will be retried multiple times, until it will be processed successfully.

Buy Now
Questions 69

A developer has extracted the date "08-22-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.

ExtractedDate.Equals("08-22-2022")

B.

DateTime Parse(ExtractedDate)

C.

DateTime.Compare(ExtractedDate:08-22-2022")

D.

ExtractedDate GetType

Buy Now
Questions 70

In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?

Options:

A.

When initiating the first state of a state machine.

B.

When marking the successful completion or termination of a state machine's execution.

C.

When a particular state contains complex conditional logic.

D.

When an intermediary state has multiple possible transitions.

Buy Now
Questions 71

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 72

Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?

Options:

A.

WaitTime

B.

RetryInterval

C.

Timeout

D.

Delay

Buy Now
Questions 73

When should the Show Elements button be used in the Computer Vision wizard?

Options:

A.

Highlighting all Ul elements that have been identified by the Computer Vision analysis.

B.

Displaying a list of all available UI elements and their properties.

C.

Activating a real-time view of the target app's UI during automation.

D.

Filtering out specific UI elements from being processed by the Computer Vision engine.

Buy Now
Questions 74

A developer has designed an automation workflow which comprises:

UiPath-ADAv1 Question 74

UiPath-ADAv1 Question 74

UiPath-ADAv1 Question 74

UiPath-ADAv1 Question 74

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 75

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 75

Options:

Buy Now
Questions 76

In order to make the selector specifically target the "First Name" text field during runtime, the developer needs to select one additional Property checkbox from the

Unselected Items column in the UI Explorer.

Which is the additional Property checkbox in the following UI Explorer "Unselected Items" column that should be used for the First Name text field.

UiPath-ADAv1 Question 76

Options:

A.

tag

B.

id

C.

isleaf

D.

name

Buy Now
Questions 77

Which output method should be used to extract hidden text from a PDF file?

Options:

A.

Native only.

B.

FullText only.

C.

FullText and Native.

D.

OCR.

Buy Now
Questions 78

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

UiPath-ADAv1 Question 78

UiPath-ADAv1 Question 78

Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity?

Options:

A.

Colors will contain an item with the value "Colors: Yellow".

B.

Colors will contain an item with an empty value.

C.

Colors will contain an item with the value "Yellow".

D.

An exception will be thrown.

Buy Now
Questions 79

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 80

Which action can be performed from UiPath Assistant?

Options:

A.

Set reminders for processes

B.

Set text assets for processes

C.

Set credential assets for processes

D.

Set queues for processes

Buy Now
Questions 81

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 81

Options:

A.

CurrentRow("Username").ToString

B.

DataTable_Users("Username").ToString

C.

UserID

D.

Usernames

Buy Now
Questions 82

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 83

In which situation will a Ul Automation activity generate a partial selector?

Options:

A.

When included after a Find Element activity

B.

When included in an Attach Browser activity

C.

When included in an Excel Application Scope activity

D.

When included in a Trigger Scope activity

Buy Now
Questions 84

When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?

UiPath-ADAv1 Question 84

Options:

A.

The Finally block is executed and the Catches section catches the exception.

B.

A runtime error occurs and the Finally block is not executed.

C.

No exceptions are happening and the workflow continues to execute.

D.

No exception is thrown and the Finally block executes.

Buy Now
Questions 85

A Credential asset is created by a developer in Orchestrator as seen in the below image:

UiPath-ADAv1 Question 85

After the asset is created, if you change the Username value, what field must also be changed?

Options:

A.

Asset Name

B.

Description

C.

Type

D.

Password

Buy Now
Questions 86

Which of the following options is correct regarding the below Object Repository tree structure?

UiPath-ADAv1 Question 86

Options:

A.

One Screen

Two Applications

Five UI Elements

B.

One Application

Two UI Elements

Five Screens

C.

One Library

One Application

Two Screens

Five UI Elements

D.

One Application

Two Screens

Five UI Elements

Buy Now
Questions 87

Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed?

Options:

A.

The Object Repository is only available in a Library.

B.

The Object Repository needs to be exported as a UI Library and imported in the Process for it to become available.

C.

The Object Repository will automatically be available in the Process.

D.

The Object Repository cannot be passed between a Process and a Library.

Buy Now
Questions 88

Which two parts are included in an Anchor Base activity?

Options:

A.

Anchor and Action

B.

Anchor and Condition

C.

Anchor and Trigger Scope

D.

Anchor and Sequence

Buy Now
Questions 89

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 90

Where is the TransactionNumber incremented in the REFramework?

Options:

A.

Only in the SetTransactionStatus.xaml workflow.

B.

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

C.

In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.

D.

In the New Transaction transition.

Buy Now
Questions 91

A developer has published a new library from UiPath Studio to the Orchestrator feed. Another developer on the team is connected to the same Orchestrator where the library has been published.

What steps are necessary for adding this library as a dependency in a project?

Options:

A.

Open the Manage Packages Window and ensure the Orchestrator feed is enabled. In the Imports Panel in Studio, search for the package by name, and then install the package.

B.

Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Com Method activity and input the library name as a parameter.

C.

Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Method activity and input the library name as a parameter.

D.

Open the Manage Packages Window and ensure the Orchestrator feed is enabled. Search for the package by name in the Search bar and then install the package.

Buy Now
Questions 92

What differentiates a List type from an Array type?

Options:

A.

List items can be accessed through an index but array items cannot.

B.

An array has a fixed, predefined number of elements while a list has a dynamic number of elements.

C.

A list can hold items of multiple data types at the same time while arrays cannot.

D.

Lists provide the option of looping through data while arrays do not.

Buy Now
Questions 93

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

UiPath-ADAv1 Question 93

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

Options:

A.

dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")

B.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' AND [Salary] < 30000")

C.

dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")

D.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' OR [Salary] < 30000")

Buy Now
Questions 94

What functionality can the developer use to improve the reliability of the Type Into activity for text input fields that are impacted by changing orientations?

UiPath-ADAv1 Question 94

Options:

A.

Highlight Elements

B.

Find Element

C.

Anchor

D.

Delay Before

Buy Now
Questions 95

Which activity should be used to iterate through all the files in a local folder?

Options:

A.

For Each File in Folder

B.

For Each File Info

C.

For Each Row in Datatable

D.

Do For Each File

Buy Now
Questions 96

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 97

A developer is working on a project that uses Git for source control. A fellow team member seeks to compare two versions of a specific workflow within the project. Which option in UiPath Studio offers this functionality?

Options:

A.

Show History

B.

Push

C.

Checkout Branch

D.

Pull (Rebase)

Buy Now
Questions 98

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are added to a shared folder each morning. Each invoice

needs to be processed separately in the system, as a single unit of work. After each invoice is processed in the system, the system output ID must be emailed to the finance team email address.

How should the developer store the invoice data in Orchestrator?

Options:

A.

Upload individual invoice data as Specific Data in Queue Items and Create an asset for the finance team email address.

B.

Create an asset for each piece of invoice data as well as for the finance team email address.

C.

Upload individual invoice data and the finance team email address as Specific Data in Queue Items.

D.

Upload the finance team email address as Specific Data in Queue Items and Create an asset for each individual invoice data field.

Buy Now
Questions 99

A developer is working with an application that allows all types of input methods for the Type Into activity. Which property should be enabled for the fastest execution?

Options:

A.

Click before typing

B.

Empty field

C.

Simulate

D.

Window Messages

Buy Now
Questions 100

Which are the most common challenges in an automation project implementation?

Options:

A.

Unorganized implementation teams and lack of automation maturity.

B.

Expectation setting, scope creep, and access delays.

C.

Budget constraints and resource limitations.

D.

User Acceptance Testing delays and customer availability.

Buy Now
Questions 101

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 102

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
Exam Code: UiPath-ADAv1
Exam Name: UiPath Automation Developer Associate Exam (2023.10)
Last Update: Oct 1, 2025
Questions: 382

PDF + Testing Engine

$72.6  $181.49

Testing Engine

$57.8  $144.49
buy now UiPath-ADAv1 testing engine

PDF (Q&A)

$49.8  $124.49
buy now UiPath-ADAv1 pdf