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

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

Questions 4

Which of the following activities searches for a UI element by using a position relative to a fixed element?

Options:

A.

Anchor Base

B.

Find Element

C.

Find Relative Element

D.

Element Exists

Buy Now
Questions 5

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 6

In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of the Main workflow, what happens before the next transaction item is retrieved?

Options are :

Options:

A.

We check if the previous transaction has been completed

B.

We check if a kill signal was sent from Orchestrator

C.

We check if a stop signal was sent from Orchestrator

Buy Now
Questions 7

In this exercise, you will create a UiPath automation that performs the steps below.

To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices.

Here are the steps performed by the Robot:

1. Log in to https://www.acme-test.com.

2. On the landing page, Dashboard, click on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.

3. For each page: - Filter the records where Status is 'Open';

- Filter the records where Type is 'WI1';

- Filter the records where WIID is greater than 200000;

- Append the resulting datatable into an Excel worksheet, you shouldn't worry about the headers and format of the output file.

Constraints to follow in the development, using the REFrameWork:

1.TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath Academy).

2. Create a separate workflow file for the Login to ACME. File input arguments: URL ; Username ; Password .

3. Create a separate workflow file for closing ACME.

4. Add the ACME_URL and ACME_Credential to the Config file.

5. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.

6. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.

7. Populate KillAllProcesses.xaml from the Framework folder with killing the process used.

8. Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.

Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets). Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.

Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.

Good luck!

ALL THE BEST!

Options:

Buy Now
Questions 8

A developer uses the following selector to extract the title of the invoice opened in the Chrome browser.

Which of the following documents would not be recognized by UiPath?

Options:

A.

Invoice 1263 - 12.04.2021.pdf

B.

Invoice - 04.04.2021.pdf

C.

Invoice - 17.05.21.pdf

D.

Invoice 4324 - 2.06.2021.pdf

Buy Now
Questions 9

A developer has created a process that gathers a listing of stock market prices in the following format _USD ().

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 9

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 10

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 11

In the UiPath Robotic Enterprise Framework template, in the Main workflow, the State Machine includes the following states:

Options are :

Options:

A.

Init state

B.

Set Transaction State

C.

Get transaction data state

D.

End Process State

E.

Process Transaction State

Buy Now
Questions 12

In UiPath Robotic Enterprise Framework, what are the transitions of the Init state?

Options are :

Options:

A.

In the case of Success, the transition is to the Process Transaction state.

B.

In the case of System Error, the transition is to the End Process state.

C.

In the case of Success, the transition is to the Get Transaction Data state.

D.

In the case of System Error, the transition is to the Init state.

Buy Now
Questions 13

Which of the following are considered best practices? Select all the options that apply.

Options are :

Options:

A.

Keeping environment settings hard coded inside workflows.

B.

Breaking the process into smaller workflows.

C.

Reusing workflows across different projects.

Buy Now
Questions 14

What UiPath tool ensures that your project meets high quality and reliability standards?

Options:

A.

Diagnostic Tool

B.

UI Explorer

C.

Test Manager

D.

Workflow Analyzer

Buy Now
Questions 15

What can the UiPath Robotic Enterprise Framework template be used as?

Options are :

Options:

A.

A consumer of a queue in Orchestrator

B.

A complete library for front office robots

C.

The starting point for every automation project

Buy Now
Questions 16

What happens if you try to end the execution of a job by clicking the Kill/Terminate button in Uipath Orchestrator?

Options are :

Options:

A.

The execution process is killed.

B.

The execution is not impacted if no Should Stop activity has been included in the workflow in Studio.

C.

The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.

Buy Now
Questions 17

A developer has added a Log Message activity in the Catch block of a Try Catch activity. The Log Message activity is executed when the process tries to recover from an unknown System Exception.

What is the recommended level for the Log Message activity?

Options:

A.

Fatal

B.

Info

C.

Trace

D.

Error

Buy Now
Questions 18

A developer created the following sequence:

UiPath-ARDv1 Question 18

The following reflects the Catches block for the Try Catch activity:

UiPath-ARDv1 Question 18

The Variable tab appears below:

UiPath-ARDv1 Question 18

The Properties for the Retry Scope activity are shown below:

UiPath-ARDv1 Question 18

The Properties for the On Element Appear activity are as follows:

UiPath-ARDv1 Question 18

