- (Topic 3)
A developer is building a workflow that extracts the name of companies based on their IDs and then stores them in a datatable. The workflow contains a String variable that stores the company name, an output argument that stores the Company ID, and a datatable.
What represents an example of a naming convention best practice?
Correct Answer:
D
- (Topic 2)
A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?
Correct Answer:
C
A Business Exception describes an error rooted in the fact that certain data which the automation project depends on is incomplete or missing.
Retrying the transaction does not yield any chance of solving the issue, and there are other better courses of action, such as notifying the human user of this error.
By default, Orchestrator does not retry transactions which are failed due to Business Exceptions. This happens because an inconsistency between the transaction value and the business requirement means that there might be errors in the initial data which the queue items were created from. Additional actions by human users might be required to fix this type of issue, and logging this type of exception and notifying the responsible person can be useful.
UiPath Documentation
Exam Topic: Describe the differences between Dispatcher and Performer, how the Dispatcher is used to upload transaction items, and how the Performer is used to consume the queues and process the transactions. Differentiate between using Application Exceptions and Business Rule Exceptions.
- (Topic 2)
A developer executes the following Type Into activity to enter some text into a Notepad. What will be written in the Notepad once the activity is executed?
Please find below the properties of the Type Into activity
Please find below the running Notepad
Correct Answer:
D
When the Empty Field check box is selected, all previously-existing content in the UI element is erased before writing your text. In this case, the Empty Field is not checked, however, the Simulate Type property is set to True.
When using Simulate Type, the field is automatically emptied, even if the Empty Field is set to False.
- (Topic 2)
How can a process be executed on three different robots? Options are :
Correct Answer:
AB
- (Topic 1)
A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?
Correct Answer:
D
Reference: https://docs.uipath.com/activities/docs/ui-element-exists