A developer sets a breakpoint on one of the activities in the workflow. When deploying the code to production, the developer published the package and created a process in UiPath Orchestrator. At the time the process is executed in unattended mode from a UiPath Robot, what is the expected behavior?
A. Robot will crash and execution will stop because of the breakpoint.
B. When encountering the breakpoint the execution will pause until it is resumed manually.
C. Execution will proceed without taking into consideration the breakpoint.
D. Execution will throw an exception because of the breakpoint.
Explanation: When a UiPath process is executed in unattended mode from a UiPath Robot, breakpoints set during the development phase do not affect the execution. The Robot ignores any breakpoints that have been left in the workflow, and execution proceeds as if the breakpoints were not there. Therefore, the correct answer is C. Breakpoints are meant for debugging purposes during development and do not cause crashes, pauses, or exceptions during unattended execution in a production environment.
A developer has stored a birth date in a String variable and must input this value into a
custom form. The developer must ensure the date format corresponds to the accepted
input format.
Which method or activity is best suited to validate the format?
A. RegEx Check Activity
B. Is Match Activity
C. String.Equals() Method
D. String.Contains() Method
What is the most appropriate way to convert a designed process into a template after completing the project?
A. Use the "Save As" option to save the project as a new file type and manually change the file extension to create a template.
B. Use the Export as Template option from the UiPath Studio.
C. Create a new Template and move the activities from the existing process to the new Template.
D. There is no way the developer can do this.
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. 0
B. 2
C. Object reference not set to an instance exception is thrown
D. System Argument Exception is thrown
A developer aims to set up a single Click activity that can click on all menu items within the
Notepad application's Menu Bar.
Referring to the exhibit, what is the proper order of steps to update the dynamic variable?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence
found on the right.
Page 7 out of 51 Pages |
Previous |