00:00

QUESTION 26

- (Topic 2)
A developer wants to use a Basic recorder to capture several clicks on a website. What type of selectors will be generated during recording?

Correct Answer: D

Basic recording type generates a full selector for each activity and no container. The resulted automation is slower than one that uses containers and is suitable for single activities.
UiPath Documentation
Exam Topic: Describe the differences between using full selectors versus using partial selectors

QUESTION 27

- (Topic 2)
A developer wants to use a Read PDF With OCR activity to extract required data from a PDF file. According to requirements from the client, the PDF file should be protected by a password, as it stores sensitive information. What should be done in order to ensure that the robot is able to read data from this file?

Correct Answer: C

To read a protected PDF file, a password needs to be provided in a String format in the Password property. This property is available both for Read PDF With OCR and Read PDF Text activities. It is a bad practice to first save the file as unprotected, as the file stores sensitive information and that would violate the requirements of the client.
UiPath Documentation
Exam Topic: Identify and describe how activities are used to automate actions in Excel, e- mail, and .pdfs

QUESTION 28

- (Topic 3)
A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.


Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.
The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?

Correct Answer: A

QUESTION 29

- (Topic 1)
You have two variables, varA and varB, as shown in the following exhibit:
UiPath-ARDv1 dumps exhibit
What is the output of the Write Line activity?

Correct Answer: D

QUESTION 30

- (Topic 2)
What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?
Options are :

Correct Answer: B