Uipath Advanced Developer Certification Practice Exam question

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:

  1. If the Customer Name includes special characters, the robot must eliminate them before proceeding with the process.
  2. 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:

  1. IF
  2. Else If
  3. Flow Decision
  4. Flow Switch

Hi @Mohan_Reddy

option-3 : Flow Decision will be the right choice over here.

Regards

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

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.