Based on the configurations shown in the exhibits, which output is displayed in the Output panel when the target exists at runtime and it is not visible on the screen?

Options:

A.

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

B.

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

C.

Value of counter is: 4

D.

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Value of counter is: 4

Buy Now
Questions 19

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 20

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 other 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 21

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 22

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 23

A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow. Which panel can the developer use to monitor the result of the expression. FirstInt > SecondInt, throughout the execution of the workflow in Debug mode?

Options:

A.

Breakpoints Panel

B.

Locals Panel

C.

Watch Panel

D.

Immediate Panel

Buy Now
Questions 24

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 24

The Invoke Method has the following properties:

UiPath-ARDv1 Question 24

The Parameters property is as follows:

UiPath-ARDv1 Question 24

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 25

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 26

A developer is automating a process which uses data from invoice documents. The business requirement is that each transaction should be uniquely identified by the invoice number and is only uploaded to the Orchestrator queue once.

What is a recommended practice to meet this requirement?

Options:

A.

Create a Queue with Unique Reference set to "Yes"

In the process, set the Reference property of the Add Queue Item activity to the invoice number

B.

Create a Queue with the Auto Retry property set to "No"

In the process, set the QueueName property of the Add Queue Item activity to the invoice number

C.

Create a Queue with Unique Reference set to "Yes"

In the process, set an argument named Reference of the ItemInformation property of the Add Queue Item activity to the invoice number

D.

Create a Queue with the Auto Retry property set to "No"

In the process, set an argument named TransactionId of the ItemInformation property of the Add Queue Item activity to the invoice number

Buy Now
Questions 27

A developer creates a Dispatcher process which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. Based on best practice, what is the recommended way to avoid creating duplicate Queue Items?

Options:

A.

Enable the Enforce unique references field of the queue

Add a descriptive "Reference" in the Add Queue Item activity

B.

Add a descriptive "Reference" in the Add Queue Item activity

Ensure that the "Reference" does not equal the "Reference" of the Queue Item last loaded

C.

Create an Excel file of processed Queue Items

Loop through the list to check if the current Queue Item to upload has been uploaded before

D.

Disable the Enforce unique references field of the queue

Enable the "Auto Retry" of the queue

Buy Now
Questions 28

When should the "Add Log Fields" activity be used?

Options are :

Options:

A.

When a log message with a maximum number of five visible fields needs to be generated

B.

When the standard log message has to be customized by adding new fields to it

C.

When logs need to be enabled

Buy Now
Questions 29

What is the slowest Method of reading Text?

Options are :

Options:

A.

Native

B.

OCR

C.

Full Text

Buy Now
Questions 30

A developer creates a process using a State Machine. What section(s) does the Final State activity contain?

Options:

A.

Entry and Exit

B.

Entry

C.

Exit

D.

Entry, Exit and Transition(s)

Buy Now
Questions 31

A developer has configured the Activity Project Settings for UI automation and a Click activity as shown below. The required selector does not exist. What Timeout value will be used by the robot once executed in Run Mode?

UiPath-ARDv1 Question 31

Please find the properties of the Click activity below.

UiPath-ARDv1 Question 31

Options:

A.

90 seconds

B.

0 seconds

C.

60 seconds

D.

30 seconds

Buy Now
Questions 32

A developer is using UiExplorer to modify selectors. The "Repair" button is present in UiExplorer. What is its functionality and when does this button appear?

UiPath-ARDv1 Question 32

Options:

A.

Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is valid.

B.

Indicates a new UI element to replace the previous one. The button is enabled only if the selector is valid.

C.

Indicates a new UI element to replace the previous one. The button is enabled only if the selector is invalid.

D.

Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is invalid.

Buy Now
Questions 33

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 34

A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?

Options:

A.

Set status of the transaction to Business Rule Exception. Wrap Path Exists activity in Try Catch.

B.

Set status of the transaction to Business Rule Exception. Configure queue to retry Business Rule Exception transactions 3 times.

C.

Set status of the transaction to Business Rule Exception. Configure robot to notify the responsible person that the required file is missing.

D.

Set status of the transaction to System Exception. Configure queue to retry System Exception transactions 3 times.

Buy Now
Questions 35

A foreground process is running on the user's machine. A developer starts a new background process on the same machine while the foreground process is still running. What will happen in such situation?

Options:

A.

The foreground process will be stopped automatically and the background process will run.

B.

The background process will wait for the foreground process to finish, and then will be executed.

