Exam Name: | UiPath Automation Developer Associate v1 Exam | ||
Exam Code: | UiPath-ADAv1 Dumps | ||
Vendor: | UiPath | Certification: | UiPath Certified Professional - Developer Track |
Questions: | 254 Q&A's | Shared By: | destiny |
A developer needs to create an array of folder names from the String variable. FilePath = "C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
The Invoke Method includes the following properties:
The Parameters property is as follows:
Based on the exhibits, what is the outcome of this Invoke Method activity?
What is the main benefit of importing profiling sessions?
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 ", "?