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

UiPath-ARDv1 UiPath Advanced RPA Developer v1.0 Exam (UiARD) Questions and Answers

Questions 4

You are working on a project with three other developers and are using Team Foundation Server (TFS) source control in UiPath Studio. If you want to ensure you have the newest version from the server on your local machine, which TFS command should be used?

Options:

A.

Check In

B.

Commit

C.

Show Changes

D.

Get Latest Version

Buy Now
Questions 5

A developer has built a process consisting of three invoked workflows in the Main.xaml file. The second workflow should be run in Picture-in-Picture (PiP). How should the Invoke Workflow File activity properties be configured?

Options:

A.

Target Session = Picture in Picture

Isolated = Checked

B.

Target Session = Current

Isolated = Unchecked

C.

Target Session = Picture in Picture

Isolated = Unchecked

D.

Target Session = Current

Isolated = Checked

Buy Now
Questions 6

A process is created using UiPath REFramework. During the processing of a queue item, a Business Exception occurs. What will be the destination of transition?

Options:

A.

End Process

B.

Get Transaction Data

C.

Process Transaction

D.

Initialization

Buy Now
Questions 7

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

UiPath-ARDv1 Question 7

The Invoke Method has the following properties:

UiPath-ARDv1 Question 7

The Parameters property is as follows:

UiPath-ARDv1 Question 7

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

Options:

A.

An exception will be thrown

B.

" Colors " will contain only " Yellow " items

C.

" Colors " will contain items in the following order: " Red " , " Green "

D.

" Colors " will contain items in the following order: " Red " , " Green " , " Yellow "

Buy Now
Questions 8

A developer wants to create a process which uses UI automation activities on hidden or minimized windows for a user in a Call Center. While the process is running on the user’s machine, the user also needs the ability to use the machine to look up items in a desktop application.

Which activity must be configured to be able to interact with hidden or minimized windows?

Options:

A.

Get Full Text

B.

Set Text

C.

Click

D.

Check

Buy Now
Questions 9

You are creating a Credential asset in Orchestrator as shown in the following exhibit.

UiPath-ARDv1 Question 9

Once the asset is created, what are you unable to edit using the default Orchestrator settings?

Options:

A.

Username

B.

Type

C.

Password

D.

Asset name

Buy Now
Questions 10

What are the recording profiles are available in UiPath Studio?

Options are :

Options:

A.

Basic, Desktop, Web, and Citrix

B.

Basic and Desktop

C.

Automatic recording and Step-by-Step recording

D.

Click, Check, Type Into, and Select Item

Buy Now
Questions 11

A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List < String > ) of vendor names.

From the drop-down list shown in the exhibit, select the variable type for the TransactionItem.

UiPath-ARDv1 Question 11

Options:

Buy Now
Questions 12

An RPA developer needs to perform a code review on a process to ensure best practices were used. During the code review, the developer discovers that the workflows cannot be easily tested and some refactoring of the code is required.

Based on best practices, which approach is recommended?

Options:

A.

Create unit tests only for the workflows that need to be refactored.

B.

Split the logic into reusable workflows and use arguments when needed.

C.

Rewrite all the workflows using best practices.

D.

Use manual end-to-end testing and refactor only the tested workflows.

Buy Now
Questions 13

In a UiPath project, a developer uses a Click Button activity. A desktop application should be opened as a result of clicking the button. Based on best practice, what should the developer use to ensure: (1) the button element is clicked and (2) the application is opened correctly?

Options:

A.

Modify the Click activity used to open the application by setting the ContinueOnError property to “True”

B.

Use an Element Exists activity after the click to ensure that an element exists within the opened application

C.

Use the Click activity within the Try Block and in the Catch Block to open the application

D.

Use the Click activity in the Action section of a Retry Scope activity with a Condition that an element exists within the opened application

Buy Now
Questions 14

What are the differences between partial selectors and full selectors?

Options:

A.

Partial selectors are recommended when switching between multiple windows.

Full selectors do not include information about the top-level window.

B.

Partial selectors do not include information about the top-level window.

Full selectors are recommended to perform multiple actions in the same window.

C.

Partial selectors are recommended to perform multiple actions in the same window.

Full selectors include information about the top-level window.

D.

Partial selectors include information about the top-level window.

Full selectors are recommended to perform multiple actions in the same window.

Buy Now
Questions 15

A developer is working on an existing project in which GIT is used as the source control. Another team member wants to compare two versions of a particular workflow in this project. Which UiPath Studio option provides this capability?

Options:

A.

Pull (rebase)

B.

Checkout Branch

C.

Show History

D.

Push

Buy Now
Questions 16

A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.

UiPath-ARDv1 Question 16

Which Workflow Analyzer rule will trigger a warning for this activity?

Options:

A.

Hardcoded Delays

B.

Hardcoded Timeout

C.

Activity Name Defaults

D.

Simulate Click

Buy Now
Questions 17