C.

There is no possibility to run a background process while a foreground process is running.

D.

The background process will be executed and will run in parallel with the foreground process.

Buy Now
Questions 36

Please select the incorrect statement about Rethrow activity.

Options:

A.

Rethrow activity throws an exception previously caught in an exception handling block.

B.

Rethrow activity must be a child of a Catch handler of a TryCatch activity.

C.

Rethrow activity is used when additional activities need to be added before the exception is thrown.

D.

You can specify which error type should be thrown in Rethrow activity.

Buy Now
Questions 37

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 38

A developer created a UiPath Process to find out, how many worksheets an Excel file stores. What will be the result of the processing if the indicated workbook does not exist?

UiPath-ARDv1 Question 38

Please find the properties of the Excel Application Scope activity below:

UiPath-ARDv1 Question 38

Please find the properties of the Get Workbook Sheets activity below:

UiPath-ARDv1 Question 38

Options:

A.

An error will be thrown.

B.

A Message Box will display "0".

C.

A Message Box will display "No sheets found".

D.

A Message Box will display "1".

Buy Now
Questions 39

Which of the scraping methods can get you the hidden text in the element?

Options are :

Options:

A.

All of the above

B.

Native

C.

OCR

D.

FullText

Buy Now
Questions 40

Practical exam questions is different for different people, so solution cant be shared but as i have promised that i will help in practical exam, You can mail me at learnautomationr@gmail.com and i will help you to clear practical exam also.

Options are :

Options:

A.

Understood

B.

Answer :Understood

Buy Now
Questions 41

Where can we see the logs generated by running robots?

Options are :

Options:

A.

In the Output panel.

B.

In the local Logs folder.

C.

In the Orchestrator logs.

Buy Now
Questions 42

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 43

Please select the correct statement about Global Exception Handler.

Options:

A.

Every automation project includes a Global Exception Handler.

B.

The Global Exception Handler is available for library projects and processes.

C.

The Global Exception Handler has two arguments that can be removed.

D.

Only one Global Exception Handler can be set per automation project.

Buy Now
Questions 44

"Add Assets" in Orchestrator has the following option:

Options are :

Options:

A.

Value Per Robot

B.

Value Per Process

C.

Single Value

D.

Value Per Environment

Buy Now
Questions 45

Scheduling a process is done from:

Options are :

Options:

A.

Orchestrator Server

B.

Not Possible

C.

UiPath Studio

D.

UiPath Robot

Buy Now
Questions 46

A developer uses REFramework to create complex process automation. In the InitAllSettings state, the robot retrieves all required assets from the Orchestrator. All values are stored in a Config dictionary which is passed between workflows. What happens if, during the processing of a queue item, the value of one of the assets was changed in Orchestrator?

Options:

A.

The value of the asset will be null.

B.

Robot will throw an error when trying to use the value of that asset.

C.

Robot will use the new value of the asset.

D.

Robot will use the old value of the asset.

Buy Now
Questions 47

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 48

During the execution of a process, a button must be clicked to open an application. Based on best practice, what should the developer use to ensure the button element is clicked and the automation process continues?

Options:

A.

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

B.

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

C.

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

D.

Modify the Click activity used to open the application by increasing the timeout property an additional 30 seconds

Buy Now
Questions 49

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 50

A developer created a production level automation using the Robotic Enterprise (RE) Framework. Any values used within the automation are referenced from the Config.xlsx file included in the framework.

What are the differences between the Settings sheet and the Assets sheet in the Config.xlsx file?

Options:

A.

Settings sheet contains only values used for the initialization of applications.

Assets sheet contains only Credential Assets stored in Orchestrator.

B.

Settings sheet contains only hard-coded values.

Assets sheet contains all names of Orchestrator Assets including those of type Credential.

C.

Settings sheet contains Credential Assets stored in Orchestrator.

Assets sheet contains hard-coded values.

D.

Settings sheet contains hard-coded values and names of Credential Assets.

Assets sheet contains all names of Orchestrator Assets except those of type Credential.

Buy Now
Questions 51

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 52

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 52

Options:

Buy Now
Questions 53

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 54

Which action is performed when the Validate File button is pressed on the “Analyze File” drop-down in UiPath Studio?

Options:

A.

Checks all the project.xaml files for validation errors

B.

Checks only the Main.xaml file for validation errors

C.

Checks only the current file for validation errors

