Hello Community team,
Recently I attended the UiPath Advanced Developer Certification Practice Exam and want to know the answer to the following question.
A developer has designed a project featuring a flowchart. The developer then obtained a business modification request as stated below:
If the Customer Name includes special characters, the robot must eliminate them before proceeding with the process.
If the Customer Name contains only letters, maintain the current logic without making any changes.
To incorporate the new requirement according to UiPath best practices, which activity should the developer utilize in the flowchart?
Options:
IF
Else If
Flow Decision
Flow Switch
vrdabberu
(Varunraj Dabberu)
December 18, 2023, 11:34am
2
Hi @Mohan_Reddy
option-3 : Flow Decision will be the right choice over here.
Regards
lrtetala
(Lakshman Reddy)
December 18, 2023, 11:37am
3
Hi @Mohan_Reddy
The Flow Decision activity allows the developer to create conditions and direct the flow of the process based on those conditions. In this case, the condition would check whether the Customer Name includes special characters. If true, the robot should eliminate the special characters; otherwise, it should proceed with the current logic without changes.
So, the correct answer is Flow Decision .
Cheers!!
1 Like
system
(system)
Closed
December 21, 2023, 11:37am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.