View all questions & answers for the UiPath-SAIv1 exam
If you need to retrieve an item based on a corresponding identifier in UiPath, which collection type would you use?
ArrayOf or System.DataType[] as it stores indexed values
System.Collections.Generic.Dictionary as it stores key-value pairs
System.Collections.Generic.Dictionary as it stores indexed values
System.Collections.Generic.List as it stores ordered values
Submit