Exam UiADPv1 All QuestionsBrowse all questions from this 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?

    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
milindkumarOption: B

B is the correct one

JimmyFoxxOption: B

B can't not find any error

AndresPCOption: B

B is the correct one