The following reflects a subset of process steps from the Process Definition Document (PDD):

1) Read the unread emails from the Robot mailbox and mark them as read.

2) If the email has an attachment of type PNG, download the attachment.

3) Else, send a reply to the sender with the message " Invalid Attachment, please attach a .PNG file to process " .

If you are designing a process based on the PDD steps, what is the correct exception type for Step 3?

Options:

A.

UiPath.Core.BusinessRuleException

B.

System.ArgumentException

C.

UiPath.Core.InvalidImageException

D.

System.Exception

Buy Now
Questions 18

A developer created a project in the Robotic Enterprise (RE) Framework. The Config.xlsx has the Asset entry shown in the exhibit:

UiPath-ARDv1 Question 18

Assuming the default REFramework configuration, how can the developer reference the Asset in the Config variable so that the dictionary returns the asset value as a String?

Options:

A.

Config( " SME_EmailAddress " ).ToString

B.

Config( " SME_EmailAddress " , " HR_EmployeeOnboarding_Text_SME_EmailAddress " ).ToString

C.

Config( " HR_EmployeeOnboarding_Text_SME_EmailAddress " ).ToString

D.

Config( " HR_EmployeeOnboarding_Text_SME_EmailAddress " , " SME_EmailAddress " ).ToString

Buy Now
Questions 19

A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.

Which property should be configured?

Options:

A.

TimeoutMS = 10000

B.

WaitForReady = Complete

C.

TimeoutMS = Int32.MaxValue

D.

WaitForReady = Interactive

Buy Now
Questions 20

You need to include rows from one datatable named " dt1 " in another datatable named " dt2 " .

Instructions: From the drop-down lists for Invoke Method on the " For Each Row in Data Table " display, select the correct value of each field for the " Invoke Method " . Next, from the drop-down

list on the Parameters display, select the correct Value to complete this task.

UiPath-ARDv1 Question 20

Options:

Buy Now
Questions 21

A developer has a project which includes a Global Exception Handler. Based on best practice, all exceptions should be caught and handled as defined by the business requirements. To ensure the defined exceptions do not reach the Global Exception Handler, which activity must be used?

Options:

A.

Retry Scope

B.

Throw

C.

Rethrow

D.

Try Catch

Buy Now
Questions 22

Based on UiPath best practices, which project layout is recommended for processes with complex transitions in UiPath Studio?

Options:

A.

State Machine

B.

Global Exception Handler

C.

Flowchart

D.

Sequence

Buy Now
Questions 23

A developer created an attended process which used UI Automation activities on hidden or minimized windows. While the process is running on the user ' s machine, the user also needs the ability to use the machine.

Which activity is configured by default to enable interaction with hidden or minimized windows?

Options:

A.

Type Secure Text

B.

Click

C.

Set Text

D.

Hover

Buy Now
Questions 24

In a UiPath Studio project, the property ValidateUnconnectedNodes is set to True on a flowchart. A Log Message activity on this flowchart is not connected to any othe r node. What is the behavior of this setting at design time?

Options:

A.

A warning message is written in the Output section of Studio stating that there are unconnected activities.

B.

The flowchart shows an error stating that there are unconnected activities only when validated with Workflow Analyzer.

C.

The flowchart is correctly validated and no error is shown, but the workflow will throw an exception at runtime.

D.

The flowchart shows an error stating that there are activities which are unconnected to the other activities in the flowchart.

Buy Now
Questions 25

A developer is working on their first project design involving Orchestrator interactions. An email needs to be sent to the process owner at the end of each transaction. The process owner is only expected to change once a year due to role changes within the company. The transaction number is the employee ID and must be included in the email to the process owner.

Based on best practices, how should the process owner email and employee ID be set?

Options:

A.

Process Owner Email as a field in the Queue Item

Employee ID as a field in the Queue Item

B.

Process Owner Email as an Orchestrator Asset

Employee ID as an Orchestrator Asset

C.

Process Owner Email as an Orchestrator Asset

Employee ID as a field in the Queue Item

D.

Process Owner Email as a field in the Queue Item

Employee ID as an Orchestrator Asset

Buy Now
Questions 26

A developer is building a workflow that extracts the name of companies based on their IDs and then stores them in a datatable. The workflow contains a String variable that stores the company name, an output argument that stores the Company ID, and a datatable.

What represents an example of a naming convention best practice?

Options:

A.

String variable name: CompanyName

Argument name: CompanyId

Data Table name: Dt_Companydata

B.

String variable name: CompanyName

Argument name: out_companyId

Data Table name: companydata

C.

String variable name: company_name

Argument name: out_companyId

Data Table name: DT_Companydata

D.

String variable name: CompanyName

Argument name: out_CompanyId

Data Table name: dt_CompanyData

Buy Now
Questions 27

A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to enter a User ID depending on the machine it runs on. The User ID is stored in Orchestrator as a Text asset using the Value Per Account-Machine method.

