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 ", "?
Correct Answer: B
Explanation:
The String.Join method takes two parameters: a separator and an array of strings. It returns a new string that concatenates the elements of the array using the separator. The correct syntax is String.Join(separator, array). Therefore, option B is the correct answer. Reference: Automation Developer Associate Training course, Section 1: Data Manipulation, Lecture: Data Manipulation with Strings in Studio How to use Array of string forum post, Answer by @balupad14
Question 2
Correct Answer: C
Explanation:
The Strict Selector option allows you to fine-tune the selector by adjusting the accuracy level and showing all the matches in the UI Explorer. The other options are not available at indication time. Reference: Selectors in UiPath Studio course, Lesson 3: UI Explorer, Topic: Strict Selector Uipath Associate Certification UiRPA Question Latest course, Section 2: UI Automation, Lecture: Question
Demo Practice Mode
You are viewing only the questions marked as Demo.