What are the steps to start building a custom connector using the Connector Builder for Integration Service?
Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity?
A developer uses a Type Into activity to interact with a UI element. If the Timeout property is not changed in activity properties or Activity Project Settings, how long will a robot attempt to find a UI element?
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 developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of
memory"?
When using Invoke Workflow File, in the import arguments panel, what types of expressions can be used in the value column?
In the UiPath Implementation Methodology, which phase involves building the SDD (Solution Design Document)?
Review the following exhibit.
Based on the exhibit, which output is produced in the Output panel?
Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?
What represents a sequence that contains an activity with a partial selector?
A)
B)
C)
D)
What happens when you select Cloud Project > Save to Cloud for a project in Studio Desktop that has changes in Studio Web?
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.
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?
What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?
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?
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 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?
Your team wants to build a cross-platform automation that runs on different systems, including Windows, Mac, and Linux. How does Studio Web support this requirement?
A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity:
Convert.ToBoolean(IntVar)
If IntVar = 1, what is displayed in the Output panel after execution?
In a project involving an Orchestrator queue, a developer needs to extract the two values from the ItemInformation fields of each QueueItem object. How can those fields be extracted from the variable?
In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?
What is a valid way to install a custom activity package in UiPath Studio?
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 published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty
When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?
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?
You are invoking a workflow file called "SecondaryWorkflow.xaml" from "PrimaryWorkflow.xamr. The following shows the Import Arguments panel of the Invoke Workflow File activity:
In addition, the following reflects the Arguments panel in ''SecondaryWorkflow.xaml":
You use a Log Message activity in “SecondaryWorkflow.xamr to print the value of the argument “in_Message". What is the expected result of executing "PrimaryWorkflow.xaml"?
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 wants to extract hidden text from a pdf file. Which output method(s) should be used?
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 is the correct method to manage assets for a specific folder in UiPath Orchestrator?
What is the expected behavior when execution is started from UiPath Studio in Debug mode with a breakpoint on a Type Into activity?
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?
Which selector should be adjusted according to best practices to ensure reliable and stable automation?
A user reported unexpected behavior from a process that is in Production. After reviewing the process, a developer noticed that one of the Queue Items that was processed has a status of "Abandoned" in UiPath Orchestrator.
When is a Queue Item moved to an "Abandoned" status in UiPath Orchestrator?
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 role does the automation developer play in understanding business processes?
A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are added to a shared folder each morning. Each invoice
needs to be processed separately in the system, as a single unit of work. After each invoice is processed in the system, the system output ID must be emailed to the finance team email address.
How should the developer store the invoice data in Orchestrator?
In what situations is it appropriate to use a static selector instead of a dynamic selector?
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.
Given the following list of arguments:
And the following code:
What is the value that will be displayed in the Output Panel at the end of the sequence below:
What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?
Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.
Which of the following options is correct regarding the below Object Repository tree structure?
What is the use of job priorities in unattended automations within UiPath Orchestrator?
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?
What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?
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 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 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?
A developer stores value "25.11" in a String variable called "InvoiceTotal". Which expression should be used to convert "InvoiceTotal" to a numeric format with the decimals
included?
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?
In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
How many Global Exception Handlers can be established per automation project, according to best practices?
A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed
in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?
What activity from the Microsoft 365 package should be used to share a SharePoint file URL with specific permissions to a specific user?
Upon extracting data from a website, a developer saves it in three variables: "FirstName", "LastName", and "City". The developer intends to store these three String variables in a fixed-size data structure called
"UserData", to be utilized later within another workflow in the process.
Considering best practices, which data structure and assignment should be used?
When should the Show Elements button be used in the Computer Vision wizard?
What is the default URL of the OCR server that runs the Computer Vision service?
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?
What method can be used to change the index of an existing column in a datatable?
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 of the following is a characteristic of source control in UiPath Studio?
Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?
A developer created a workflow as shown in the following exhibit:
Which exception will be thrown when the workflow is executed?
Which variable field is optional when creating a variable, in UiPath Studio?
A developer has declared a variable of type String named StrVar and assigned it the value "UIPATH STUDIO". What is the output of the expression, StrVar.lndexOf("U")?
What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?
What are the expected tasks that should be performed by an Automation Business Analyst?
What is the correct Log Message expression that the developer should use to integrate comprehensive log messages into the process under development, indicating which activity caused the error?
What is the main advantage of using the "Indicate in Excel" functionality when working with Excel activities?
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'?
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 expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?
What is the purpose of Breakpoints when debugging a project in UiPath Studio?
Which activity enables a developer to run three sequences asynchronously in the process they are developing?
What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
A developer is working with an application that allows all types of input methods for the Type Into activity. Which property should be enabled for the fastest execution?
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?
The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity?
In the Output property of all Get Mail activities, what is the supported variable type?
How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?
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?
What is the best method for passing data across activities within workflows?
What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
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.