A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error?
A developer has designed an automation workflow which comprises:
Based on the information shown in the exhibits, what is the output of the Write Line activity in the "Main.xaml" file?
What is the default URL of the OCR server that runs the Computer Vision service?
Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?
A developer designed an automation to use an Asset value from Orchestrator using the Get Asset activity. The value represents email addresses of the process owners which may change.
Which Asset Type should be used?
A developer configured the properties for a Click activity on an element inside a web page as shown in the following exhibit.
An animation on the web page never completely loads but the element indicated in the Click activity does load within the specified timeout duration. What occurs when this Click activity executes?
How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?
A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice
represented by an 8-alphanumeric system-generated vendor tax ID.
Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID
defined in a pre-selected existing list?
While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.
What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?
How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.
Which command in the UiPath installation folder configures the UiPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?
At a minimum, what are the recommended properties a developer should configure to use the Get IMAP Mail Messages activity?
Consider the following automation steps:
1. Open the Web Browser.
2. Scrape the data.
3. Store the data in Microsoft Excel.
4. Close the Web Browser.
In accordance with UiPath best practices, which section of the Try Catch activity ensures that Step 4 (closing the web browser) is executed regardless of any exceptions
occurring in Step 2 (data scraping) or Step 3 (storing data in Microsoft Excel)?
A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?
Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:
A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?
When is the Anchor Base activity used to automate interaction with an application?
In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?
A developer has created the following workflow:
Based on the exhibit, which output is produced in the Output panel?
A developer loaded an existing workflow that uses Ul Automation in Google Chrome. The Google Chrome extension has not been installed on the developer's machine How should the developer load the Google Chrome extension from UiPath Studio?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right.
What is the output type returned when using a Get Test Data Queue Item activity?
Considering that the attached table is stored in a variable called “dt”.
Which LINQ query can be used to return the maximum total Quantity?
A developer has created a string array variable as shown below:
UserNames = {"Jane", "Jack", "Jill", "John"}
Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ", "?
A developer sets a breakpoint on one of the activities in the workflow. When deploying the code to production, the developer published the package and created a process in
UiPath Orchestrator. At the time the process is executed in unattended mode from a UiPath Robot, what is the expected behavior?
A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:
- The Robot is installed on Machine A, which connects through RDP to Machine B.
- From Machine B another RDP connection is opened to Machine C, where the automation must be performed.
Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?
In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?
What is the use of job priorities in unattended automations within UiPath Orchestrator?
When configuring the Max # of retries for the queue in Orchestrator to "1" for your process, and the queue has 5 transaction items. At runtime, the first transaction item throws a Business Rule
Exception.
How does the process proceed?
What is the correct sequence of steps to install a new Activities package in UiPath Studio 2021 10? Instructions:
Drag the Description found on the left and drop on the correct Step found on the right.
Which of the following statements accurately describes the primary components of a State Machine in a workflow?
A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing
application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.
What type of error should be thrown according to best practices?
A Credential asset is created by a developer in Orchestrator as seen in the below image:
After the asset is created, if you change the Username value, what field must also be changed?
To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?
In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?
A developer downloads a published package from UiPath Orchestrator 2021.10 to use locally. What is the extension of the downloaded package?
Based on best practice, which set of features are used before debugging a workflow in UiPath Studio?
A developer has created a variable of type List of Strings named "UsersList", and initialized it with an empty list: "UsersList = new List(Of String)".
What is printed in the log message after the following Invoke Code is executed?
The following table is stored in a variable called "dt".
What will the value of the qty variable be after executing the Assign activity?
Which of the following options is correct regarding the below Object Repository tree structure?
What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.
A developer is building an automation which types text into a text file. The Activity Project Settings for UI Automation Modern activities are set as follows:
What is the behavior of the Type Into activity when executing the workflow?
Where can a process be found, after being published from UiPath Studio and deployed as an automation in Orchestrator?
Which of the following statements is true about the existing UiPath Studio installation packages?
Which is the recommended variable type for storing password values that are composed solely of numbers?
A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit.
Which functionality does the Step Out action provide?
The provided exhibit displays the representation of the "Deadline" field using the yyyy-mm-dd format.
In what order should the Queue Items be processed by a single robot executing a Performer workflow?
In order to make the selector specifically target the "First Name" text field during runtime, the developer needs to select one additional Property checkbox from the
Unselected Items column in the UI Explorer.
Which is the additional Property checkbox in the following UI Explorer "Unselected Items" column that should be used for the First Name text field.
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:
Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:
What are steps to do that?
If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?
Which LINQ method is used to filter data in a List or Data Table based on a condition?
A developer wants to create a process which runs in the background and uses Excel activities Which property of the Excel Application Scope activity must be configured for the process to run in the background?
A developer indicated a Ul element for a Get Text activity. The automatically-generated selector is shown below.
Based on best practices, which selector attribute is unreliable?
When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property of the Type Into activity should be adjusted to achieve this?
During which stage does an automation developer have the least contribution and responsibility?
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
The Invoke Method includes the following properties:
The Parameters property is as follows:
Based on the exhibits, what is the outcome of this Invoke Method activity?
Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?