- (Topic 2)
A developer has created a process that gathers a listing of stock market prices in the following format
How should the third line in RegEx Builder be modified to ensure that only items with prices of at least 100 are identified?
Correct Answer:
C
Exactly 3 digits would ensure that the price is at least 100 USD, as any price below would have only up to 2 digits.
Exam Topic: Identify how methods, activities, and the RegEx Builder are used for string manipulation and regular expressions.
- (Topic 2)
How can a process be executed on three different robots? Options are :
Correct Answer:
AB
- (Topic 1)
What represents an example of a full selector?
Correct Answer:
D
- (Topic 2)
What activities will be executed if the following Try Catch activity if the Notepad application is not running?
Catch block contains catches in the following order:
* 1. System.InvalidOperationException
* 2. System.SelectorNotFoundException
Please find properties of Type Into activity below:
Correct Answer:
D
If Type Into activity is included in Try Catch and the value of the ContinueOnError property is True, no error occurs when the project is executed.
Activities in Finally to be performed after the Try and Catches blocks are executed. This section is executed only when no exceptions are thrown or when an error occurs and is caught in the Catches section. So in this case, Finally block is executed, as the exception was not thrown.
UiPath Documentation
Exam Topic: Identify and describe the use of the error handling activities such as Try Catch, Throw, Rethrow, Retry Scope, and Global Exception Handler.
- (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:
B