A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best- suited to validate the format?
A. "Is Match" Activity
B. String Method "Contains"
C. "Matches" Activity
D. String Method "Equals"
A developer is creating a process which uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed according to the "time" in which the email was received.
To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?
A. ItemInformation
B. Postpone
C. Reference
D. Deadline
A developer has extracted the value "12.54" from an invoice and stored it in a variable of type String called ExtractedValue. Before the developer inputs the extracted value to the target application, they need to perform some numerical operations using it.
Which expression should be used to convert the ExtractedValue to a numeric format with the decimals included?
A. Clnt(ExtractedValue)
B. Double.Parse(ExtractedValue)
C. ExtractedValue.GetType
D. ExtractedValue.IsNumeric
A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"}. Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?
A. Data Type: Int32 Value 2
B. Data Type: Int32 Value: 3
C. Data Type: String Value 2
D. Data Type: String Value: 3
What are the recording profiles available in UiPath Studio?
A. Automatic Recording and step-by-step recording
B. Basic, Desktop, Web and Citrix and AI Computer Vision
C. Click, Check, Type Into and Selcect Item
D. Basic and Desktop
Which is the best way to delete un-referenced variables?
A. The unreferenced variables do not utilise memory, therefore you do not have to delete them
B. You can manage your variables from the Design panel>Manage Variables>Remove Unreferenced
C. Delete them one by one from the Variables panel. UiPath Studio performs the workflow validation in real time, therefore you can see which variable is being used
What is the best way of scraping a large,selectable text in a Citrix environment?
A. Use the Microsoft OCR engine
B. Use the google OCR engine
C. Use a Get Full Text activity
D. Select the entire text and copy it with the Copy Selected Text activity
the String. Format("input={0} and Output = {1},"1","2") expression returns the following text:
A. Input = 1 and Output = 1
B. Input = {0} and Output = {1}
C. Input = 1 and Output = 2
D. Input = 0 and Output = 0
How can you trigger another workflow from within your current one?
A. You cannot trigger another workflow
B. By using the invoke method activity
C. By using the invoke workflow file activity
D. By using the open application activity
Which of the following actions is an output action? Choose one of the options below.
A. Checking a box
B. Clicking a button
C. Getting a text from a field
D. Typing a text into a field