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

UiPath-ARDv1 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

UiPath-ARDv1 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: UiPath Advanced RPA Developer v1.0 Exam (UiARD)
  • Last Update: May 4, 2024
  • Questions and Answers: 348
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

UiPath-ARDv1 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

UiPath-ARDv1 Practice Exam Questions with Answers UiPath Advanced RPA Developer v1.0 Exam (UiARD) Certification

Question # 6

Which is considered to be one of the best practices regarding the process ?nalization?

Options are :

A.

Leave the used applications open so that person can Inspect me result

B.

Leave the application In its initial state, so that we can execute the process again

C.

Restart the machine so that any potential problem can be fixed

Full Access
Question # 7

What is the use of    attribute when working with selectors?

A.

  attribute should not be used according to best practices.

B.

To search through all active window instances for the element matching the top-level tag attributes.

C.

To indicate that  attribute is optional in this selector.

D.

To work with selectors that dynamically change the  attribute.

Full Access
Question # 8

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?

A.

title='* writtenNotes - Notepad'

B.

title='? - Notepad'

C.

title='? writtenNotes - Notepad'

D.

title='* - Notepad'

Full Access
Question # 9

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?

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.

Full Access
Question # 10

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 answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 11

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?

A.

Invoke Com Method activity

B.

Imports Panel

C.

Invoke Method activity

D.

Manage Packages Window

Full Access
Question # 12

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?

A.

TimeoutMS = 10000

B.

WaitForReady = Complete

C.

TimeoutMS = Int32.MaxValue

D.

WaitForReady = Interactive

Full Access
Question # 13

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?

A.

1-3

B.

1-4

C.

3-4

D.

3-6

Full Access
Question # 14

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?

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

Full Access
Question # 15

A developer reviewed the following sequence:

UiPath-ARDv1 question answer

The parameters of the Invoke Method are:

UiPath-ARDv1 question answer

UiPath-ARDv1 question answer

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

A.

DataSet.Tables(0).TableName

B.

DataSet.Tables(1).TableName

C.

DataSet.Rows(0).TableName

D.

DataSet.Rows(1).TableName

Full Access
Question # 16

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?

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.

Full Access
Question # 17

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

UiPath-ARDv1 question answer

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

UiPath-ARDv1 question answer

What is the result after the activity has executed?

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.

Full Access
Question # 18

A developer wants to use the Dispatcher and Performer architecture.

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

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

Full Access
Question # 19

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?

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.

Full Access
Question # 20

Is it possible to retrieve the color of a specific Excel cell?

Options are :

A.

No, The color cannot be retrieved from a workbook

B.

Only with an OCR Engine

C.

Yes, by using Get Cell Color

Full Access
Question # 21

The return value of the Get Transaction Item activity is of the following type:

Options are :

A.

String

B.

List

C.

Object

D.

QueueItem

Full Access
Question # 22

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?

A.

Find Image

B.

Find Relative Element

C.

Element Exists

D.

Find Children

Full Access
Question # 23

Which of the following statements related to Orchestrator are true?

Options are :

A.

A robot can execute many different jobs at the same time.

B.

Robots can be assigned to multiple environments.

C.

A robot can execute many different jobs one after the other.

Full Access
Question # 24

Which activity uses the "SimulateType" property by default and this setting cannot be changed?

A.

Set Text

B.

Type Secure Text

C.

Type Into

D.

Send Hotkey

Full Access
Question # 25

UiPath-ARDv1 question answer

A developer implements a state machine for his automation solution. What happens if a condition both for T1 and T2 is True?

A.

Default transition is executed.

B.

T1 transition is executed.

C.

Both T1 and T2 are executed.

D.

An error is thrown.

Full Access
Question # 26

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 :

A.

Understood

B.

Answer :Understood

Full Access
Question # 27

Which of these are workflow types available in UiPath Studio;

Options are :

A.

REFramework.

B.

Flowchart.

C.

Sequence.

D.

Activity.

Full Access
Question # 28

A developer wants to automate a process in an internal ERP system. The robot needs to log in to the system using login and password. What is the correct approach to using credentials in UiPath?

A.

