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
Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?
What is the functionality of the Include Subfolders filter in the Monitoring pages when a modern folder is selected?
How does UiPath Integration Service benefit automation developers?
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'?
If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?
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?
What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?
Which of the following statements is true about Global Constants?
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
Considering that the attached table is stored in a variable called “dt”.
Which LINQ query can be used to return the maximum total Quantity?
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
A developer is building a process which reads invoice data from the "mvoices.csv " file that includes a Total column of type Double.
Instructions: Using the drop-down lists shown in the following exhibit, configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD.
What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?
What are the three main components of UiPath Integration Service?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?
What is the purpose of the Capture All Elements feature in Object Repository?
When should the Show Elements button be used in the Computer Vision wizard?
What is an advantage of utilizing UiPath Orchestrator queues?
A developer needs to create an array of folder names from the String variable. FilePath = "C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?
Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?
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?
Which of the following is a characteristic of source control in UiPath Studio?
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?
When is the Anchor Base activity used to automate interaction with an application?
Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?
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.
What are the components of a process?
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.
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?
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?
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 initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?
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?
What is the most appropriate way to convert a designed process into a template after completing the project?
When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?
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?
Which compatibility option should be selected when creating a new project to use .NET 6 with Windows support?
What is the output type returned when using a Get Test Data Queue Item activity?
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?
A developer has created the following workflow:
Based on the exhibit, which output is produced in the Output panel?
Review the following graphics:
If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?
What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?
Which is the recommended variable type for storing password values that are composed solely of numbers?
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?
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?
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?
The "Main.xaml" file has an "In" argument of type String with a default value of "String.Empty". What is the runtime value of the argument when executing the process from the Start Job window in UiPath Orchestrator?
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?
In which stage of the UiPath implementation model are the chosen processes analyzed in their AS-IS state?
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 is working with a Purchase Order automation process. The number of shipped containers and the number of items in each container are extracted in two strings,
"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.
Which expression is suitable for calculating the total number of boxes?
Suppose a developer is working with a 2023 yearly calendar. To expand the calendar into a monthly view, the developer must always click on the 15th day of the current month and add an event.
The selector for the Event Date Element activity in March is presented as follows:
How should the selector be altered to guarantee that it clicks on the 15th of the ongoing month?
What is the main benefit of importing profiling sessions?
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?
In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?
When using a dynamic selector which data type is supported?
During a code review, a developer discovered that the variable names did not follow best practices in an automation project. What happens when the developer updates the names of the variables in the Variables panel?
Which of the following workflow names is correct, based on best practices?
A developer configured the properties for a Click activity as shown below:
What happens if the activity cannot find its target at runtime?
Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?
What is the purpose of the Invoke Code activity in UiPath?
Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an ".xlsx" file?
What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?
To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
Which activity can be used to transition a Background Process to Foreground?
What functionality can the developer use to improve the reliability of the Type Into activity for text input fields that are impacted by changing orientations?
In the Catches section of the Try Catch activity a developer selected ArgumentException in the exception handler.
What happens when the activity encounters a NullReferenceException?
A developer intends to enter text into an input field using a combination of a string and a hotkey. The input action should take place within a hidden or minimized window.
Which input method(s) can be used individually for the Type Into activity?
Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?
In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?
Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?
A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are stored in a shared folder each morning Each invoice needs to be processed separately in the finance system as a single unit of work After each invoice is processed in the finance system, a unique output ID must be emailed to the finance team's email address.
How should the developer store the relevant data in Orchestrator?
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 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?