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 2 out of 11 pages
Viewing questions 11-20 out of questions
Questions # 11:

A developer uses Screen Scraping to extract unstructured data from a webpage. How can the developer transform the unstructured data into a datatable?

Options:

A.

Using Output Data Table activity.

B.

Using Create Table activity.

C.

Using Generate Data Table activity.

D.

Using Build Data Table activity.

Expert Solution
Questions # 12:

A developer automates a project for Finance Team. As the first step, robot needs to capture ticket numbers from a Sharepoint site and then search them in SalesForce application. However, on Sharepoint all ticket numbers contain 7 characters and start with zeros e.g. 0000728, 0011430, 0003219. While in SalesForce, zeros in front are removed e.g. 728, 11430, 3219.

How can robot overcome this inconsistency?

Options:

A.

newTicketNumber = oldTicketNumber.Substring(3)

B.

newTicketNumber = oldTicketNumber.Trim("0"c)

C.

newTicketNumber = oldTicketNumber.TrimStart("0"c)

D.

newTicketNumber = oldTicketNumber.Replace("0","")

Expert Solution
Questions # 13:

When should the "Add Log Fields" activity be used?

Options are :

Options:

A.

When a log message with a maximum number of five visible fields needs to be generated

B.

When the standard log message has to be customized by adding new fields to it

C.

When logs need to be enabled

Expert Solution
Questions # 14:

In UiPath Robotic Enterprise Framework, the value of MaxRetryNumber in the Config.xlsx file should be set to a number greater than 0 to enable the retry mechanism in the following cases:

Options are :

Options:

A.

Get data from UiPath Orchestrator queues with Auto Retry disabled.

B.

Get data from spreadsheets, databases, email, web API.

C.

Do not work with UiPath Orchestrator queues.

Expert Solution
Questions # 15:

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

Expert Solution
Questions # 16:

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

Expert Solution
Questions # 17:

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

Options:

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

Expert Solution
Questions # 18:

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

Question # 18

The Invoke Method has the following properties:

Question # 18

The Parameters property is as follows:

Question # 18

Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity?

Options:

A.

An exception will be thrown

B.

"Colors" will contain only "Yellow" items

C.

"Colors" will contain items in the following order: "Red", "Green"

D.

"Colors" will contain items in the following order: "Red", "Green", "Yellow"

Expert Solution
Questions # 19:

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.

Question # 19

Options:

Expert Solution
Questions # 20:

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

Expert Solution
Viewing page 2 out of 11 pages
Viewing questions 11-20 out of questions