UiPath RPA Associate (UiRPA) — Question 55
A developer wants to create a process which runs in the screen's background and uses Excel activities. Which property of the Excel Application Scope activity must be configured for the process to run in the screen's background?
Answer options
- A. Read-only
- B. Private
- C. Save Changes
- D. Visible
Correct answer: D
Explanation
The 'Visible' property must be set to false for the Excel Application Scope activity to allow the process to run in the background without displaying the Excel interface. The other options do not influence the visibility of the application: 'Read-only' controls editing, 'Private' pertains to scope access, and 'Save Changes' relates to file management.