Uipath Certified RPA Associate Uirpa · Free Practice Question Medium
Question 33
Identify the missing word(s) in the following sentence within the context of UiPath Academy.
• [?] are events that are recognized (caught) by the program, categorized and handled. More specifically, there is a routine configured by the developer that is activated when an [?] is caught. Sometimes, the handling mechanism can be simply stopping the execution.
• Some of the [?] are linked to the systems used, while others are linked to the logic of the business process.
-
A
Triggers
-
B
Remediations
-
C
Errors
-
D
Exceptions
-
E
Sequences
Reveal correct answer
Correct answer: D
Explanation
Exceptions
• Exceptions are events that are recognized (caught) by the program, categorized and handled. More specifically, there is a routine configured by the developer that is activated when an exception is caught. Sometimes, the handling mechanism can be simply stopping the execution.
• Some of the exceptions are linked to the systems used, while others are linked to the logic of the business process.
Errors
Errors are events that a particular program can’t normally deal with. There are different types of errors, based on what's causing them - for example:
• Syntax errors, where the compiler/interpreter cannot parse the written code into meaningful computer instructions;
• User errors, where the software determines that the user’s input is not acceptable for some reason;
• Programming errors, where the program contains no syntax errors, but does not produce the expected results. This are often called bugs.
https://docs.uipath.com/studio/docs/global-exception-handler
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
