- (Topic 2)
In which types of variable can you store text? Options are :
Correct Answer:
BD
- (Topic 3)
Review the following exhibit:
What is the result of clicking the "Run in PiP" button?
Correct Answer:
C
- (Topic 2)
A developer uses Send Outlook Mail Message activity to send a notification mail to
the Finance team. A developer wants to change the font color of the mail message to red. How can it be achieved?
Correct Answer:
C
IsBodyHtml property specifies whether the body of the message is written in HTML format. Using HTML notation, it is possible to edit font color, text alignment, font and many other visual properties of the mail text.
UiPath Documentation
Exam Topic: Identify and describe how activities are used to automate actions in Excel, e-mail, and .pdfs
- (Topic 2)
Which is the best way to delete unreferenced variables? Options are :
Correct Answer:
C
- (Topic 2)
A developer is working with a newer application using UiExplorer. Unfortunately, UiExplorer does not recognize the required selectors. What UI Framework is recommended for the developer to choose in such a situation?
Correct Answer:
C
In UiExplorer, you can choose one of three UI Frameworks to change the technology used to determine UI elements and their selectors. The following options are available:
- Default – UiPath proprietary method. Usually works fine with all types of user interfaces.
- Active Accessibility – an earlier solution from Microsoft for making apps accessible. It is recommended that you use this option with legacy software when the Default one does not work.
- UI Automation – the improved accessibility model from Microsoft. It is recommended that you use this option with newer apps when the Default one does not work.
UiPath Documentation
