Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

UiPath-ARDv1 Exam Dumps - UiPath Advanced RPA Developer v1.0 Exam (UiARD)

Go to page:
Question # 41

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:

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

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

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

Full Access
Question # 42

A developer reviewed the following sequence:

The parameters of the Invoke Method are:

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

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

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 cursor over the target element, while the one with the flag set does not move the mouse cursor.

C.

There is no difference - both can be used in same scenarios.

Full Access
Question # 45

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

Options are :

A.

Get Transaction Data

B.

Init

C.

End Process

Full Access
Question # 46

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 'WI5';

- Filter the records where WIID is less than 500000;

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

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

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

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

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

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

Options are :

ALL THE BEST!

Full Access
Question # 47

In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?

Options are :

A.

Process workflow

B.

GetTransactionData workflow

C.

SetTransactionStatus workflow

Full Access
Question # 48

What is the best way to select a row with a certain value from a column in Excel?

Options are :

A.

Use a Read Range Activity to retrieve the contents of the Excel file, and then use a For Each activity loop to iterate through the data and identify

B.

Use a Read Range Activity to retrieve the contents of the Excel file, and then use a Select Method to identify the desired row

C.

Use the Find functionality from Excel

Full Access
Go to page: