Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 8 question 176 discussion

Actual exam question from UiPath 's UiARD
Question #: 176
Topic #: 8
[All UiARD Questions]

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?

  • A. Colors will contain items in the following order "Yellow", "Red", "Green"
  • B. Colors will contain items in the following order "Red", "Green", "Yellow"
  • C. Colors will contain items in the following order "Red", "Green"
  • D. Invoke Method activity will throw an error
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sur_bhi123456789
1 year, 3 months ago
Selected Answer: D
ans is D
upvoted 1 times
...
[Removed]
1 year, 3 months ago
Selected Answer: D
D is the correct answer. The new list (of string) from..after from the values should be in flower brackets so the answer D.
upvoted 1 times
...
Engineer24
1 year, 7 months ago
Selected Answer: D
If you test in studio will be an error at expresion new List (of String) from ("Red", "Green"). If you change the expresion like this: new List (of String) from {"Red", "Green"}, then its work and can be the answer B.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...