- (Topic 1)
During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:
* 1.The loading of the label text element takes longer than 30 seconds. 2.The loading of the button takes longer than 30 seconds.
* 3.The retrieving of the data or clicking the button must be tried until successful.
Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?
Correct Answer:
A
- (Topic 3)
A developer wants to use the default Robotic Enterprise (RE) Framework without using Orchestrator. What is the minimum requirement to ensure that the project does not access Orchestrator queues?
Correct Answer:
C
Reference: https://forum.uipath.com/t/no-error-but-gettransactiondata-is-not- incrementing/73174
- (Topic 1)
A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.
Which warning will be shown in the Analyzer output for this activity?
Correct Answer:
C
- (Topic 2)
A developer created automation in UiPath to process CVs of job candidates. This process is designed to help the HR team in their daily activities. Every day robot needs to process mails from the HR team sent to its Outlook account. Besides emails from HR, the robot also receives organizational emails and emails from other employees. There are several possible ways to set up the Get Outlook Mail Messages activity for the robot to only extract emails from the HR Team
Correct Answer:
D
There is no "From" property in the Get Outlook Mail Messages activity, and all filtering needs to be done in the Filter property of the Get Outlook Mail Messages activity. All 3 strings can be used as a filter to get mails only from the HR Team.
UiPath Documentation
Exam Topic: Identify and describe how activities are used to automate actions in Excel, e- mail, and .pdfs.
- (Topic 2)
The String.Format("Input ={0} and Output = {0}", "1","2") expression returns the following: Options are :
Correct Answer:
C