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

Viewing page 8 out of 11 pages
Viewing questions 71-80 out of questions
Questions # 71:

What is the slowest method of reading text?

Options are :

Options:

A.

Native


B.

FullText.


C.

OCR


Expert Solution
Questions # 72:

When is it recommended to use full selectors?

Options:

A.

When switching between multiple windows.


B.

When the selector is stable.


C.

When performing multiple actions in the same window.


D.

When working with dynamic selectors.


Expert Solution
Questions # 73:

Which of the following activities searches for a UI element by using a position relative to a fixed element?

Options:

A.

Anchor Base


B.

Find Element


C.

Find Relative Element


D.

Element Exists


Expert Solution
Questions # 74:

What layout should be used for UI navigation and data processing?

Options are :

Options:

A.

State Machine


B.

Sequence


C.

Flowchart


Expert Solution
Questions # 75:

You want to build a Dispatcher process to populate an Orchestrator Queue for parallel processing on multiple robots. Which activity should you use to add a queue item for each work item?

Options are :

Options:

A.

Add Queue Item


B.

Add Transaction Item


C.

Get Transaction Item


Expert Solution
Questions # 76:

Which input method has the highest speed?

Options:

A.

Default


B.

Simulate Type/Click


C.

Simulate Type/Click and SendWindowMessages have the same speed.


D.

SendWindowMessages


Expert Solution
Questions # 77:

What kind of workflow should you create to define business rules?

Options are :

Options:

A.

Sequence


B.

Flowchart


C.

State machine


Expert Solution
Questions # 78:

When is it recommended to use Desktop recording?

Options are :

Options:

A.

When you automate Citrix Applications


B.

When you automate more steps in the same window


C.

When you automate one step


D.

When you automate Web pages


Expert Solution
Questions # 79:

Which of the following SQL statements can be executed by using the activity called Execute Non Query?

Options are :

Options:

A.

Insert


B.

Update


C.

Select


D.

Delete


Expert Solution
Questions # 80:

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
Viewing page 8 out of 11 pages
Viewing questions 71-80 out of questions