Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?
AVersion, Application, Screen, UI Element.
BApplication, Version, Screen, UI Element.
CApplication, Screen, UI Element, Version.
DScreen, Application, Version, UI Element.
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:
Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:
What are steps to do that?
AClick Right on the Test Case and select Update Test Data.
BClick Right on the Test Case and select Add Test Data.
CClick Right on the Test Case and select Refresh Test Data.
DClick Right on the Test Case and select Remove Test Data.
What are the primary functions of the UiPath Integration Service?
AEnables automation with a library of connectors, manages connections easily with standardized authentication, kicks off automations with server-side triggers or events, provides curated activities and events, simplifies automation design.
BAutomates UI design, manages API connections, provides limited activities and events, simplifies automation design.
CEnables automation with API integration, manages connections with user-provided authentication, kicks off automations based on application-specific triggers, simplifies automation design with the help of third-party libraries.
DEnables automation with UI components, manages API keys, kicks off automations with client-side triggers, provides curated events.
Where is the TransactionNumber incremented in the REFramework?
AOnly in the RetryCurrentTransaction.xaml workflow.
BOnly in the SetTransactionStatus.xaml workflow.
CIn the New Transaction transition.
DIn the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.
Question 6
Orchestrator and Automation Cloud
0
Question 7
Orchestrator and Automation Cloud
Question 8
Data Manipulation
Question 9
UI Automation
Question 10
Orchestrator and Automation Cloud
Question 11
UiPath REFramework
Question 12
Orchestrator and Automation Cloud
Question 13
Data Manipulation
Question 14
UiPath Studio
Question 15
UiPath Studio
Question 16
UiPath REFramework
Question 17
Data Manipulation
Question 18
UI Automation
Question 19
Testing and Debugging
Question 20
Integration and API Automation
Question 21
Testing and Debugging
Question 22
UI Automation
Question 23
Orchestrator and Automation Cloud
Question 24
Data Manipulation
Question 25
UiPath Studio
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ad
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Which logging level includes the following information by default?
Execution Started log entry - generated every time a process is started.
Execution Ended log entry - generated every time a process is finalized.
Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
Arguments and Variables Information log entry - show values of the variables and arguments that are used.
AVerbose
BTrace
CCritical
DInformation
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
AInherited
BMedium
CHigh
DLow
Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:
A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?
AdtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")
BdtEmployee.Select("[Department]='IT OR [Department]='Finance' OR [Salary] < 30000")
CdtEmployee.Select("[Department]='IT' OR [Department]= 'Finance' AND [Salary] < 30000")
DdtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")
A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:
The Robot is installed on Machine A, which connects through RDP to Machine B.
From Machine B another RDP connection is opened to Machine C, where the automation must be performed.
Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?
AUI Automation can be used and the following are prerequisites:Machine A - install RDP extension.Machine B - install RemoteRuntime.msi.Machine C - install RemoteRuntime.msi.
BUI Automation can be used and the following are prerequisites:Machine A - install RDP extension.Machine B - install RDP extension and RemoteRuntime.msi.Machine C - install RemoteRuntime.msi.
CUI Automation can be used and the following are prerequisites:Machine A - no requirement.Machine B - no requirement.Machine C - install RemoteRuntime.msi.
DUI Automation can be used and the following are prerequisites:Machine A - install RDP extension.Machine B - no requirement.Machine C - install RemoteRuntime.msi.
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
AEach running process automatically adapts to the available dependency version.
BEach running process uses its own required version of the dependency.
CAll running processes use the latest version of the dependency available.
DRunning processes use the earliest compatible dependency version.
In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?
ARemove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.
BEliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.
CExclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
DOmit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
What is the default polling interval set for an event trigger?
A1 minute
B5 minutes
C10 minutes
D15 minutes
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
The Invoke Method activity has the following properties:
The Parameters property is as follows:
Based on the information shown in the exhibits what is the outcome of the Invoke Method activity?
AAn exception will be thrown.
BColors will contain an item with the value "Yellow".
CColors will contain an item with an empty value.
DColors will contain an item with the value "Colors: Yellow".
When should the Show Elements button be used in the Computer Vision wizard?
AHighlighting all UI elements that have been identified by the Computer Vision analysis.
BDisplaying a list of all available UI elements and their properties.
CActivating a real-time view of the target app's UI during automation.
DFiltering out specific UI elements from being processed by the Computer Vision engine.
In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?
AEntry
BTransitions
CTriggers
DExit
In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?
ATo maintain contextual insights within log messages, including secure details like credentials.
BTo add specific contextual information to log messages that are relevant to the automation process.
CTo modify the representation of logged contextual data as it is displayed in the Orchestrator.
DTo generate extra variables alongside log messages, enhancing workflow understanding.
What method can be used to change the index of an existing column in a datatable?
AMoveAt
BSetOrdinal
CSetColumnIndex
DSetIndex
A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?
ADelay before
BDelay between keys
CDelay after
DAlter disabled element
While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.
What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?
ASynchronize mock.
BCreate mock workflow.
CSurround activity with mock.
DRemove mock activity.
To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
AProperty: FilterByMessageIds -Schema: "@SQL=""urn:schemas:httpmail:subject'"' like 'UiPath%'"
BProperty: Filter -Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%'"
CProperty: Filter -Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"
DProperty: FilterByMessageIds -Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"
What do the percentages from the Test Explorer panel represent?
APercent of test data run.
BCorrectness of the code percent.
CCoverage percent.
DPassing percent.
A developer is building an automation which types text into a text file. The Activity Project Settings tor UI Automation Modern activities are set as follows:
The developer has configured the properties of a Type Into activity as follows:
What is the behavior of the Type Into activity when executing the workflow?
AThe activity will use only properties set in Activity Project Settings.
BThe activity will remove Multi Line in Run mode and a Single Line in Debug mode.
CThe activity will remove a Single Line in Run mode and in Debug mode.
DThe activity will remove a Single Line in Run mode and Multi Line in Debug mode.
What is the use of job priorities in unattended automations within UiPath Orchestrator?
ATo determine machine resource allocation among processes.
BTo sort and organize tasks within a folder.
CTo create job dependencies that must be completed before new job execution.
DTo determine which processes should be executed first when dealing with multiple jobs.
Given the following list of arguments:
and the following code:
What is the value that will be displayed in the Output Panel at the end of the sequence below:
A1
B2
C7
D9
How would you define a linear process in UiPath?
AThe steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.
BThe steps of the process are performed multiple times, but each time different data items are used.
CThe steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.
DThe process steps are performed only once. If the need is to process additional data, then the automation must execute again.