New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

UiPath-ARDv1 Exam - 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:

0/2000 characters
Elsa
3 months ago
Surprised there's no mention of using a script for automation!
upvoted 0 times
...
France
3 months ago
Definitely a sequence, it’s straightforward logic.
upvoted 0 times
...
Frank
3 months ago
Wait, why would you use a switch for this? Seems off.
upvoted 0 times
...
Madelyn
4 months ago
I think a state machine is more suitable here.
upvoted 0 times
...
Rocco
4 months ago
Sounds like a flowchart would work best for this!
upvoted 0 times
...
Krissy
4 months ago
The Switch option seems like it could simplify the decision-making process, especially with multiple conditions to check.
upvoted 0 times
...
Cordelia
4 months ago
I feel like a Sequence might work, but I recall that it might not handle the branching logic as well as something else.
upvoted 0 times
...
Noemi
4 months ago
I think a Flowchart could be useful for visualizing the different conditions and actions, but I’m not entirely confident.
upvoted 0 times
...
Micheline
5 months ago
I remember practicing with similar questions about applying conditions in Excel, but I'm not sure if a State Machine is the right choice here.
upvoted 0 times
...
Shonda
5 months ago
This is a tricky one, but I think a flowchart would be the best way to visualize and implement the logic. It'll help us keep track of all the different conditions and actions, and make sure we don't miss anything.
upvoted 0 times
...
Moon
5 months ago
Okay, let's think this through step-by-step. First, we need to check the price and apply the appropriate discount. Then we need to check the deadline and send a notification if necessary. After that, we can handle the region and additional comments. I think a sequence-based approach would work well here.
upvoted 0 times
...
Dorothy
5 months ago
Hmm, I'm a bit unsure about the best approach here. There are a lot of different conditions to consider, and I'm not sure if a flowchart would be the most efficient way to handle it. Maybe a state machine would be a better fit?
upvoted 0 times
...
Erinn
5 months ago
This looks like a pretty straightforward problem. I'd start by breaking it down into the different conditions and actions, then use a flowchart to map out the logic.
upvoted 0 times
...
Audrie
5 months ago
I'm a bit torn on this one. A flowchart could work, but it might get a bit messy with all the different conditions. A state machine might be a cleaner solution, but it might be overkill for this problem. I'm leaning towards a sequence-based approach, but I'll need to think it through a bit more.
upvoted 0 times
...
Josefa
5 months ago
This seems straightforward enough. The question is asking where you can add a button for the Account entity using the Ribbon Workbench. Based on my experience, the three correct areas are the home area, the main form, and any associated views. I'll double-check my work, but I'm feeling confident about this one.
upvoted 0 times
...
Santos
5 months ago
This seems like a pretty straightforward question about the Product Owner's responsibilities between sprints. I'm pretty confident I can figure this out.
upvoted 0 times
...
Chun
10 months ago
Ah, the classic 'if price > $130, apply 10% discount' logic. Developers must be having a field day coming up with creative ways to say 'give the customer a break'.
upvoted 0 times
...
Delisa
10 months ago
Sequence? What is this, a programming comedy routine? Clearly, the flowchart is the way to go, unless you want to end up in a coding black hole.
upvoted 0 times
Aide
9 months ago
Using a flowchart will make it easier to understand and maintain the logic in the long run.
upvoted 0 times
...
Ashley
9 months ago
I agree, a flowchart will help visualize the different paths and conditions.
upvoted 0 times
...
Shalon
9 months ago
Flowchart is definitely the way to go. It will make the logic much clearer.
upvoted 0 times
...
...
Aleta
10 months ago
A switch statement? Really? That would be way too messy and hard to maintain. Flowchart all the way!
upvoted 0 times
Pauline
8 months ago
I think a flowchart is the best option for implementing this logic.
upvoted 0 times
...
Helga
8 months ago
Yeah, a flowchart would definitely be more organized and easier to follow than a switch statement.
upvoted 0 times
...
Gilberto
9 months ago
I agree, a flowchart would make it much easier to visualize and understand the logic.
upvoted 0 times
...
Heidy
9 months ago
Flowchart all the way!
upvoted 0 times
...
...
Shakira
10 months ago
I'm not sure a state machine is the right choice here. The logic seems a bit too straightforward for that approach.
upvoted 0 times
...
Vincent
10 months 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
Benton
9 months ago
I agree, a flowchart would make it easier to understand and implement the logic for each row in the Excel table.
upvoted 0 times
...
Arminda
9 months ago
Flowchart would definitely be the best choice here. It helps to map out all the different conditions and actions easily.
upvoted 0 times
...
Susana
9 months ago
I agree, a flowchart will make it easier to understand and implement the conditions.
upvoted 0 times
...
Earleen
10 months ago
Flowchart is definitely the way to go for this kind of logic.
upvoted 0 times
...
...
Denise
10 months ago
I prefer A) State Machine. It would help in managing the different states of the logic efficiently.
upvoted 0 times
...
Gerald
11 months ago
I agree with Nathalie. Flowchart would visually represent the logic flow clearly.
upvoted 0 times
...
Nathalie
11 months ago
I think the best option is C) Flowchart.
upvoted 0 times
...
Lorenza
11 months ago
I prefer a state machine for this, it can handle the different conditions efficiently.
upvoted 0 times
...
Mona
11 months ago
I agree with Flo, a flowchart would visually represent the logic well.
upvoted 0 times
...
Flo
11 months ago
I think a flowchart would be best for implementing this logic.
upvoted 0 times
...

Save Cancel