The developer should store login and password in the Config file.

B.

The credentials should be stored in Orchestrator and retrieved using Get Credential activity.

C.

The credentials should be stored in Orchestrator and retrieved using Get Asset activity.

D.

The developer should write login and password directly in Type Into activity.

Full Access
Question # 29

A developer uses Invoke Process activity to execute a child process. How can the developer differentiate logs of the child process from logs of the parent process?

A.

Different log files are created to store logs of parent and child processes.

B.

Only by ProcessName field in local logs.

C.

Only by Process column in Orchestrator.

D.

By ProcessName field in local logs and Process column in Orchestrator.

Full Access
Question # 30

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

Options are :

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.

Full Access
Question # 31

When requesting a work item from Orchestrator Queues using the Get Transaction Item activity, you need to specify the following:

Options are :

A.

The name of the Queue and the number of items to be retrieved

B.

The name of the Queue, the number of items, and a filtering expression

C.

The name of the Queue which contains that specific work item

Full Access
Question # 32

Where should you store the environment settings that are prone to changes?

Options are :

A.

Directly inside the workflows, as hard coded values

B.

In Orchestrator, as assets

C.

Inside config files (.xml, .json, .xlsx, etc.)

Full Access
Question # 33

During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:

1.The loading of the label text element takes longer than 30 seconds.

2.The loading of the button takes longer than 30 seconds.

3.The retrieving of the data or clicking the button must be tried until successful.

Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?

A.

Use the Get Text activity with the default timeout and set the ContinueOnError property to "True". Use the Click activity in the Retry Scope activity.

B.

Use the Get Text activity with the default properties in a Retry Scope activity. Use the Click activity with the default properties in a Retry Scope activity.

C.

Modify the Get Text activity by increasing the timeout property. Use the Click activity to click the button with the default settings.

D.

Use the Get Text activity with the default timeout and set the WaitForReady property to "None" in a Retry Scope activity.

Modify the Click activity by increasing the timeout property and set the ContinueOnError property to "True".

Full Access
Question # 34

A developer needs to create an Out argument to pass the results of a Data Scraping activity to another workflow. The activity scrapes text from a structured list on a website.

From the drop-down list shown in the exhibit, select the Argument Type that should be used.

UiPath-ARDv1 question answer

Full Access
Question # 35

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 :

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

Full Access
Question # 36

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 answer

Full Access
Question # 37

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 answer

Full Access
Question # 38

What are the differences between partial selectors and full selectors?

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.

Full Access
Question # 39

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?

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.

Full Access
Question # 40

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?

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.

Full Access
Question # 41

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"?

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

Full Access
Question # 42

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?

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.

Full Access
Question # 43

A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to log into a website using different credentials depending on the account and machine it runs on. If the value is not defined for the account and machine, the developer needs the process to throw an error. For security reasons, the credentials for the login are stored in Orchestrator as Credential Assets with the Value Per Account-Machine option.

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

A.

Create a Credential asset with the Global Value disabled.

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

B.

Create a Credential asset with the Global Value disabled.

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

C.

Create a Credential asset with the Global Value enabled.

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

D.

Create a Credential asset with the Global Value enabled.

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

Full Access
Question # 44

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?

A.

Pull (rebase)

B.

Checkout Branch

C.

Show History

D.

Push

Full Access
Question # 45

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?

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

Full Access
Question # 46

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?

A.

Type Secure Text

B.

Click

C.

Set Text

D.

Hover

Full Access
Question # 47

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

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.

Full Access
Question # 48

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?

A.

Library

B.

Iterative Process

C.

Transactional Process

D.

Linear Process

Full Access
Question # 49

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?

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.

Full Access
Question # 50

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 answer

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?

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

Full Access
Question # 51

A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated and the associated action is performed?

A.

Set "SchedulingMode=Concurrent" in the Trigger Scope activity properties

B.

Set "BlockEvent=False" in the properties for the two Trigger activities

C.

Set the Trigger Scope activity within a Parallel activity

D.

Set "SchedulingMode=OneTime" in the Trigger Scope activity properties

Full Access
Question # 52

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?

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

Full Access