D.

Checks only the project.json file for validation errors

Buy Now
Questions 55

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 55

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 56

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 56

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 57

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 58

An attended automation user wants to run two background processes in UiPath Assistant: UpdateTimecards Process and GetPTODays Process. What is a characteristic of running these processes?

Options:

A.

UpdateTimecards Process and GetPTODays Process can be run concurrently only if started from Orchestrator

B.

UpdateTimecards Process and GetPTODays Process can only be run sequentially

C.

An exception is thrown if the processes are executed concurrently

D.

UpdateTimecards Process and GetPTODays Process can be run concurrently

Buy Now
Questions 59

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.

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.

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

B.

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

C.

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

D.

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

Buy Now
Questions 60

What are the differences between a partial selector and a full selector?

Options:

A.

Partial selectors in activities always take longer to execute.

Full selectors can contain wildcards.

B.

Partial selectors are recommended when switching between multiple windows.

Full selectors can only contain one line.

C.

Partial selectors cannot contain wildcards.

Full selectors always include the application name.

D.

Partial selectors can only be configured on activities inside containers.

Full selectors always contain information about the top-level window.

Buy Now
Questions 61

A developer wants to use separate user data folders for browsers in the Main and PiP sessions. What is the correct setting of the UserDataFolderMode property on the Open Browser activity?

Options:

A.

BrowserUserDataFolderMode.CustomFolder

B.

BrowserUserDataFolderMode.Automatic

C.

%LocalAppData%\UiPath\PIP Browser Profiles

D.

BrowserUserDataFolderMode.DefaultFolder

Buy Now
Questions 62

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

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

UiPath-ARDv1 Question 62

Options:

Buy Now
Questions 63

Review the following exhibit:

UiPath-ARDv1 Question 63

What is the result of clicking the "Run in PiP" button?

Options:

A.

The attended process starts in an isolated Windows session.

The user is prompted with a window to enter credentials on every run.

B.

The attended process starts on a remote machine.

The user is prompted with a window to enter credentials.

C.

The attended process starts in an isolated Windows session.

The user is logged in with the credentials entered from the main session.

D.

The attended process starts in the same Windows session.

The user is logged in automatically with their credentials.

Buy Now
Questions 64

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 65

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 66

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

UiPath-ARDv1 Question 66

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 67

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 68

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 69

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

UiPath-ARDv1 Question 69

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 70

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 71

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 72

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 73

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 74

A developer was assigned a task to build a process that will interact with hidden or minimized windows on an employee's machine.

To ensure the UI automation runs in the background which commonly used activity property must always be avoided?

Options:

A.

Default

B.

Simulate Type

C.

Activate

D.

SendWindowMessages

Buy Now
Questions 75

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 76

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

UiPath-ARDv1 Question 76

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

UiPath-ARDv1 Question 76

You use a Log Message activity in "SecondaryWorkflow.xaml" to print the value of the argument "in_WelcomeMessage".

What is the expected result of executing "PrimaryWorkflow.xaml"?

Options:

A.

Log message "Hi, I reside at the Secondary file"

B.

Log message "Hi, I am passed from the Primary file"

C.

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

D.

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

Buy Now
Questions 77

Where in the Robotic Enterprise (RE) Framework template project is the SetTransactionStatus.xaml invoked?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 78

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 79

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 80

A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed?

Options:

A.

After the activities in the Entry section and the activities in the trigger are executed.

B.

After the activities in the Entry section are executed, but only if there are exceptions.

C.

Immediately after the activities in the Entry section are executed.

D.

After the activities in the Entry section are executed and the transition to the next state is confirmed.

Buy Now
Questions 81

You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this page, the following table is displayed:

UiPath-ARDv1 Question 81

You observe that the selector of the element highlighted in red is:

What is a valid selector to get the 5-th element in the WIID column?

Options:

A.

B.

C.

D.

Buy Now
Questions 82

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 82

UiPath-ARDv1 Question 82

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 83

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 84

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 85

A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.

Which expression exclusively matches the ticket number pattern from the subject line?

UiPath-ARDv1 Question 85

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 86

A developer needs to create an automation process that identifies a file with format "Monthly_Report_MMddyyyy.xlsx". The file name is saved to a variable called strinput.

To extract the date from strinput, which string manipulation method should be used?

Options:

A.

strinput.Substring(strInput.LastIndexOf("_")+1,8)

B.

strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf(".")−1)

C.

strinput.Substring(strInput.IndexOf("_")+1.8)

D.

strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf("."))

Buy Now
Questions 87

A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the element specified in the Click activity does.

UiPath-ARDv1 Question 87

What occurs when this Click activity executes?

Options:

A.

Timeout error occurs without clicking on the element.

B.

Waits 10 seconds before clicking on the element.

C.

Continues to the next activity after 30 seconds without clicking on the element.

D.

Element is clicked once it is fully loaded.

Buy Now
Questions 88

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 89

A developer met with a rental car company to review their business requirements which takes reservations from a Microsoft Outlook email box. The company has indicated the following occurs in their application:

1.Login to the rental car company's desktop application

2.Navigate to the Rental Requests section

3.Get emails from their Microsoft Outlook account

4.Extract data from the current email and add it to the queue

5.For each Queue Item:

-a) Navigate to the Reservations section

-b) Add the booking details into the Reservations section

-c) Close the current reservation and move to a new one

6.Log out and close the company's application

The developer needs to create a process using the Dispatcher/Performer architecture for the company. Which steps will be included in the Dispatcher process?

Options:

A.

1-3

B.

1-4

C.

3-4

D.

3-6

Buy Now
Questions 90

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 90

Which warning will be shown in the Analyzer output for this activity?

Options:

A.

Timeout values is not defined in activity Click Calculator button

B.

Hardcoded delays used in activity Click Calculator button

C.

Activity Click Calculator button has a default name

D.

SendWindowMessages not checked in activity Click Calculator button

Buy Now
Questions 91

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 92

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 93

A developer entered custom values in the Browser property in the UI Automation section of the Activity Project Settings menu.

Which set of activities can be affected by this change?

Options:

A.

Navigate To and Attach Browser

B.

Open Browser and Navigate To

C.

Open Browser and Close Tab

D.

Attach Browser and Open Browser

Buy Now
Questions 94

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 95

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

UiPath-ARDv1 Question 95

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

UiPath-ARDv1 Question 95

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 96

A developer created a process with the Robotic Enterprise (RE) Framework, uploaded the package on the Orchestrator, and created a job for it. Once these steps are performed, the job is started from the Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator.

At which point in the workflow will this job stop?

Options:

A.

After the currently running workflow is executed because the stop command is propagated to the robot and the execution will be ended.

B.

Next time the Get Transaction Data state is executed, the stop command is detected and the execution

transitions to the End Process state.

C.

Immediately, because the stop command is propagated to the robot and the execution will be ended.

D.

After the current transaction is finished, the Process Transaction state will detect the stop command and transitions to the End Process state.

Buy Now
Questions 97

A developer published a library component for use within UiPath Studio.

In order to successfully add this library as a dependency to the project, what should be used?

Options:

A.

Invoke Com Method activity

B.

Imports Panel

C.

Invoke Method activity

D.

Manage Packages Window

Buy Now
Questions 98

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 99

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 100

A developer reviewed the following sequence:

UiPath-ARDv1 Question 100

The parameters of the Invoke Method are:

UiPath-ARDv1 Question 100

UiPath-ARDv1 Question 100

In order to get the table name of the first element in the DataSet, which expressions should the developer use?

Options:

A.

DataSet.Tables(0).TableName

B.

DataSet.Tables(1).TableName

C.

DataSet.Rows(0).TableName

D.

DataSet.Rows(1).TableName

Buy Now
Questions 101

A developer wants to create a process for a Call Center user. This process must:

1.Interact with application windows that are minimized or in the background.

2.Allow the user to interact with separate desktop applications at the same time.

Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?

Options:

A.

Get Text

B.

Element Exists

C.

Select Item

D.

Type Into

Buy Now
Questions 102

From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots?

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

UiPath-ARDv1 Question 102

Options:

Buy Now
Questions 103

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

UiPath-ARDv1 Question 103

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

UiPath-ARDv1 Question 103

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what 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 104

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 104

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
Exam Code: UiPath-ARDv1
Exam Name: UiPath Advanced RPA Developer v1.0 Exam (UiARD)
Last Update: Apr 22, 2024
Questions: 348

PDF + Testing Engine

$66.4  $165.99

Testing Engine

$46  $114.99
buy now UiPath-ARDv1 testing engine

PDF (Q&A)

$42  $104.99
buy now UiPath-ARDv1 pdf