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)
What actions must be manually selected in the App/Web Recorder before recording a step?
A sales department is using UiPath attended automation to handle incoming sales requests through multiple forms and applications. They want to ensure the automation runs in parallel with other tasks.
What feature of trigger-based attended automation will best support this?
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
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 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?
In the context of a process automated using the REFramework that processes payments and sends a report using the Finance team leader's email account at the end of the day. where should the email account credentials be stored according to best practices''
You need to create a process where multiple events happen at the same time, and triggers must handle these events simultaneously in an attended automation.
How can you set up this parallel execution of triggers?
You are tasked with automating a process that requires secure, persisted, and accessible data storage across multiple systems. What is the most suitable benefit of UiPath Data Service for this scenario?
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?
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
Which of the following examples accurately demonstrates using LINQ to perform data operations in a UiPath process?
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 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"?
What Information is provided in the Descriptor Coverage sub-panel of Test Explorer?
In the context of a UiPath State Machine, what is the primary purpose of the Exit action in a state?
Which of the following activities in UlPath Studio have the Verify Execution property available?
In UiPath Studio, how can a specific amount of time be subtracted from the current date using DateTime and TimeSpan variables in the VB.NET?
What is a prerequisite for performing Remote Debugging using an Unattended Robot connection?
What Is the role of server-side event triggers In UlPalh Integration Service?
When working with a long-running workflow involving form actions in Action Center, how is the job resumed after it has been suspended?
What functionality does the Step Out action offer when a developer Is reviewing a process during debugging, as shown in the exhibit?
A developer extracts a date from an email. The date will always be In the same format and always from the past. Some examples of this format are: "3 Mar 2023". "20 Nov 2021". The name of the variable where the date is saved is DateString What expression should the developer use to check If the extracted date is within the last 7 days?
At indication time, the Strict Selector has the following functionalities available:
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 context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
When building automation projects, which statement is true regarding Perform Remote Debugging?
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?
Which of the following examples accurately demonstrates the correct usage of Al Computer Vision features in a UiPath project?
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?
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.
Which of the following credentials stores have built in support in Orchestrator?
Given the following workflow:
What will be the output of the Log Message activity?
When developing a new project using REf ramework. logging in to multiple applications Is required. What is the recommended location to accomplish this task?
A developer has created a variable of type String called "MyNumbers" and assigned to it the following value: "1. 2, 3.4, 5. 6". What is the resulting data type for the expression MyNumbers.Split("."c)(1)?
Why is it necessary to add the UiPath virtual channel to the allow list policy for Citrix Virtual Apps and Desktops 7 2109?
What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?
What is the correct sequence of steps in a REFramework project that is linked to Orchestrator it an application exception occurs on a Queue Item m the Process Transaction stale?
Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the Right".
A developer has created a variable of type List of Strings named "Users_List", and initialized it with an empty list: "Users_List = new List(Of String)".
What is printed in the log message after the following Invoke Code is executed?
When should the Show Elements button be used in the Computer Vision wizard?
A developer needs to use the REFramework in order to implement a linear process. Which value should be set to "out_Transactionltem" the first time when it enters the Get Transaction Data state?
Which of the following statements accurately describes the primary components of a State Machine in a workflow?
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?
Based on the following exhibit, which output is displayed in the Output panel rt Step Out is clicked on the Debug ribbon tab of UlPath Studio?
What is the purpose of the Capture All Elements feature in Object Repository?
A developer implemented a process using the REFramework and an Orchestrator queue. The "OrchestratorQueueFolder" was defined in the "Config.xlsx" file, but the folder does not exist in Orchestrator
What is the behavior at runtime?
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?
When developing a process, you were provided with two data tables, "DT1" and "DT2", as shown below:
The process documentation specifies that the two data tables need to be manipulated in order to reflect the following "DT2":
How should the properties of the Merge Data Table activity be configured?
A)
B)
C)
D)
What advantages do pre-built connectors in UiPath Integration Service offer?
What method can be used to change the index of an existing column in a datatable?
In the Global Exception Handler, which arguments are provided by default and should not be removed?