Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiADPv1 All Questions

View all questions & answers for the UiADPv1 exam

Exam UiADPv1 topic 1 question 69 discussion

Actual exam question from UiPath 's UiADPv1
Question #: 69
Topic #: 1
[All UiADPv1 Questions]

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.Join(“,”, UserNames)
  • B. String.Concat(UserNames, “,”)
  • C. String.Concat(“,”, UserNames)
  • D. String.Join(UserNames, “,”)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
LarcAi_Training
6 months, 3 weeks ago
Selected Answer: A
The answer is A, Tried and tested in Studio.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...