UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 80


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 activity has the following properties:

The Parameters property is as follows:

Based on the information shown in the exhibits what is the outcome of the Invoke Method activity?

Show Answer
Correct Answer: B

The Invoke Method activity is configured to add the string 'Yellow' to the list variable 'Colors,' which initially contains 'Red' and 'Green.' The method name is correctly set to 'Add,' and the parameter is correctly specified with the 'In' direction and the value 'Yellow.' Therefore, after the execution of the Invoke Method activity, the list 'Colors' will contain the items in the following order: 'Red,' 'Green,' and 'Yellow.'

Discussion

3 comments
Sign in to comment
JimmyFoxxOption: B
Jan 21, 2024

B can't not find any error

milindkumarOption: B
Feb 29, 2024

B is the correct one

AndresPCOption: B
Feb 13, 2024

B is the correct one