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.
In a UiPath development scenario, which type of process design would be the most appropriate for an automation task that executes actions in a straightforward progression without iteration or branching?
A user is working on their computer while an automation is running in PiP mode. What can the user do while the process runs?
Under what conditions will a trigger be automatically disabled upon failure in Integration Service?
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?
Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed?
A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?
Which of the following sections are part of the Final State in a State Machine?
When using Profile Execution to analyze performance, what should you keep in mind about the data generated during debugging versus data generated during production runs?
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?
The following table is stored in a variable called "dt".
What will the value of the qty variable be after executing the Assign activity?
What is the default URL of the OCR server that runs the Computer Vision service?
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?
Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?
In the context of a UiPath State Machine, what is the primary purpose of the Exit action in a state?
Which command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?
In the context of UiPath Orchestrator, what is the primary purpose of the Monitoring feature?
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?
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 Invoke Method includes the following properties:
Based on the exhibits, what is the outcome of this Invoke Method 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?
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?
A developer configured the properties for a Click activity as shown below:
What happens if the activity cannot find its target at runtime?
What method can be used to change the index of an existing column in a datatable?
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?
When performing Remote Debugging using an Unattended Robot connection, Studio sends the list of project dependencies to the remote robot. From where does the remote robot download the required packages?
What specific combination of permissions is required to disable errors from the Error Feed widget on the Monitoring > Jobs page in UiPath Orchestrator Monitoring-7
An error occurs during the Initialization state within the ■’FrameworkMnitAIISettings.xaml” file for a process using REFramework which is executed on Orchestrator. The project contains default values for the settings specified in "Config.xlsx".
What is the current state of the job in Orchestrator?
Which one of the following expressions Is the equivalent of the If activity from the picture?
What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?
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 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?
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
Which features does the Connector Builder for Integration Service support?
In UlPath Orchestrator. when managing multiple Jobs in a queue, which feature allows operators to dictate the execution sequence by assigning the importance of each Job?
A developer is using a Type into activity with the Input Method set to Simulate Which property needs to Be enabled for the activity to execute even it the target Ul element is deactivated or read-only?
What is the recommended approach for a user to log custom information at each breakpoint while executing a process in Debug mode?
Which part of a test case that is using BDD (Behavioral-Driven Development) template structure supports the Surround with mock feature?
In UlPath Studio, when a developer executes a workflow in Debug mode and the process stops at a breakpoint, which panel enables the developer to assign values lo variables prior to resuming the process?
Given a dataiable "dt" with the following header:
"Surname. Address. Zip Code, Given Name, Phone Number.
What is the correct configuration of the Invoke Method activity so that the resulting header will be:
"Surname. Given Name. Address. Zip Code. Phone Number".
A)
B)
C)
D)
Which of the following activities in UlPath Studio have the Verify Execution property available?
Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?
You are building an automation for a CRM system where customer data from various sources needs to be reviewed and consolidated into a single record before being entered into the system.
What is the best strategy for handling the data?
A developer is building an automation which types text into a text file. The Activity Project Settings tor UI Automation Modern activities are set as follows:
The developer has configured the properties of a Type Into activity as follows:
What is the behavior of the Type Into activity when executing the workflow?
In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
In which scenarios can the Add Attachment option in UiPath.WebAPI.Activities.HttpClient be enabled?
A developer has designed a Performer process using the REFramework template in UiPath Studio. The process is published to an Orchestrator folder named "FolderA" and a job is created in Orchestrator from the package. The value of the OrchestratorQueueName setting in "Config.xlsx" is "QueueA" and the value of OrchestratorQueueFolder is "FolderA".
The developer runs the job from Orchestrator with the following argument values:
in_OrchestratorQueueName = "QueueB" in_OrchestratorOueueFolder = empty value
Which queue will be consumed by the robot?