1-97 Exam Flashcards
What is the recommended approach for handling tabular data when building a REFramework
transactional project in UiPath?
A. Utilize a DataTable variable to store and process the tabular data.
B. Save the tabular data in multiple CSV files for easier manipulation.
C. Use separate variables to store each column of the tabular data.
A. Utilize a DataTable variable to store and process the tabular data.
What is the purpose of credential stores in UiPath Orchestrator?
A. To store non-sensitive data and configuration settings for UiPath Studio projects.
B. To store Orchestrator event loos and related data for auditing purposes.
C. To securely store sensitive data such as Robot credentials and Credential Assets for use in
automation processes.
D. To serve as a centralized location for storing pre-built automation workflows and processes.
C. To securely store sensitive data such as Robot credentials and Credential Assets for use in
automation processes.
Which of the following statements is true about the existing UiPath Studio installation
packages?
A. The Attended Robot installation package installs only the UiPath Robot.
B. The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot.
C. The Attended Robot installation package installs only UiPath Studio, and Robot.
D. The Automation Developer installation package installs only UiPath Studio, Assistant, and
Robot.
A. The Attended Robot installation package installs only the UiPath Robot.
When a developer runs a process using the REFramework, with the process utilizing
Orchestrator queues and a queue already created with the Name provided and the Auto Retry
function disabled, which states will be executed without errors?
A. Initialization -> Get Transaction Data -> Process Transaction -> End Process
B. Initialization -> Get Transaction Data -> End Process
C. Initialization -> Process Transaction -> End Process
D. Initialization -> End Process
A. Initialization -> Get Transaction Data -> Process Transaction -> End Process
What is the output type returned when using a Get Test Data Queue Item activity?
A. Queueltem
B. Object
C. Dictionary
A. Queueltem
Following UiPath best practices, which project structure is best-suited for complex processes in
UiPath Studio?
A. Sequence
B. Flowchart
C. Global Exception Handler
D. State Machine
D. State Machine
What is the purpose of the Invoke Code activity in UiPath?
A. Invokes VB.NET or C# code, optionally passing il a list of input arguments.
B. Invokes VB MET or Java code optionally passing it a list of input arguments
C. Invokes VB MET code optionally passing it a list of input arguments
D. Invokes Java code, optionally passing it a list of input arguments.
Visit
A. Invokes VB.NET or C# code, optionally passing il a list of input arguments.
Which of the following is an outcome of converting a personal workspace into a folder in UiPath
Orchestrator?
A. The owner of the initial workspace and the admin user are added by default to the newly
created folder and assigned the Personal Workspace Administrator role.
B. The owner of the initial workspace is added by default to the newly created folder and
assigned the Folder Administrator role.
C. The owner of the initial workspace loses access to the newly created folder and the existing
admin users are added by default.
D. The admin user is added by default to the newly created folder with the User Administrator
role.
B. The owner of the initial workspace is added by default to the newly created folder and
assigned the Folder Administrator role.
In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message
with the Logging Level set to “Information,” adhering to the best practices for automating a
production-level process?
A. Whenever an exception is caught in a Catch block.
B. Whenever data is fetched from external sources.
C. Whenever an argument or value is used.
D. Whenever the robot encounters an error on a Queue Item.
B. Whenever data is fetched from external sources.
Which of the following statements correctly illustrates using LINQ to process data in a UiPath
project?
A. Utilizing LINQ to find the total sum of integers in a list by writing
listOfintegers.Sum(Function(x) x).
B. Applying LINQ to filter out emails in a list of strings containing multiple email addresses by
writing listOfStrings.FilterEmails().ToList()
C. Employing LINQ to convert DataTable to JSON format by writing dataTable.ToJSONf)
D. Using LINQ to identify the longest string in a list of strings by writing
listOfStrings.Max(Function(x) x.Lengthl))
A. Utilizing LINQ to find the total sum of integers in a list by writing
listOfintegers.Sum(Function(x) x).
In UlPath Orchestrator. when managing multiple Jobs in a queue, which feature allows
operators to dictate the execution sequence by assigning the importance of each Job?
A. Job Execution Order
B. Job Queuing Strategy
C. Jab Dependency Settings
D. Job Priority Levels
D. Job Priority Levels
When developing a new project using REFramework, logging in to multiple applications Is
required. What is the recommended location to accomplish this task?
A. InitAIIApplicatlons.xaml
B. InitAIISettings.xaml
C. Process.xaml
D. FirstRun.xaml
A. InitAIIApplicatlons.xaml
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 Ul 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 Ul interaction
D. A process may be turned into a Background Process as long as it does not contain activities
with Ul interaction You need to go to the Project Settings window and set the Starts in
Background toggle to Yes.
D. A process may be turned into a Background Process as long as it does not contain activities
with Ul interaction You need to go to the Project Settings window and set the Starts in
Background toggle to Yes.
How can UlPath Orchestrator help address potential Issues before they become critical
problems?
A. By sending customer feedback to UiPath developers.
B. Through proactive monitoring and alerting of detected issues
C. With immediate technical support for any detected Issue.
D. By automatically updating background processes.
B. Through proactive monitoring and alerting of detected issues
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. Ul elements and non-UI elements.
A. Local elements and library elements.
What Is the role of server-side event triggers In UlPath Integration Service?
A. To start UlPath processes only when users interact with specific Ul elements.
B. To manage API connections and authorize usage across different security protocols.
C. To notify users when a new connector is available In the UiPath Integration Service catalog.
D. To start UiPath processes by configuring events such as data updates, insertions or deletions
in other systems.
D. To start UiPath processes by configuring events such as data updates, insertions or deletions
in other systems.
What does Application Exception describe?
A. An error rooted in a technical issue, such as an application that is not responding.
B. An error caused by using different data types than the expected ones in an application.
C. An error that occurs when the application is running on unstable environment.
D. An error rooted in the fact that certain data which the automation project depends on is
incomplete or missing.
A. An error rooted in a technical issue, such as an application that is not responding.
A developer designed a process in the REFramework using Orchestrator queues. In which
state(s) will be the status updated for each Transaction Item in the queue?
A. Process Transaction only.
B. Get Transaction Data and Process Transaction.
C. Initialization and Process Transaction.
D. Initialization and Get Transaction Data.
B. Get Transaction Data and Process Transaction.
How are mock files organized in an automation project structure?
A. They are stored in a dedicated folder for mock testing configuration.
B. They are stored in a separate folder called “Mocks”.
C. They are stored in the same folder as the source workflow.
D. They are stored in a nested structure based on the source workflow’s file tree.
B. They are stored in a separate folder called “Mocks”.
When should a developer log a coherent message with the Logging Level set as “Info” while
building an automation project?
A. Every time data is read from external sources.
B. Every time an exception is caught in a Catch block
C. Every time a variable or argument value is used.
D. Every time the robot encounters an error processing a Queue Item.
A. Every time data is read from external sources.
The “arrayOfPointsGainedByParticipant” Object array is created and initialized with the following
values: {“7”, “4”, “1”}. Which is the value and data type returned, at runtime, by
arrayOfPointsGainedByParticipant(1)?
A. Value: 4
B. Value: 7 Data Type String
C. Value: 4
D. Value: 7
C. Value: 4
A. Locals Panel and Watch Panel.
B. Immediate Panel and Watch Panel.
C. Watch Panel and Breakpoint Panel.
D. Locals Panel and Immediate Panel
D. Locals Panel and Immediate Panel
A developer Intends to incorporate a Flow Switch activity within a Flowchart. What Is a
characteristic of this activity?
A. The Flow Switch activity is designed solely for usage in sequence workflows.
B. Two default cases can be assigned in the Default section
C. The default TypeArgument property for the Flow Switch activity is set lo Int32.
D. Default cases can be numbered.
C. The default TypeArgument property for the Flow Switch activity is set lo Int32.
“Process A” is scheduled to run at 2:00 PM using a time trigger with the Schedule ending of Job
execution feature configured to stop the job after 20 minutes. Assuming that the robots are
busy and “Process A” is queued until 2:05 PM. at what time will “Process A* be stopped?
A. 2:20 PM
B. 2:25 PM
C. 2:05 PM
D. 2:28 PM
B. 2:25 PM
Which part of a test case that is using BDD (Behavioral-Driven Development) template structure
supports the Surround with mock feature?
A. Then
B. Setup
C. When
D. Given
B. Setup
A developer is using a Type into activity with the Input Method set to Simulate Which property
needs to Be enabled for the activity to execute even iF the target Ul element is deactivated or
read-only?
A. Deselect at end.
B. Alter disabled element.
C. Activate.
D. Click before typing.
B. Alter disabled element.
Which of the following options is true about the types of robot installation?
A. Both the service and the user modes are recommended for running unattended automations.
B. The service mode is the recommended option for running unattended automatons.
C. Both the service and the user modes are recommended for creating and testing automations,
and running attended automations.
D. The service mode is the recommended option for creating and testing automations, and
running attended automations.
B. The service mode is the recommended option for running unattended automatons.
What is the purpose of The Relative To feature in Computer Vision activities?
A. To compare the size and position of Ul elements in different applications.
B. To synchronize the timing of multiple Computer Vision activities in the same project.
C. To configure the target as being relative to an element, either a single point or an area
selection in the application.
D. To create a fixed relationship between Computer Vision actions and Ul element positions.
C. To configure the target as being relative to an element, either a single point or an area
selection in the application.
What can be verified in the InltAIISettlngsTestCase test case?
A. Verify If a certain application is open in the execution environment.
B. Verify the naming of a certain key present in the ‘Config’ dictionary.
C. Verify the variable type for the ‘Config’ dictionary.
D. Verify If a certain key is present in the ‘Config’ dictionary.
D. Verify If a certain key is present in the ‘Config’ dictionary.
Which of the following activities in UlPath Studio have the Verify Execution property available?
A. Click activity
B. Invoke workflow activity
C. If activity
D. Assign activity
A. Click activity