- (Topic 2)
A developer implements a state machine for his automation solution. What happens if a condition both for T1 and T2 is True?
Correct Answer:
B
If conditions of multiple transitions are met, the first in order is executed. In this case, the T1 transition is executed.
UiPath Forum
- (Topic 2)
A developer is using UiExplorer to modify selectors. The "Repair" button is present in UiExplorer. What is its functionality and when does this button appear?
Correct Answer:
D
Repair enables you to re-indicate the same target UI element and repair the selector. This operation does not completely replace the previous selector. The button is available only when the selector is invalid.
To indicate a totally different selector and replace the previous one use Indicate Element. UiPath Documentation
Exam Topic: Describe how Tags and Attributes, Dynamic Selectors, Anchor Base, etc. are used in UI Explorer to create a robust selector in the Default, Active Accessibility, or UI Automation frameworks
- (Topic 2)
A developer uses Open Browser activity to launch UiPath Docs website. However, as the internet connection is unstable, the developer wraps it in a Retry Scope activity. Please choose the correct statement about this solution.
Please find the properties of Retry Scope activity below
Please find the properties of Open Browser activity below
Correct Answer:
A
NumberOfRetries property indicates how many times the activity will be executed overall. It is often misunderstood as 1 try + 3 retries (like in Orchestrator queues), however, it actually is simply 3 tries.
Even if Open Browser activity has ContinueOnError property set to True, it doesn't affect the Retry Scope, because Retry Scope activity has ContinueOnError set to False. So after 3 tries, if the required element still doesn't exist, the Retry Scope activity will throw an error.
- (Topic 2)
How can you pass DATA between workflows? Options are :
Correct Answer:
A
- (Topic 1)
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 "Email for Robot"?
Correct Answer:
D