Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Pass the UiPath Certified Professional - Developer Track UiPath-ARDv1 Questions and answers with ValidTests

Exam UiPath-ARDv1 All Questions
Exam UiPath-ARDv1 Premium Access

View all detail and faqs for the UiPath-ARDv1 exam

Viewing page 6 out of 11 pages
Viewing questions 51-60 out of questions
Questions # 51:

A developer initialized the following dictionary:

sampleDictionary = New Dictionary(Of String, String) From { {“HUB Academy”, “RPA”}, {“UiPath”, “Certificate”} }

How to return the value "Certificate" from this dictionary?

Options:

A.

sampleDictionary("UiPath")

B.

sampleDictionary.Keys("UiPath")

C.

sampleDictionary("UiPath").GetValue

D.

sampleDictionary.Values(2)

Expert Solution
Questions # 52:

Can you run multiple instances of the same process, in parallel?

Options are :

Options:

A.

Yes, on the same robot.

B.

No

C.

Yes, on different robots.

Expert Solution
Questions # 53:

Which is the best way to navigate to a specific page in a web browser?

Options are :

Options:

A.

Use the Type Into activity inside an Attach Browser container

B.

Use the Navigate To activity inside an Attach Browser container

C.

Use a Type Into activity with a full selector

Expert Solution
Questions # 54:

What is the slowest method of reading text?

Options are :

Options:

A.

Native

B.

FullText.

C.

OCR

Expert Solution
Questions # 55:

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.

Expert Solution
Questions # 56:

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 isplayed. 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 {""Paris"", ""Bucuresti"", ""Moscow"", ""Stuttgart"", ""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 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 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 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.

Options:

Expert Solution
Questions # 57:

How can you pass data between workflows?

Options are :

Options:

A.

By using arguments.

B.

By using variables.

C.

By using a pipe.

Expert Solution
Questions # 58:

A developer uses Send Outlook Mail Message activity to send a notification mail to the Finance team. A developer wants to change the font color of the mail message to red. How can it be achieved?

Options:

A.

Change the font color property in Send Outlook Mail Message activity.

B.

Use HTML notation and set BodyIsHTML property to True.

C.

Use HTML notation and set IsBodyHTML property to True.

D.

Change the font color directly in Outlook.

Expert Solution
Questions # 59:

What do the Items in the Orchestrator queues consist of? Select all the options that apply.

Options are :

Options:

A.

Input data for the processes executed by the robots

B.

Processes to be executed by the robots

C.

Jobs to be executed by the robots

Expert Solution
Questions # 60:

A developer is working with a variable named sampleDataTable of type DataTable in the following sequence. In the Invoke Code activity, the developer wants to sum up all values from column "Price" in the sampleDataTable. What will be the result of the processing?

Question # 60

Question # 60

Question # 60

Question # 60

Options:

A.

Message Box” activity will display the value “0”.

B.

“Message Box” activity will display the value “120”.

C.

An Error Message will be displayed.

D.

“Message Box” activity will display the value “320”.

Expert Solution
Viewing page 6 out of 11 pages
Viewing questions 51-60 out of questions