Which steps should the developer perform to use this asset in the project?

Options:

A.

Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.

Use the Get Asset activity in the workflow to get the User ID.

B.

Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.

In the workflow, retrieve the User ID by referencing the Config dictionary.

C.

Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.

Use the Get Asset activity in the workflow to get the User ID.

D.

Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.

In the workflow, retrieve the User ID by referencing the Config dictionary.

Buy Now
Questions 28

A developer wants to determine how much time it takes for an activity to perform.

UiPath-ARDv1 Question 28

Based on the exhibit, what should the developer use to know how much time has elapsed in executing the Timed Activity sequence?

Options:

A.

StartTime = DateTime.Now

ElapsedTime = DateTime.Now.ToString( " HH:mm:ss " ) - StartTime.ToString

B.

StartTime = DateTime.Now

EllapsedTime = (DateTime.Now.Second - StartTime.Second).ToString

C.

StartTime = DateTime.Now

ElapsedTime = ((DateTime.Now - StartTime).TotalSeconds).ToString

D.

StartTime = DateTime.Now.ToString( " HH:mm:ss " )

EllapsedTime = DateTime.Now - StartTime

Buy Now
Questions 29

A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as " Information " ?

Options:

A.

Each time an exception is caught in a Catch block

B.

Every time the robot encounters an error on a Queue Item

C.

Every time a variable or argument value is used

D.

Each time data is read from external sources

Buy Now
Questions 30

A developer is creating an automation project which creates a temporary password in the company’s system for new employees and later enters it into a desktop application. To protect this sensitive information, how can the developer avoid the password from being displayed on screen when it is entered into the desktop application?

Options:

A.

Ensure the password variable is of the SecureString variable type

B.

Check the Private property on all activities that reference the password variable

C.

Store the temporary password in an Excel file that the process can access

D.

Check the Isolated property when invoking a workflow with the password variable

Buy Now
Questions 31

While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. What was the status before it changed to Abandoned?

Options:

A.

Failed

B.

In Progress

C.

Retried

D.

New

Buy Now
Questions 32

A developer needs to ensure a UI element with a partially changing attribute can be consistently identified with a Click activity. Which property of the Click activity can support a wildcard?

Options:

A.

Element

B.

Selector

C.

ClippingRegion

D.

ClickType

Buy Now
Questions 33

A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.

From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.

UiPath-ARDv1 Question 33

Options:

Buy Now
Questions 34

A process uses the Robotic Enterprise (RE) Framework without access to Orchestrator. Based on best practices, what is the recommended way to ensure a transaction will be retried in the event of an Application Exception while processing that transaction?

Options:

A.

Use a Retry Scope activity within the Process Transaction state

B.

Use a Try Catch activity with a Retry Scope activity in the Catch block defined for Application Exceptions

C.

Set the MaxRetryNumber in the Config.xlsx file to a number greater than 0

D.

Create a Queue in Orchestrator with the " Max # of retries " greater than 0

Buy Now
Questions 35

A developer is creating a process using the Dispatcher and Performer model. The Dispatcher uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue. Which type of design is best-suited for the automation of this Dispatcher?

Options:

A.

Library

B.

Iterative Process

C.

Transactional Process

D.

Linear Process

Buy Now
Questions 36

A developer wanted to use a Type Into activity which interacts with hidden or minimized windows. However, the process was only able to run on foreground windows. Which activity property configuration would cause the automation to run only on foreground windows?

Options:

A.

SendWindowMessages property was enabled in the Type Into activity.

B.

SimulateType property was enabled in the Type Into activity.

C.

Activate property was disabled in the Type Into activity

D.

Default property selections of the Type Into activity were used.

Buy Now
Questions 37

A developer has set custom values for the DelayBetweenPagesMS property in the Activity Project Settings. Which activity can be impacted?

Options:

A.

Navigate To

B.

Extract Structured Data

C.

Extract PDF Page Range

D.

Attach Browser

Buy Now
Questions 38

A developer automated a Performer process using the Robotic Enterprise (RE) Framework. Which state executes after the Process Transaction state has a result of " Success " ?

Options:

A.

Process Transaction

B.

Get Transaction Data

C.

End Process

D.

Initialization

Buy Now
Questions 39

A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.

< html app= ' chrome.exe ' title= ' ACME Accounts System - Employees - 123456 ' / >

< webctrl tag= ' DIV ' aaname= ' 123456 ' class= ' DateOfBirth ' / >

Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.

The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?

Options:

A.

< html app= ' chrome.exe ' title= ' ACME Accounts System - Employees - {{accountNumber}} ' / >

< webctrl tag= ' DIV ' aaname= ' {{accountNumber}} ' class= ' DateOfBirth ' / >

Where accountNumber is a 6-digit string variable containing an account number

B.

< html app= ' chrome.exe ' title= ' ACME Accounts System - Employees - ' / >

< webctrl tag= ' DIV ' aaname= ' {{accountNumber}} ' class= ' {{accountNumber}} ' / >

Where accountNumber is a 6-digit string variable containing an account number

C.

< html app= ' chrome.exe ' title= ' ACME Accounts System - Employees - {{accountNumber}} ' / >

< webctrl tag= ' DIV ' aaname= ' ? ' class= ' DateOfBirth ' / >

Where accountNumber is a 6-digit string variable containing an account number

D.

< html app= ' chrome.exe ' title= ' ACME Accounts System - Employees - {{accountNumber}} ' / >

< webctrl tag= ' DIV ' aaname= ' {{accountNumber}} ' class= ' * ' / >

Where accountNumber is a 6-digit string variable containing an account number

Buy Now
Questions 40

A developer performs a review on a complex process stored in a single .xaml file. During the review, the developer discovers that the workflow cannot be easily tested. Based on best practices, which approach is recommended for improving the ability to independently test components?

Options:

A.

Place the entire workflow into a single sequence and perform start-to-finish debugging

B.

Split the project into multiple workflows and use arguments when needed

C.

Test only the activities that have shown previous errors and modify those activities

D.

Place the entire project on GIT and use libraries instead of built-in activities

Buy Now
Questions 41

A developer is running a process in UiPath Studio based on Robotic Enterprise (RE) Framework 2021.10. One asset defined in the project does not exist in the Orchestrator folder provided in the Config.xlsx file.

What is the behavior at runtime?

Options:

A.

A warning message stating that the asset is missing is logged and then the process is stopped.

B.

No exception is thrown and neither will a message be logged, the process continues.

C.

The process throws an exception in the Initialization state because the asset is not found, then the process is stopped.

D.

A warning message stating that the asset is missing is logged and then the process continues.

Buy Now
Questions 42

A developer is automating a project for the Finance team. As defined in the Process Definition Document, the robot is required to log the completion of each step with the documented corresponding Log Level.

If Fatal is the highest Log Level severity for the UiPath Log Message activity, what is the correct priority sequence, from the lowest to the highest severity, of the remaining Log Levels?

Instructions: Drag and drop the lowest severity level to the top of the list and repeat until the highest severity level appears at the bottom of the list.

UiPath-ARDv1 Question 42

Options:

Buy Now
Questions 43

A developer is building a process which types data into input fields and needs to use the Hardware Events input method. In addition, the developer wants to decrease the speed with which the input string characters are typed into the fields.

Which property of the Type Into activity should the developer edit?

Options:

A.

DelayAfter

B.

WaitForReady

C.

DelayBefore

D.

DelayBetweenKeys

Buy Now
Questions 44

Review the following exhibit:

UiPath-ARDv1 Question 44

Based on the exhibit, what is the result of the Write Line in the sequence?

Options:

A.

123

B.

True

C.

Hello

D.

123True

Buy Now
Questions 45

A developer uses Open Browser activity to launch UiPath Docs website. However, as the internet connection is unstable, the developer wraps it in a Retry Scope activity. Please choose the correct statement about this solution.

UiPath-ARDv1 Question 45

Please find the properties of Retry Scope activity below

UiPath-ARDv1 Question 45

Please find the properties of Open Browser activity below

UiPath-ARDv1 Question 45

Options:

A.

If the Element Exists activity returns False after all retries, an error will be thrown.

B.

If the Element Exists activity returns False after all retries, the robot will continue the execution and no error will be thrown.

C.

Each time the Browser is not opened, an error will be thrown.

D.

With these settings, the robot will try to execute the Open Browser activity 4 times overall.

Buy Now
Questions 46

A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.

Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?

Options:

A.

In the new state in the Main.xaml that transitions from Init.

B.

In the InitAllApplications.xaml workflow.

C.

In the Get Transaction Data state in the Main.xaml.

D.

In the Ina state of the Main.xaml in the First Run sequence.

Buy Now
Questions 47

Which of these are workflow types available in UiPath Studio;

Options are :

Options:

A.

REFramework.

B.

Flowchart.

C.

Sequence.

D.

Activity.

Buy Now
Questions 48

A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left in the datatable. What will be the result of the processing?

UiPath-ARDv1 Question 48

Please find the BuildDataTable wizard below:

UiPath-ARDv1 Question 48

Options:

A.

Message Box activity will throw an error.

B.

Message Box activity will display the value: " 1 " .

C.

Message Box activity will display the value: " 3 " .

D.

For Each Row In Data Table activity will throw an error.

Buy Now
Questions 49

How should a UiPath developer handle frequent changes in the project files?

Options are :

Options:

A.

Old versions of the project files are not relevant

B.

By creating daily backups of the files

C.

By using a source control solution, such as SVN, TFS, etc.

Buy Now
Questions 50

What type of Output variable do all Get Mail activities return? (POP3, IMAP, Outlook, Exchange)

Options are :

Options:

A.

List

B.

List

C.

MailMessage

Buy Now
Questions 51

What are the functions of the Outline panel?

