Month End Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A developer used title='1 writtenNotes - Notepad' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.

If the developer wants the selector to identify the Notepad by everything but the first character, how should title

be replaced?

A.

title='* writtenNotes - Notepad'

B.

title='? - Notepad'

C.

title='? writtenNotes - Notepad'

D.

title='* - Notepad'

You are working on a project with three other developers and are using Team Foundation Server (TFS) source control in UiPath Studio. If you want to ensure you have the newest version from the server on your local machine, which TFS command should be used?

A.

Check In

B.

Commit

C.

Show Changes

D.

Get Latest Version

A database, DT1, is shown in the following exhibit:

The Filter Wizard of a Filter Data Table activity is shown below:

What is the result after the activity has executed?

A.

DT1 is unaffected by the settings of the Filter Wizard.

B.

DT1 is returned as an empty datatable.

C.

DT1 is overwritten based on the settings of the Filter Wizard.

D.

A runtime error will be thrown.

A developer needs to create an automation process that identifies a file with format "Monthly_Report_MMddyyyy.xlsx". The file name is saved to a variable called strinput.

To extract the date from strinput, which string manipulation method should be used?

A.

strinput.Substring(strInput.LastIndexOf("_")+1,8)

B.

strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf(".")−1)

C.

strinput.Substring(strInput.IndexOf("_")+1.8)

D.

strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf("."))

Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?

A.

KillAllProcesses.xaml

B.

InitAllApplications.xaml

C.

InitAllSettings.xaml

D.

Process.xaml

A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT".

Which expression is used to reference this element?

A.

DT.Rows(0).ID

B.

DT.Rows(1).ID

C.

DT.Rows(0).Item("ID")

D.

DT.Rows(1).Item("ID")

What represents an example of a full selector?

A.

B.

C.

D.

Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element does not exist at runtime?

A.

"Pop-up exists" message is logged

B.

Robot continues to look for the target element until the execution is manually stopped

C.

Execution completes successfully without logging a message

D.

Activity Timeout Exceeded error is received

You have two variables, varA and varB, as shown in the following exhibit:

What is the output of the Write Line activity?

A.

246246

B.

123123246

C.

246123123

D.

123123123123

A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios.

In UiPath Studio, which recommended type of workflow meets this requirement?

A.

State Machine

B.

Sequence

C.

Global Exception Handler

D.

Flowchart