You want to identify a selector in a Type into activity that will be used for a text input field within an application. In order for the Type into activity to execute as expected, how many elements in an application can a selector be valid for at runtime?
Which of the following statements correctly describes the characteristics of Unattended Automation?
Consider the following code involving a Try Catch:
What will be the output after running the code?
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?
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 created three variables used in the workflow shown below:
Instructions: Based on best practices, select the correct Scope for each Variable type from the drop-down lists shown in the following exhibit.
If you rename an activity that has an automatically generated output variable in a cross-platform project, how does it impact the generated variable?
When installing UiPath Studio, which of the following actions require administrator privileges?
How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?
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?
Which option best describes a process that is considered ZERO-TOUCH AUTOMATION?
A developer created a data table called "DT" using the Build Data Table activity as shown in the exhibit.
What is the result of the expression, "DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString"?
A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to
"2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?
A developer finished creating an automation project in UiPath Studio 2021 10 What is the recommended sequence of steps that should be performed to publish the package to Orchestrator 2021.10?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right
When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?
When creating a new project in Studio Web with cross-platform compatibility, what language must be selected for expressions to ensure the project is cloud-compatible?
A developer has extracted the date "08-22-2022" from an invoice and stored it in a variable of type String called ExtractedDate. As part of the process, the developer needs to perform a comparison with a different date.
Which expression should be used to convert ExtractedDate to a DateTime type?
A developer created a data table called "DT" using the Build Data Table activity as shown in the exhibit.
What is the result of the expression, "DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString"?
A developer wants to create a process using a Flow Switch activity. What is a feature of this activity?
What variable type should the developer use to store the monetary amount read from a single cell in an Excel file, before inputting it into a field in a web application for the automation process?
What are the steps to publish a project from UiPath Studio?
Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the "Right".
Which logging level includes the following information by default?
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.
Based on best practice, which set of features are used before debugging a workflow in UiPath Studio?
Which of the following workflow names is correct, based on best practices?
You are working on an existing project that is connected to a GIT version control system Which Context menu option should be used to provide local versions of files to the remote repository?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?
Which database operations can be controlled with Application Access? (Choose 2 answers)
How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?
When is the Anchor Base activity used to automate interaction with an application?
Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an ".xlsx" file?
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?
While working on a project that utilizes Object Repository, you have one linked UI Element that is used across multiple activities. What needs to happen to edit a selector for only one activity without modifying it in Object Repository?
What activity should be used to iterate through a number of Outlook emails?
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 happens after executing the given sequence if the Work Items button appears on the screen after 8 seconds and the Retry Scope activity has the properties as shown in the picture?
A developer needs to create a process for the Human Resources team. During the development, they try to run the workflow containing the following dictionary variable: What is the possible cause of the error?
A developer created a datatable, dt_Users as shown in the following exhibit.
After populating the datatable variable, the developer wants to assign each User ID in dt_Users to a List
How should the Item property of the Add To Collection activity be configured?
A developer wants to assign the first row of the "ID" column in the "DT" datatable to a String variable. Which expression should be added to the Value field of the Assign activity?
What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?
Which Control Flow activity is suitable for a developer who needs to assess the value of a counter before executing the loop's body in a workflow?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
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?
Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?
In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?
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 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?
What are the steps to start building a custom connector using the Connector Builder for Integration Service?
How many Global Exception Handlers can be established per automation project, according to best practices?
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?
Where can you find a list of all the activities that support the Windows compatibility?
To read only the first page of a .pdf file using the Read PDF Text activity, what value should be entered into the Range property?
A developer needs to create an unattended automation process that extracts the information from emails from a centralized mailbox. The developer needs to use the mail
folder, port, server, username, and password values, with no email client accessible on the unattended machine.
Which activity should the developer use to fetch unread emails with the subject "Email for Robot"?
Which is the recommended variable type for storing password values that are composed solely of numbers?
A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for
processing and queues cannot be used as there is no Orchestrator in the environment.
Which variable type is best suited for Transactionltem in this scenario?
A developer wants to retrieve the value of a column from a DataRow object. Which activity can be used?
Which of the following activities can be used to get the state of a button (enabled/disabled)?
What is the default URL of the OCR server that runs the Computer Vision service?
After generating a strict selector using the Indicate target on screen option within a Click activity, what should the developer utilize to view the complete list of attributes for the targeted UI element?
Which selector should be adjusted according to best practices to ensure reliable and stable automation?
Considering a process developed using REFramework, if the status of a transaction was set to "Failed" with the Error Type specified as "Business", the process will transition to which state?
What is the most efficient way to implement the behavior of monitoring an Outlook 365 email account and executing automation steps when a certain email is received?
A developer aims to employ the REFramework for automating a business process that involves a TransactionData collection (DataTable) comprising vendor names and addresses.
Instructions: Choose the appropriate variable type for the Transactionltem from the provided drop-down list in the following exhibit.
Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?
What is the main purpose of using the App/Web Recorder during automation development?
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?
Where can the UiPath Robot logs be stored for centralized access and analysis?
In a workflow, a developer has set up two Int32 variables: Var1 and Var2. During Debug mode execution, which panel enables the developer to keep track of the outcome of the expression Var1 > Var2?
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?
Which is an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
When a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in
UiPath Studio's ribbon interface?
A developer is using a Type into activity to enter details into a web form The developer notices that the selector for the text field is unreliable. The selector that is shown in the exhibit currently targets both a text label and a text field at runtime Only one additional Property needs to be clicked to ensure the selector targets only the First Name text field at runtime.
Instructions: Click the additional Property checkbox in the following Ul Explorer "Unselected Items" column that should be used for the First Name text field.
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?
A developer wants to run two processes on the same machine, the first process contains only HTTP Request activities and the second one performs UI Automation. What option needs to be enabled on the first process in order to ensure that the processes can run concurrently on the same machine?
Which activity should be used to iterate through all the files in a local folder?
A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message
Which property should the developer configure to be able to click the element?
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.
Which container activity should the developer use to search for an image multiple times'?
What is the purpose of Breakpoints when debugging a project 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?
What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?
To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:
What happens when the area selection feature in the UiPath Computer Vision wizard is used?
A developer downloads a published package from UiPath Orchestrator 2021.10 to use locally. What is the extension of the downloaded package?
A developer wants to invoke a workflow in Main xaml called ProcessPurchaseOrders.xamI. Data needs to be passed to and from the invoked workflow What is the correct sequence of steps the developer needs to perform?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right
A developer created a workflow as shown in the following exhibit:
Which exception will be thrown when the workflow is executed?
What are the methods supported by Connector Builder in the UiPath Integration Service?
What activity can be used to get all rows in a DataTable variable with a Quantity value greater than 500?
What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?
Which of the following statements is true about the existing UiPath Studio installation packages?