Labour Day - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

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

Questions 4

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

UiPath-ARDv1 Question 4

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 5

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 5

Please find the properties of Retry Scope activity below

UiPath-ARDv1 Question 5

Please find the properties of Open Browser activity below

UiPath-ARDv1 Question 5

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 6

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 7

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

Options:

A.

0

B.

1

C.

[]

D.

Nothing

Buy Now
Questions 8

In which situation can "idx" be used in a reliable selector?

Options:

A.

When the exact n-th element in a static UI list is needed in the process

B.

When the "idx" value is either 1 or 2

C.

When the selectors of the elements in the application rarely change

D.

When a dynamic selector is required

Buy Now
Questions 9

You have two variables, varA and varB, as shown in the following exhibit:

UiPath-ARDv1 Question 9

What is the output of the Write Line activity?

Options:

A.

246246

B.

123123246

C.

246123123

D.

123123123123

Buy Now
Questions 10

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 11

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 12

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 13

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 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 creates a Dispatcher which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. What is the recommended way to avoid creating duplicate Queue Items?

Options:

A.

Set the “Unique Reference” of the queue to “No”

Set “Auto Retry” of the queue to “Yes”

B.

Set the “Unique Reference” of the queue to “Yes”

Add a descriptive “Reference” in the Add Queue Item activity

C.

Add a descriptive “Reference” in the Add Queue Item activity

Check that it does not equal the “Reference” of the Queue Item last uploaded

D.

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

Buy Now
Questions 16

A developer automated a business process based on the Dispatcher and Performer model using two automation projects. Each project file has several invoked workflow files. Before publishing, the developer wants to ensure all unexpected exceptions are caught.

How many Global Exception Handlers can be set?

Options:

A.

Only one per business process

B.

Equal to the number of workflow files

C.

Equal to the number of Try Catch activities

D.

Only one per automation project

Buy Now
Questions 17

A developer wants to use the default Robotic Enterprise (RE) Framework without using Orchestrator. What is the minimum requirement to ensure that the project does not access Orchestrator queues?

Options:

A.

Remove the Get Transaction Data state from the Main state machine

Remove the OrchestratorQueueName setting from Config.xlsx

B.

Remove the Get Transaction Data state from the Main state machine

Remove the Get Transaction Item activity from the project

C.

Remove the Get Transaction Item activity from the project

Remove the three SetTransactionStatus activities from the SetTransactionStatus workflow

D.

Remove the OrchestratorQueueName setting from Config.xlsx

Remove the three SetTransactionStatus activities from the SetTransactionStatus workflow

Buy Now
Questions 18

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 19

After adding an Invoke Workflow File activity and selecting the workflow to invoke, you need to:

Options are :

Options:

A.

Click Import Arguments, and then bind the arguments to the local variables or to some default values

B.

Click Edit Arguments, and then bind the arguments to the local variables or to some default values

Buy Now
Questions 20

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 21

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 22

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 23

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 23

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 24

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 25

A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios.

In UiPath Studio, which recommended type of workflow meets this requirement?

Options:

A.

State Machine

B.

Sequence

C.

Global Exception Handler

D.

Flowchart

Buy Now
Questions 26

Review the following exhibit:

UiPath-ARDv1 Question 26

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 27

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 28

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 29

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 30

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 30

Options:

Buy Now
Questions 31

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 32

UiPath-ARDv1 Question 32

Based on the exhibit that represents the "Deadline" in the yyyy-mm-dd format, what is the correct sequence in which the Queue Items are processed by a single Performer workflow?

NOTE: Drag the Queue Item Name found on the “Left” and drop on the correct Process Order found on the “Right”

UiPath-ARDv1 Question 32

Options:

Buy Now
Questions 33

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 34

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 35

During the debugging process, which panel will help monitor the variables' values, arguments, and user-defined expressions within the scope of the executing activity?

Options:

A.

Locals Panel

B.

Immediate Panel

C.

Watch Panel

D.

Call Stack Panel

Buy Now
Questions 36

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 37

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 38

How can you pass data between workflows?

Options are :

Options:

A.

By using arguments.

B.

By using variables.

C.

By using a pipe.

Buy Now
Questions 39

A developer wants to filter the following datatable to get all rows with people from Canada younger than 50 years old who provided their email address. Which expression provides the required results?

UiPath-ARDv1 Question 39

Options:

A.

DataTable.Select("Country = ''Canada'' AND Age < 50 AND Email != ''")

B.

DataTable.Select("[Country] = 'Canada' AND [Age] < 50 AND [Email] != ''")

C.

DataTable.Select("[Country] = 'Canada' AND [Age] < 50 AND [Email] <> ''")

D.

DataTable.Select("[Country] = 'Canada' && [Age] < 50 && [Email] <> ''")

Buy Now
Questions 40

Which activity can you use if you want to loop through a collection of items?

Options are :

Options:

A.

If activity

B.

Assign activity

C.

For Each activity

D.

Flow Decision activity

Buy Now
Questions 41

What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?

Options are :

Options:

A.

Basic Recording

B.

Citrix Recording

C.

Web Recording

D.

Desktop Recording

Buy Now
Questions 42

What is the robot able to do when the Full Text scraping method is used?

Options are :

Options:

A.

Get the entire visible text

B.

Get font Information (Size color)

C.

Get editable text

D.

Get hidden information

Buy Now
Questions 43

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
Questions 44

What types of assets can be stored in Orchestrator?

Options are :

Options:

A.

Array, Datatable, Bool, String

B.

Bool, String, Integer, Credential

C.

Integer, Password, GenericValue, String

Buy Now
Questions 45

If a large item collection is processed using For Each, which activity enables you to efficiently exit the loop after a specific moment?

Options are :

Options:

A.

No activity can be used. Instead, you have to create a Boolean variable based on which the For Each loop is broken

B.

The "Break" activity is the most suitable in For Each

C.

A While loop should be used instead of For Each

Buy Now
Questions 46

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 47

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 48

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 49

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 50

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 51

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 52

You have two lists in a workflow:

1) FranceCities which contains city names in France

2) IndiaCities which contains city names in India

In order to show all city names from both lists, which expression should be used as the input to a MessageBox?

Options:

A.

String.Join(",", FranceCities.ToString + IndiaCities.ToString)

B.

FranceCities.Concat(IndiaCities).ToList.ToString

C.

String.Join(",", Enumerable.Concat(FranceCities, IndiaCities).ToList)

D.

Enumerable.Concat(FranceCities, IndiaCities).ToString

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

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now UiPath-ARDv1 testing engine

PDF (Q&A)

$35  $99.99
buy now UiPath-ARDv1 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 07 May 2024