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

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

A.

Property: FilterByMessagelds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%""

B.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%""

C.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%""

D.

Property: FilterByMessagelds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%""

A developer needs to take a screenshot of the state of the machine while the robot is running and then send the screenshot as an email. What is the correct sequence of steps that should be performed?

Instructions: Drag the Description found on the left and drop on the correct Step found on the right.

Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)

A.

Use the "Install" button on the application record.

B.

Install from the Google Play Store.

C.

Import an application from an XML file.

D.

Download and install a third-party application from the ServiceNow Store.

E.

Download from Stack Overflow.

F.

Install an application from the Application Repository.

Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?

A.

Manage Assets and Storage Buckets for a specific folder.

B.

Manage tenant-level entities, licenses, and settings.

C.

Access Test Sets, Test Cases, and Test Executions tabs for specific folders.

D.

Assign Folder roles and Mixed roles from the Folders page or from the folder’s Settings page.

A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always "Report X - PDF"T where X is a number from 1 to 100. Only one report will be open at a time but other PDF files may be open on the desktop.

What is the recommended method to ensure the selector identifies the correct PDF to use?

A.

Use the * wildcard character in place of the idx attribute value

B.

Use the idx attribute value in the selector to increment for each file

C.

Use the * wildcard character in place of the title attribute value

D.

Use the * wildcard character in place of the "X" in the title attribute value

A developer wants to design a complex business process using UiPath Studio. The workflow type needs to present multiple branches between Ul activities Which recommended type of workflow meets the requirement?

A.

Global Exception Handler

B.

Flowchart

C.

Sequence

D.

State Machine

Which activity is best suited for a developer to create a process that finds images on a website and stores them in a local folder, accounting for the need to potentially search for

an image repeatedly due to errors on the website?

A.

Get Attribute

B.

Check App State

C.

Retry Scope

D.

Delay

What should be done if an anchor is not automatically added when indicating an element and duplicates are found?

A.

Rely on the fuzzy selector to identify the desired element on the screen.

B.

Only unique elements will be found.

C.

Select all the target methods.

D.

Click a nearby element that helps identify the target to add it as an anchor.

How do you correctly create an array of strings containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?

A.

String.Replace('"', FullFilePath)

B.

String.Replace(FullFilePath, ‘"’)

C.

Split(FullFilePath, "\")

D.

Split("", FullFilePath)

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?

A.

Works only with xls files and Excel does not need to be installed

B.

Works with xlsx files and Excel does not need to be installed

C.

Works only with xlsm files and Excel must be installed

D.

Works with xls and xlsm files and Excel must be installed