Options are :

Options:

A.

It shows the structure of the workflow

B.

It shows the execution result of the workflow

C.

If the Activities are properly named, it can be used to search and select specific Activities used inside the workflow

Buy Now
Questions 52

A developer is working with a variable named sampleDataTable of type DataTable in the following sequence. In the Invoke Code activity, the developer wants to sum up all values from column " Price " in the sampleDataTable. What will be the result of the processing?

UiPath-ARDv1 Question 52

UiPath-ARDv1 Question 52

UiPath-ARDv1 Question 52

UiPath-ARDv1 Question 52

Options:

A.

Message Box” activity will display the value “0”.

B.

“Message Box” activity will display the value “120”.

C.

An Error Message will be displayed.

D.

“Message Box” activity will display the value “320”.

Buy Now
Questions 53

A developer extracts data about employees from an Excel workbook. The developer uses the following expression to filter the extracted datatable.

extractedDataTable.Select( " [Age] > =21 AND ([Education]= ' Master ' OR [Salary] > 100000) AND [Education]= ' Bachelor ' " )

How many rows will be returned as the result of the filtering?

Please find below the worksheet with data.

UiPath-ARDv1 Question 53

Options:

A.

6

B.

5

C.

0

D.

1

Buy Now
Questions 54

What is the purpose of the WaitForReady property in any UiAutomation activity?

Options are :

Options:

A.

Specifies to continue executing the remaining activities even if the current activity failed.

B.

Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown.

C.

Before performing the actions, waits for the target to become ready.

Buy Now
Questions 55

A developer has created a process that gathers a listing of stock market prices in the following format < Symbol > _ < Price > USD ( < Company Name > ).

How should the third line in RegEx Builder be modified to ensure that only items with prices of at least 100 are identified?

UiPath-ARDv1 Question 55

Options:

A.

RegEx: One of

Value: 123456789

Quantifiers: Between 2 and 4

B.

RegEx: Any word character

Value: \w

Quantifiers: Exactly 3

C.

RegEx: Digit

Value: \d

Quantifiers: Exactly 3

(Correct)

D.

RegEx: Literal

Value: [0-9]

Quantifiers: At least one (1 or more)

Buy Now
Questions 56

You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity.

In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?

Options:

A.

1 element

B.

2 elements

C.

3 elements

D.

5 elements

Buy Now
Questions 57

What kind of workflow should you create to define business rules?

Options are :

Options:

A.

Sequence

B.

Flowchart

C.

State machine

Buy Now
Questions 58

While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned.

When does this happen?

Options:

A.

When the item remains in the " Failed " status for approx. 24 hours

B.

When the item remains in the " In Progress " status for approx. 24 hours

C.

When the item remains in the " Retried " status for approx. 24 hours

D.

When the item remains in the " New " status for approx. 24 hours

Buy Now
Questions 59

What represents an example of a full selector?

Options:

A.

< webctrl href= ' /studio/docs/about-licensing ' parented= ' hub-sidebar-content ' tag= ' A ' / >

< webctrl parented= ' hub-sidebar-content ' tag= ' SPAN ' / >

B.

< ctrl name= ' File ' role= ' popup menu ' / >

< ctrl automationid= ' 6 ' / >

C.

< html app= ' chrome.exe ' title= ' Full versus Partial Selectors ' / >

< webctrl aaname= ' About Selectors ' parentid= ' content-container ' tag= ' A ' / >

D.

< wnd aaname= ' Explorer Pane ' cls= ' DirectUIHWND ' / >

< ctrl automationid= ' System.ItemNameDisplay ' / >

Buy Now
Questions 60

A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.

If this process is published and run from Orchestrator, what is the expected result?

Options:

A.

Exception Pop-up is displayed on the robot machine.

B.

Job is completed with a " Stopped " state.

C.

Job is completed with a " Successful " state.

D.

Job is completed with a ' Faulted " state.

Buy Now
Questions 61

A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator.

Which steps should the developer perform to use these credentials in the project?

Options:

A.

Add a row in the Constants sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Credential activity in the login workflow to get the username and password.

B.

Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.

Use the Get Credential activity in the login workflow to retrieve the username and password.

C.

Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Credential activity in the login workflow to get the username and password.

D.

Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.

In the login workflow, retrieve the username and password by referencing the Config dictionary.

Buy Now
Questions 62

Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element does not exist at runtime?

UiPath-ARDv1 Question 62

Options:

A.

" Pop-up exists " message is logged

B.

Robot continues to look for the target element until the execution is manually stopped

C.

Execution completes successfully without logging a message

D.

Activity Timeout Exceeded error is received

Buy Now
Questions 63

A developer is using GIT for version control. While the developer is attempting to Commit and Push a local file to the repository, the following pop-up message is displayed:

UiPath-ARDv1 Question 63

What is the reason for the pop-up message?

Options:

A.

Project was not properly checked out in Studio and merge failed into the master.

B.

