00:00

QUESTION 56

- (Topic 2)
A developer uses the following selector to extract the title of the invoice opened in the Chrome browser.



Which of the following documents would not be recognized by UiPath?

Correct Answer: D

Wildcards are symbols that enable you to replace zero or multiple characters in a string. These can be quite useful when dealing with dynamically-changing attributes in a selector. Asterisk (*) – replaces zero or more characters
Question mark (?) – replaces a single character
Invoice 4324 - 2.06.2021.pdf wouldn't work with Invoice *- ??.??.*.pdf, because it has only 1 character of the day in date, instead of the required 2 characters.
UiPath Documentation
Exam Topic: Determine and describe how robust selectors are created; for example, dynamic versus static selectors

QUESTION 57

- (Topic 2)
Which Queue Item properties can be used to control the order in which the items are processed?
Options are :

Correct Answer: BCD

QUESTION 58

- (Topic 1)
In the Robotic Enterprise (RE) Framework, what is the initial value of TransactionNumber?

Correct Answer: D

QUESTION 59

- (Topic 2)
What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?
Options are :

Correct Answer: C

QUESTION 60

- (Topic 2)
•In the UiPath Robotic Enterprise Framework template, in the Main workflow, the State Machine includes the following states:
Options are :

Correct Answer: ABCE