Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Exam UiPath-ARDv1 All Questions
Exam UiPath-ARDv1 All Questions

View all questions & answers for the UiPath-ARDv1 exam

UiPath Certified Professional - Developer Track UiPath-ARDv1 Question # 58 Topic 6 Discussion

UiPath-ARDv1 Exam Topic 6 Question 58 Discussion:
Question #: 58
Topic #: 6

A developer automates a project for Finance Team. As the first step, robot needs to capture ticket numbers from a Sharepoint site and then search them in SalesForce application. However, on Sharepoint all ticket numbers contain 7 characters and start with zeros e.g. 0000728, 0011430, 0003219. While in SalesForce, zeros in front are removed e.g. 728, 11430, 3219.

How can robot overcome this inconsistency?


A.

newTicketNumber = oldTicketNumber.Substring(3)


B.

newTicketNumber = oldTicketNumber.Trim("0"c)


C.

newTicketNumber = oldTicketNumber.TrimStart("0"c)


D.

newTicketNumber = oldTicketNumber.Replace("0","")


Get Premium UiPath-ARDv1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.