Local repository is not synchronized with the remote one.

C.

Opened project was disconnected from the source control.

D.

Local version was not connected to any branch.

Buy Now
Questions 64

When fine-tuning a dynamic selector, how many characters does " * " replace?

Options:

A.

Zero or more

B.

Exactly one

C.

One or more

D.

More than one

Buy Now
Questions 65

A developer configured the Activity Project Settings for a UI automation and a Click activity in the project shown in the following exhibits:

UiPath-ARDv1 Question 65

UiPath-ARDv1 Question 65

If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?

Options:

A.

10 seconds

B.

15 seconds

C.

20 seconds

D.

30 seconds

Buy Now
Questions 66

A developer needs to create a process that performs the following:

1. Scrapes a table of common English-Spanish translations

2. Writes the table to an Excel file

3. Emails that Excel file as an attachment

While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.

What are the differences between the Workbook and Excel Write Range activities?

Options:

A.

Excel Write Range activity can only be used when Excel is installed.

Workbook Write Range activity can be faster by writing the data directly to the file.

B.

Excel Write Range activity only works in the foreground, visible to the user. Workbook Write Range activity only works in the background.

C.

Excel Write Range activity will create the file in the WorkbookPath property if it does not exist. Workbook Write Range activity can only be used when Excel is installed.

D.

Excel Write Range activity only works in the background.

Workbook Write Range activity will create the file in the WorkbookPath property if it does not exist.

Buy Now
Questions 67

Which statement about the UiPath Robotic Enterprise Framework template is false?

Options are :

Options:

A.

The framework can be used only if you get the input data from the UiPath server queues.

B.

The framework has a robust exception handling scheme and event logging.

C.

The framework is meant to be a template that helps the user design processes.

Buy Now
Questions 68

A database, DT1 , is shown in the following exhibit:

UiPath-ARDv1 Question 68

The Filter Wizard of a Filter Data Table activity is shown below:

UiPath-ARDv1 Question 68

What is the result after the activity has executed?

Options:

A.

DT1 is unaffected by the settings of the Filter Wizard.

B.

DT1 is returned as an empty datatable.

C.

DT1 is overwritten based on the settings of the Filter Wizard.

D.

A runtime error will be thrown.

Buy Now
Questions 69

In UiPath Studio, what describes project validation and workflow analysis?

Options:

A.

Validation of the file or project is performed whenever the Workflow Analyzer is triggered.

B.

Validation of the file or project is performed after the Workflow Analyzer finishes the report.

C.

Validation of the file or project is performed only if the user triggers Validate File and Validate Project.

D.

Validation of the file or project is performed only when running or debugging.

Buy Now
Questions 70

A developer wants to extract data from " Sheet1 " of the " Test.xls " file using the following code:

UiPath-ARDv1 Question 70

In addition, the developer configured the following properties of the Read Range activity:

UiPath-ARDv1 Question 70

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and wh at values will be contained in the OutputDataTable?

Options:

A.

OutputDataTable.Rows.Count = 1

Contains the values of cells " A2 " and " B2 "

B.

OutputDataTable.Rows.Count = 2

Contains the values of cells " A1 " and " B1 "

C.

OutputDataTable.Rows.Count = 2

Contains the values of cells " A2 " and " B2 "

D.

OutputDataTable.Rows.Count = 10,000

Contains the values of cells " A2 " and " B2 "

Buy Now
Questions 71

A developer wants to ensure that a process they are developing includes coherent logs with meaningful log messages. During the execution of the process, an application exception is caught and stored in a local variable called exception.

Based on UiPath best practices, how should the Log Message activity in the Catch section of this exception be configured?

Options:

A.

Level: Warn

Message: exception.Message + " at " + exception.Source

B.

Level: Error

Message: " Exception occurred at " + exception.Source

C.

Level: Fatal

Message: exception.Message

D.

Level: Info

Message: " Application Exception at " + exception.Source

Buy Now
Questions 72

In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct sequence of steps if an application exception occurs on a Queue Item in the Process Transaction state?

NOTE: Drag the Description found on the “Left” and drop on the correct Step Sequence found on the “Right”.

UiPath-ARDv1 Question 72

Options:

Buy Now
Questions 73

A developer was reviewing an Orchestration process whose " main " attribute is set to Main.xaml in project.json.

However, the process is not pausing as intended. What is a possible cause for this issue?

Options:

A.

UI activities were not used in the process.

B.

" Wait for Form Task and Resume " activity was called in Main.xaml.

C.

Process created a task in the Orchestrator.

D.

" Wait for Form Task and Resume " activity was called in GetApproval.xaml.

Buy Now
Questions 74

A developer is creating an automation project which processes personal information of employees.

To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?

Options:

A.

Store all sensitive information in an Excel file that the process can access.

B.

Check the Isolated property when invoking a workflow with sensitive information.

C.

Ensure all personal information variables are of the SecureString variable type.

D.

