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

UiPath-ARDv1 Questions and Answers

Question # 6

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?

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

Full Access
Question # 7

A developer created the following sequence:

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

The Variable tab appears below:

The Properties for the Retry Scope activity are shown below:

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

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?

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

Full Access
Question # 8

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?

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

Full Access
Question # 9

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.

Full Access
Question # 10

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

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 # 11

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?

A.

Element

B.

Selector

C.

ClippingRegion

D.

ClickType

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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?

A.

Retry Scope

B.

Throw

C.

Rethrow

D.

Try Catch

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

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.

Full Access
Question # 16

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”.

Full Access
Question # 17

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

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.

Full Access
Question # 18

What represents an example of a full selector?

A.

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

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

B.

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

<ctrl automationid='6' />

C.

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

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

D.

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

<ctrl automationid='System.ItemNameDisplay' />

Full Access
Question # 19

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?

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

Full Access
Question # 20

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 or hover over the Vendors menu item and then click on Search for Vendor. Click on Display All Vendors. Scrape the data from the whole table displayed. The resulting datatable will be used as the input data for the process. Navigate back to the dashboard.

Note: Navigation can be achieved in multiple ways by the robot - choose whichever you find best.

3. For each Tax ID:

- Navigate to Vendors - Search page (click or hover over the Vendors menu item and then click on Search for Vendor);

- Type the Tax ID into the Vendor Tax ID field;

- Click on Search;

- Extract the values for the Vendor, City and Country and compare them with the values from the previously extracted table from the Display All Vendors page (check for EXACT match for all fields!);

- If the values are not matching, this should be categorized as a Business Rule Exception;

- If the City does NOT belong to the group {""Rimini"", ""Berlin"", ""Roma"", ""Iasi"", ""Koln""}, this should be categorized as the second Business Rule Exception. We can only process requests from these cities. Check the City value extracted after the individual Tax ID search;

- If no Business Rule Exception, Append the resulting datatable from each page into an CSV file; 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 DataRow. The process should recover and retry 2 times in case of errors in navigation between the Vendor Search and Vendor Search Results pages. One transaction is the action of navigating to the Vendor Search page, searching for the TaxID and scraping the values from the resulting one row table. (Similar to ACME Process 5 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 Excel 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: Navigation, Searching for TaxID, Scraping, Checking if the values match, Checking for the correct City, Appending to CSV.

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.

Options are :

ALL THE BEST!

Full Access
Question # 21

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

Options are :

A.

Init State

B.

Get transaction data State

C.

Process Transaction State

D.

Set Transaction State

E.

End Process State

Full Access
Question # 22

Which activity can be used if you want to test whether a condition evaluates to true or false?

Options are :

A.

Flow Decision activity

B.

If activity

C.

For Each activity

Full Access
Question # 23

A developer needs to select a layout for integrating activities into a workflow file. They must select a layout that covers all possible cases and transitions, and accommodate processes that are not easily captured through the use of loops and If statements.

Based on best practices, which layout is recommended?

A.

Global Exception Handler

B.

Sequence

C.

Flowchart

D.

State Machine

Full Access
Question # 24

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?

A.

Failed

B.

In Progress

C.

Retried

D.

New

Full Access
Question # 25

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?

A.

UiPath.Core.BusinessRuleException

B.

System.ArgumentException

C.

UiPath.Core.InvalidImageException

D.

System.Exception

Full Access
Question # 26

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?

A.

DelayAfter

B.

WaitForReady

C.

DelayBefore

D.

DelayBetweenKeys

Full Access
Question # 27

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

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

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

Full Access
Question # 28

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

A.

Process Transaction

B.

Get Transaction Data

C.

End Process

D.

Initialization

Full Access
Question # 29

A developer has two collections containing data:

1) A list of strings called listA that was initialized with 2 items

2) An array of strings called arrayB that was initialized with 2 items

How can both collections be combined into a single 4-item collection called results?

A.

Use the Add To Collection activity with arrayB as the parameter

B.

Use the String.Join method with listA and arrayB as parameters

C.

Use a Multiple Assign activity to add each item from arrayB to listA

