UiPath Specialized AI Associate Exam (2023.10) UiPath-SAIAv1 Question # 30 Topic 2 Discussion

UiPath Specialized AI Associate Exam (2023.10) UiPath-SAIAv1 Question # 30 Topic 2 Discussion

UiPath-SAIAv1 Exam Topic 2 Question 30 Discussion:
Question #: 30
Topic #: 2

A developer has created a string array variable as shown below:

UserNames = {"Jane", "Jack", "Jill", "John"}

Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ","?


A.

String.Concat(UserNames,",")


B.

String.Concat(",", UserNames)


C.

String.Join(UserNames,",")


D.

String.Join(",", UserNames)


Get Premium UiPath-SAIAv1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.