What will be the result of the processing?
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left...
How should exceptions be handled? Select all the options that apply.
How should exceptions be handled? Select all the options that apply.A . By using Try Catch activities inside the workflow for unexpected application exceptions. B. UiPath handles exceptions by default. C. By validating data using conditional blocks for business exceptions.View AnswerAnswer: A,C
Which name of the field would cause the logging process to become corrupted?
A developer creates an automation solution that processes a specific file stored in a Shared location. A developer uses Add Log Fields activity to add a field that indicates which file is being processed during each run. Which name of the field would cause the logging process to become corrupted?A...
What will be the result of the processing?
A developer is working with a variable named sampleDataTable of type DataTable in the following sequence. In the Invoke Code activity, the developer wants to sum up all values from column "Price" in the sampleDataTable. What will be the result of the processing? A . Message Box” activity will display...
What will be the result of the processing?
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left...
An error message is displayed
An error message is displayedView AnswerAnswer: B
What are the functions of the Outline panel?
What are the functions of the Outline panel?A . It shows the structure of the workflow B. It shows the execution result of the workflow C. If the Activities are properly named, it can be used to search and select specific Activities used inside the workflowView AnswerAnswer: A,C
How can a process be executed on three different robots?
How can a process be executed on three different robots?A . By scheduling the process and adjusting the settings in the Execution Target tab accordingly B. By creating a job and selecting all three robots C. By deploying the process in the environment of the robots, which run it automatically...
Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?
A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox. Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line...
In UiPath Studio, which recommended type of workflow meets this requirement?
A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement?A . State Machine B. Sequence C. Global Exception Handler D. FlowchartView AnswerAnswer: D Explanation: Reference: https://docs.uipath.com/studio/docs/workflow-design