D.

Use a For Each activity to iterate through listA and add each item to arrayB

Full Access
Question # 30

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 # 31

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?

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.

Full Access
Question # 32

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 # 33

You recently observed a developer using the SecureString variable type in their workflow. What is a UiPath best practice relative to the use of SecureString?

A.

Name of the SecureString variable should include the prefix "str_".

B.

SecureString variable scope should be limited to the scope where it is created.

C.

A workflow file should not contain more than one SecureString variable.

D.

SecureString variable should be assigned to an argument.

Full Access
Question # 34

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

What is the output of the Write Line activity?

A.

246246

B.

123123246

C.

246123123

D.

123123123123

Full Access
Question # 35

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

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

A.

10 seconds

B.

15 seconds

C.

20 seconds

D.

30 seconds

Full Access
Question # 36

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

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

A.

1 element

B.

2 elements

C.

3 elements

D.

5 elements

Full Access
Question # 37

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?

A.

Default

B.

Simulate Type

C.

Activate

D.

SendWindowMessages

Full Access
Question # 38

How can a process be executed on three different robots?

Options are :

A.

By scheduling the process and adjusting the settings in the Execution Target tab accordingly

B.

By creating a job and selecting all three robots

C.

By deploying the process in the environment of the robots, which run it automatically

D.

It is not possible to allocate a process to three different robots

Full Access
Question # 39

Which of the following are considered best practices?

Options are :

A.

Start you new sequence with a short annotation meant to explain the purpose of the workflow

B.

Include a Should Stop activity at the end of the workflow

C.

Think about the exception that might occur during the execution of the process

Full Access
Question # 40

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?

A.

BusinessRuleException

B.

NullReferenceException

C.

ApplicationException

D.

SystemException

Full Access
Question # 41

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?

A.

Get Text

B.

Element Exists

C.

Select Item

D.

Type Into

Full Access
Question # 42

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

1.Scrapes a table of common English-Spanish translations

2.Writes the table to an Excel file

3.Emails that Excel file as an attachment

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

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

A.

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

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

B.

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

C.

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

D.

Excel Write Range activity only works in the background.

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

Full Access
Question # 43

What type of container will Web Recording generate?

Options are :

A.

No container

B.

Attach Browser

C.

Attach Window

D.

Excel Application Scope

Full Access
Question # 44

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 # 45

What is the slowest method of reading text?

Options are :

A.

OCR

B.

Native

C.

Full Text

Full Access
Question # 46

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

A.

Diagnostic Tool

B.

UI Explorer

C.

Test Manager

D.

Workflow Analyzer

Full Access
Question # 47

Where should Credentials be stored?

Options are :

A.

In Windows Credential Store

B.

In Orchestrator as assets

C.

Directly inside the workflows as variables

Full Access
Question # 48

How should exceptions be handled? Select all the options that apply.

Options are :

A.

By using Try Catch activities inside the workflow for unexpected application exceptions.

B.

UiPath handles exceptions by default.

C.

By validating data using conditional blocks for business exceptions.

Full Access
Question # 49

What type of assets can be stored in Orchestrator?

Options are :

A.

Array, Datatable, Bool, String

B.

Bool, String, Integer, Credential

C.

Integer, Passowrd, GenericValue, String

Full Access
Question # 50

A developer uses REFramework to create a complex automation project.

In the Settings sheet of the Config file, the developer writes "fileName" in the Name column and "Fin_Excel_FileName" in the Value column.

In Orchestrator, the developer creates an asset named "Fin_Excel_FileName" with the value "Report_Udemy2021.xlsx".

What will be the value of Config("fileName").ToString?

A.

fileName

B.

Report_Udemy2021.xlsx

C.

Fin_Excel_FileName

D.

null

Full Access
Question # 51

What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?

Options are :

A.

The activity with an enabled SimulateClick flag does not click the target element, it just simulates the action

B.

The activity with the SimulateClick flag unchecked moves the mouse cursonr over the target element, while the one with flag set does not move the mouse cursor

C.

The activity with an enabled SimulateClick flag does not click the target element, it just simulates the action

Full Access
Question # 52

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