Check the Private property on the activities that contain sensitive information.

Buy Now
Questions 75

Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?

Options:

A.

KillAllProcesses.xaml

B.

InitAllApplications.xaml

C.

InitAllSettings.xaml

D.

Process.xaml

Buy Now
Questions 76

A developer wants to create an attended automation process. The process will take information from emails in the current user ' s inbox.

Assuming the email/domain or password for the user ' s email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line " Email for Robot " ?

Options:

A.

Get Exchange Mail Messages

B.

Get POP3 Mail Messages

C.

Get Outlook Mail Messages

D.

Get IMAP Mail Messages

Buy Now
Questions 77

You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input.

Which input method(s) will automatically empty the target input fields?

Options:

A.

" SendWindowMessages " only

B.

" Default " and " SimulateType "

C.

" SimulateType " only

D.

" SimulateType " and " SendWindowMessages "

Buy Now
Questions 78

A developer is working on an automation. The automated process must log into Citrix and click on the " Generate Shipment Details " button. Ideally, this generates a table of shipping records. If the generated table displays only the header row and no data is available, then it should be marked as an exception since the data is incomplete.

What is this type of exception?

Options:

A.

BusinessRuleException

B.

NullReferenceException

C.

ApplicationException

D.

SystemException

Buy Now
Questions 79

A developer wants to use the Dispatcher and Performer architecture.

What describes the characteristics of a Dispatcher and a Performer process?

Options:

A.

Dispatcher is used to add Queue Items to an Orchestrator Queue Performer should be created in the REFramework

B.

Dispatcher can only interact with one Orchestrator Queue Performer is used to process Queue Items one at a time

C.

Dispatcher is used to process transaction items from an Orchestrator Queue Performer can interact with multiple Orchestrator Queues

D.

Dispatcher is always created in the REFramework Performer can only interact with one Orchestrator Queue

Buy Now
Questions 80

A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue.

What is the recommended way to avoid processing duplicates of the same Queue Items?

Options:

A.

Create an Excel file of processed Queue Items and loop through the list to check if the current Queue Item has been processed before.

B.

Add a descriptive " Reference " in the " Add Queue Item " activity and check that it does not equal the " Reference " of the Queue Item last processed.

C.

Set the " Unique Reference " of the queue to " Yes " and " Auto Retry " of the queue to " No " .

D.

Set the " Unique Reference " of the queue to " Yes " and add a descriptive " Reference " in the " Add Queue Item " activity.

Buy Now
Questions 81

A developer used title= ' 1 writtenNotes - Notepad ' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.

If the developer wants the selector to identify the Notepad by everything but the first character, how should title

be replaced?

Options:

A.

title= ' * writtenNotes - Notepad '

B.

title= ' ? - Notepad '

C.

title= ' ? writtenNotes - Notepad '

D.

title= ' * - Notepad '

Buy Now
Questions 82

When debugging a process, you run in Debug mode and are paused at a breakpoint.

To quickly execute the activity with the breakpoint and proceed with the execution, which button should be clicked on the Execute tab of Studio?

Options:

A.

Step Into

B.

Break

C.

Step Over

D.

Continue

Buy Now
Questions 83

A developer created a custom rule for Workflow Analyzer and wants to make it available only at the project level.

Which action should the developer perform?

Options:

A.

Create an external assembly (.dll) of the rule and copy it to the Studio install location.

B.

Create an external assembly (.dll) of the rule and copy it to the project location.

C.

Create a Nuget package (.nupkg) of the rule and publish it to Orchestrator.

D.

Create a Nuget package (.nupkg) of the rule and install it in a Studio project as a dependency.

Buy Now
Questions 84

Rev iew the following exhibits:

UiPath-ARDv1 Question 84

UiPath-ARDv1 Question 84

Based on the exhibits, what is the output of the sequence?

Options:

A.

< blank line > A2X9k

B.

A1bx3

A1bx3

C.

A1bx3

A2X9k

D.

A2X9k

A2X9k

Buy Now
Questions 85

If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?

Options:

A.

Element

B.

Selector

C.

ClippingRegion

D.

WaitForReady

Buy Now
Questions 86

In the Robotic Enterprise (RE) Framework, what is the initial value of TransactionNumber?

Options:

A.

0

B.

1

C.

[]

D.

Nothing

Buy Now
Questions 87

What happens if the ClickBeforeTyping property in a Type Into activity is selected?

Options are :

Options:

A.

Before typing, a click is performed at the current mouse position.

B.

Before typing, a click is performed on the top left corner of the UiElement.

C.

Before typing, a click is performed at the center of the UiElement.

Buy Now
Questions 88

A developer runs a Dispatcher process to upload 5 queue items to Orchestrator and then runs a Performer to process them. However, the developer forgot to use the Set Transaction Status activity, which resulted in all 5 items changing their status to In Progress.2 days later, the developer checks the status of transactions in Orchestrator. What will be their status?

Options:

A.

