Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

UiPath Exam UiPath-ARDv1 Topic 5 Question 63 Discussion

Actual exam question for UiPath's UiPath-ARDv1 exam
Question #: 63
Topic #: 5
[All UiPath-ARDv1 Questions]

A developer has created a process that gathers a listing of stock market prices in the following format _USD ().

How should the third line in RegEx Builder be modified to ensure that only items with prices of at least 100 are identified?

Show Suggested Answer Hide Answer
Suggested Answer: C

Retry Scope condition can be one of the activities that return a boolean. Even though the Path Exists activity also returns a Boolean value, it cannot be used in Retry Scope, it is an exception.

Instead of using Path Exists activity, you can use a Check True activity and as a condition placeSystem.IO.File.Exists(filepath).

UiPath Documentation

UiPath Forum

Exam Topic:Identify and describe the use of the error handling activities such as Try Catch, Throw, Rethrow, Retry Scope, and Global Exception Handler.


Contribute your Thoughts:

Daniela
3 days ago
The correct answer is C. We need to match exactly 3 digits to represent the price, which should be at least 100 USD.
upvoted 0 times
...
Elliot
8 days ago
I'm not sure, but I think C makes sense because it specifies exactly 3 digits.
upvoted 0 times
...
Ruthann
16 days ago
I agree with Tatum, because we need to identify items with prices of at least 100.
upvoted 0 times
...
Tatum
17 days ago
I think the answer is C.
upvoted 0 times
...

Save Cancel