What is the default polling interval set for an event trigger?
A. 1 minute
B. 5 minutes
C. 10 minutes
D. 15 minutes
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
A. It enables you to sort the displayed data based on job priorities.
B. It allows you to choose between background and foreground processes for the displayed data.
C. It allows you to allocate licenses per machine for the displayed data.
D. It allows you to control the granularity of the displayed data and check the health of your system in either the last day or the last hour.
What are the three main components of UiPath Integration Service?
A. Connectors, API Tokens, Triggers.
B. Connectors, Connections, Orchestrator.
C. Connectors, Connections, Triggers.
D. Activities, Connections, Triggers.
At indication time, the Strict Selector has the following functionalities available:
A. Open in UiExplorer, Copy to clipboard, Show all matches.
B. Accuracy, Open in UiExplorer, Copy to clipboard, Show all matches.
C. Ignore text, Copy to clipboard, Show all matches.
D. Refresh, Open in UiExplorer, Copy to clipboard.
What advantages do pre-built connectors in UiPath Integration Service offer?
A. Reducing the need for Ul and API automation, allowing developers to work exclusively with connectors.
B. Providing a fully customizable catalog of connectors for developing proprietary applications.
C. Replacing all types of authorization and authentication protocols with a single, standardized method.
D. Simplified integration with popular applications, faster deployment, and integration across all UiPath Platform product solutions.
The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity?
A. OutputFileName argument is optional.
B. Password-protected PDF files cannot be processed with this activity,
C. PageCount argument outputs the number of extracted pages.
D. Range argument accepts complex range values or "All".
How can a process be converted from a foreground process to a background process?
A. A process may be turned into a Background Process by adding a "Background" tag to the process name as long as it does/does not contain Ui interaction. You need to go to the Project Settings and modify the name of the process.
B. A process may be turned into a Background Process as long as it does not contain persistence activities. You need to go to the Project Settings window and set the Supports Persistence toggle to No.
C. A process may be turned into a Background Process by just deleting the UiAutomation package dependency as long as it does/does not contain UI interaction.
D. A process may be turned into a Background Process as long as it does not contain activities with UI interaction. You need to go to the Project Settings window and set the Starts in Background toggle to Yes.
What are the two types of elements that can be included in an Object Repository?
A. Local elements and library elements.
B. Dynamic elements and static elements.
C. Web elements and mobile elements.
D. UI elements and non-UI elements.
How to make sure that all UI Automation activities used within project workflows reference elements from the Object Repository?
A. By setting the Object Repository Enforced option to Yes in the General tab within the Project Settings window.
B. By setting the Object Repository Enforced option to Yes in the Design tab within the UiPath Studio Settings window.
C. By setting the Object Repository Enforced option to Yes in the UI Automation Modern tab within the Project Settings window.
D. By setting the Object Repository Enforced option to Yes in the System tab within the Project Settings window.
Given the following conditional breakpoint with count = 0:
Conditional breakpoint settings:
How many times will UiPath be displayed in the Output panel before the process goes into a Paused state in Debug mode?
A. 4
B. 3
C. 2
D. 5