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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam UiADPv1 topic 1 question 106 discussion

Actual exam question from UiPath 's UiADPv1
Question #: 106
Topic #: 1
[All UiADPv1 Questions]

Given a database “dt” with the following header:

“Surname, Address, Zip Code, Given Name, Phone Number”.

What is the correct configuration of the Invoke Method activity so that the resulting header will be:

“Surname, Given Name, Address, Zip Code, Phone Number”.

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
EricHsu
1 week ago
Selected Answer: C
The Start of the command is 0
upvoted 1 times
...
kingkayy
2 weeks, 6 days ago
Selected Answer: C
You can test in studio using a build data table to create the original database column(dt). Then the invoke method, for target object use: dt.Columns("Given Name") and the method SetOrdinal. Use output datatable and log message to view output. Set the arguments like in the question at the parameter property.
upvoted 1 times
...
AndresPC
2 months, 3 weeks ago
C is the correct one
upvoted 1 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 ...