In Progress

B.

Deleted

C.

Abandoned

D.

Failed

Buy Now
Questions 89

Where can the logging level of a robot be changed from?

Options are :

Options:

A.

Orchestrator, in the Edit Robot section, the Settings tab.

B.

The robot settings, which are accessed via the UiPath Robot icon in the System tray.

C.

You can not change the logging level.

Buy Now
Questions 90

How can a robot start an application in Citrix?

Options are :

Options:

A.

By using a command line.

B.

By double clicking on a Desktop icon.

C.

By using an Open Application activity.

D.

By defining a shortcut key for the application and then triggering the app with a Send Hotkey activity.

Buy Now
Questions 91

You want to build a Dispatcher process to populate an Orchestrator Queue for parallel processing on multiple robots. Which activity should you use to add a queue item for each work item?

Options are :

Options:

A.

Add Queue Item

B.

Add Transaction Item

C.

Get Transaction Item

Buy Now
Questions 92

Which of the following types of variables can be defined in UiPath Studio?

Options are :

Options:

A.

DataTable

B.

GenericValue.

C.

Number.

Buy Now
Questions 93

Which of the following are required to have efficient execution of automation projects?

Options are :

Options:

A.

Recovery abilities

B.

Effective logging mechanisms

C.

Proper exception handling

Buy Now
Questions 94

How does the Anchor Base activity work?

Options are :

Options:

A.

It searches for an UiElement at a fixed anchor position.

B.

It searches for an UiElement using a relative coordinate position.

C.

It searches for an UiElement by using another UiElement as anchor.

Buy Now
Questions 95

A developer wants to execute a macro stored in the UiPath_Raport2021.xlsm file. What will be the value of the result variable once the following sequence is executed?

UiPath-ARDv1 Question 95

Please find the properties of Execute Macro activity below

UiPath-ARDv1 Question 95

Please fin the macro " Calculate " below

UiPath-ARDv1 Question 95

Options:

A.

An error will be thrown

B.

6

C.

12

D.

null

Buy Now
Questions 96

Which of the following statements is true regarding Lists and Arrays?

Options are :

Options:

A.

You can add any number of elements to an array.

B.

You can iterate through a List using a For Each loop activity.

C.

List items can be added using an Add to Collection activity.

D.

Array and List elements can be accessed by index.

Buy Now
Questions 97

What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?

Options are :

Options:

A.

In

B.

In/Out

C.

Out

Buy Now
Questions 98

In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Init state of the Main workflow, which state is executed next?

Options are :

Options:

A.

End Process

B.

Get Transaction Data

C.

Init

Buy Now
Questions 99

A developer created automation in UiPath to process CVs of job candidates. This process is designed to help the HR team in their daily activities. Every day robot needs to process mails from the HR team sent to its Outlook account. Besides emails from HR, the robot also receives organizational emails and emails from other employees. There are several possible ways to set up the Get Outlook Mail Messages activity for the robot to only extract emails from the HR Team < hr.team@company.com > .

Please choose the incorrect way.

Options:

A.

" [SenderName] = ' HR Team " in the Filter property of the Get Outlook Mail Messages activity.

B.

" [From] = ' HR Team " in the Filter property of the Get Outlook Mail Messages activity.

C.

" [SenderEmailAddress] = ' hr.team@company.com ' " in the Filter property of the Get Outlook Mail Messages activity.

D.

" HR Team " in the From property of the Get Outlook Mail Messages activity.

Buy Now
Questions 100

Which of the following SQL statements can be executed by using the activity called Execute Non Query?

Options are :

Options:

A.

Insert

B.

Update

C.

Select

D.

Delete

Buy Now
Questions 101

A developer wants to use an Anchor Base activity to search for a UI element by using another UI element as an anchor.

What activity can be used to provide an anchor?

Options:

A.

Find Image

B.

Find Relative Element

C.

Element Exists

D.

Find Children

Buy Now
Questions 102

What is the slowest method of reading text?

Options are :

Options:

A.

Native

B.

FullText.

C.

OCR

Buy Now
Questions 103

What is the valid value for the priority when using Bulk Add Queue Items activity?

Options:

A.

Top

B.

Important

C.

Standard

D.

2

Buy Now
Questions 104

At the end of the execution of Workflow1, which retrieves some items from a database, is the database connection closed automatically?

Options are :

Options:

A.

Yes, the connection is closed after 30 seconds.

B.

The connection has to be closed using a Disconnect activity.

C.

Only the database admin can decide this aspect.

Buy Now
Exam Code: UiPath-ARDv1
Exam Name: UiPath Advanced RPA Developer v1.0 Exam (UiARD)
Last Update: May 16, 2026
Questions: 348

PDF + Testing Engine

$64.99  $185.69

Testing Engine

$49.99  $142.83
buy now UiPath-ARDv1 testing engine

PDF (Q&A)

$54.99  $157.11
buy now UiPath-ARDv1 pdf