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 13 Question 78 Discussion

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

A developer needs to implement the following logic for each row in the Excel table:

- if the value in column ''Price'' is above 130$, then apply a discount of 10%

if the value in column ''Price'' is above 250$ then apply a discount of 7% and store the row in a separate table

- if the date in the column ''Deadline'' is less than 15 days from now, send a mail notification to the analyst mentioned column ''Contact person''

- if the value in the column ''Region'' is ''ELAMA'', apply an additional tax of 3,5%

- if the value in the column ''Additional comments'' is not empty, send the item for review to a responsible team

What is best suited to implement the above-mentioned logic?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Vincent
4 days ago
This looks like a classic case for a flowchart. It's the best way to visually represent all the different conditions and actions.
upvoted 0 times
...
Denise
5 days ago
I prefer A) State Machine. It would help in managing the different states of the logic efficiently.
upvoted 0 times
...
Gerald
8 days ago
I agree with Nathalie. Flowchart would visually represent the logic flow clearly.
upvoted 0 times
...
Nathalie
10 days ago
I think the best option is C) Flowchart.
upvoted 0 times
...
Lorenza
12 days ago
I prefer a state machine for this, it can handle the different conditions efficiently.
upvoted 0 times
...
Mona
16 days ago
I agree with Flo, a flowchart would visually represent the logic well.
upvoted 0 times
...
Flo
17 days ago
I think a flowchart would be best for implementing this logic.
upvoted 0 times
...

Save Cancel