1-97 Exam Flashcards

1
Q

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

A. Utilize a DataTable variable to store and process the tabular data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

C. To securely store sensitive data such as Robot credentials and Credential Assets for use in
automation processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A. The Attended Robot installation package installs only the UiPath Robot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A. Initialization -> Get Transaction Data -> Process Transaction -> End Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the output type returned when using a Get Test Data Queue Item activity?
A. Queueltem
B. Object
C. Dictionary

A

A. Queueltem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

D. State Machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A. Invokes VB.NET or C# code, optionally passing il a list of input arguments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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.

A

B. The owner of the initial workspace is added by default to the newly created folder and
assigned the Folder Administrator role.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A

B. Whenever data is fetched from external sources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A. Utilizing LINQ to find the total sum of integers in a list by writing
listOfintegers.Sum(Function(x) x).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

D. Job Priority Levels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A. InitAIIApplicatlons.xaml

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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.

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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.

A

B. Through proactive monitoring and alerting of detected issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A. Local elements and library elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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.

A

D. To start UiPath processes by configuring events such as data updates, insertions or deletions
in other systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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

A. An error rooted in a technical issue, such as an application that is not responding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

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.

A

B. Get Transaction Data and Process Transaction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

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.

A

B. They are stored in a separate folder called “Mocks”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

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

A. Every time data is read from external sources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

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

A

C. Value: 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A. Locals Panel and Watch Panel.
B. Immediate Panel and Watch Panel.
C. Watch Panel and Breakpoint Panel.
D. Locals Panel and Immediate Panel

A

D. Locals Panel and Immediate Panel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

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.

A

C. The default TypeArgument property for the Flow Switch activity is set lo Int32.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

“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

A

B. 2:25 PM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

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

A

B. Setup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

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.

A

B. Alter disabled element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

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.

A

B. The service mode is the recommended option for running unattended automatons.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

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.

A

C. To configure the target as being relative to an element, either a single point or an area
selection in the application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

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.

A

D. Verify If a certain key is present in the ‘Config’ dictionary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

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

A. Click activity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

In the context of a process automated using the REFramework that processes payments and
sends a report using the Finance team leader’s email account at the end of the day. where
should the email account credentials be stored according to best practices’’
A. In an Orchestrator Credential asset and referenced in the Assets sheet in the Config.xlsx file.
B. In an Orchestrator Credential asset and referenced in the Settings sheet in the Config.xlsx file.
C. In the Constants sheet in the Config.xlsx file with the value of the email address.
D. In an Orchestrator Text asset and referenced in the Assets sheet In the Config.xlsx file.

A

A. In an Orchestrator Credential asset and referenced in the Assets sheet in the Config.xlsx file.

29
Q

A developer needs to choose a layout that integrates activities into a working structure during
workflow file development. The selected layout should cover all possible cases and transitions
while accommodating processes that cannot be easily captured by loops and If statements.
Which of the following layouts is the best-suited in this case?
A. Sequence
B. Flowchart
C. State Machine
D. Global Exception Handler

A

C. State Machine

30
Q

A developer has created a variable of type String called “MyNumbers” and assigned to it the
following value: “1. 2, 3.4, 5. 6”. What is the resulting data type for the expression
MyNumbers.Split(“.”c)(1)?
A. Array of String
B. String
C. Double
D. lnt32

A

B. String

31
Q

Why is it necessary to add the UiPath virtual channel to the allow list policy for Citrix Virtual
Apps and Desktops 7 2019?
A. Because the UiPath Remote Runtime component should be enabled to access the Citrix
workspace environment.
B. Because custom virtual channels are blocked by default, preventing the UiPath Remote
Runtime from functioning correctly
C. Because the network latency should be decreased and the performance of UiPath automation
processes on Citrix should be improved.
D. Because a secure connection should be created between the UiPath Remote Runtime and the
Citrix receiver

A

B. Because custom virtual channels are blocked by default, preventing the UiPath Remote
Runtime from functioning correctly

31
Q

What are the possible statuses after running any REFramework test case?
A. MANUAL or AUTOMATIC.
B. PASS or FAIL.
C. EXPECTED or ACTUAL.
D. SUCCESS or EXCEPTION.

A

B. PASS or FAIL.

32
Q

A developer plans to create a process to automate a web application using the Firefox browser.
The goal Is to have the robot work with the web application without relying on visual elements
on screen.
To achieve this goal, what option should the developer use for the Use Application/Browser
activity?
A. Input mode = Chromium API
B. User Data Folder Mode = CustomFolder
C. Input mode = Simulate
D. WebDriver mode = Headless

A

A. Input mode = Chromium API

33
Q

What Information is provided in the Descriptor Coverage sub-panel of Test Explorer?
A. Object Repository coverage
B. Test data coverage
C. Selector coverage
D. Activity coverage

A

C. Selector coverage

34
Q

How to make sure that all Ul 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 Ul 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.

A

B. By setting the Object Repository Enforced option to Yes in the Design tab within the UiPath
Studio Settings window.

35
Q

What are the two types of events supported by Integration Service?
A. Local and Remote.
B. Scheduled and Unscheduled
C. Generic and Predefined.
D. Basic and Advanced.

A

C. Generic and Predefined.

36
Q

A developer extracts a date from an email. The date will always be In the same format and
always from the past. Some examples of this format are: “3 Mar 2023”. “20 Nov 2021”. The
name of the variable where the date is saved is DateString What expression should the
developer use to check If the extracted date is within the last 7 days?
A. (DateTime.Now - DateTime.ParseExact(DateString. “dd MMM yyyy”.
Culturelnfo.lnvariantCulture)).Days < 7
B. (DateTime.Now - DateTime.ParseExact(DateStnng. *dd MMM yyyyH.
Culturelnfo.lnvariantCulture)).AddDays(-7) > 0
C. (DateTime.Now - DateTime.ParseExact(DateStrlng, “d MMM yyyy”.
Culturelnfo.lnvariantCulture)).Days < 7
D. DateTime Parse(DateTime Now - DateString) Days < 7

A

C. (DateTime.Now - DateTime.ParseExact(DateStrlng, “d MMM yyyy”.
Culturelnfo.lnvariantCulture)).Days < 7

37
Q

In a UlPath State Machine, what Is the primary function of the Trigger section of a State activity?
A. To execute the final state actions before terminating the state machine.
B. To specify the condition or event that initiates a transition from the current state
C. To define the entry actions when transitioning into a state.
D. To establish the exit actions when moving out of a state.

A

B. To specify the condition or event that initiates a transition from the current state

38
Q

What is a prerequisite for performing Remote Debugging using an Unattended Robot
connection?
A. Studio and the remote robot have the same version.
B. TCP/IP connectivity exists between the Studio machine and the remote machine
C. The same user must be signed in Studio and the remote robot.
D. Studio and the remote robot must be connected to the same Orchestrator tenant.

A

D. Studio and the remote robot must be connected to the same Orchestrator tenant.

39
Q

Which activity Is specific for Ul synchronization in UlPath Studio?
A. Get Processes
B. Use Applicationy/Browser
C. Check App State
D. Process Start Trigger

A

C. Check App State

40
Q

What advantages do pre-built connectors in UiPath Integration Service offer?
A. Replacing all types of authorization and authentication protocols with a single, standardized
method.
B. Reducing the need for Ul and API automation, allowing developers to work exclusively with
connectors.
C. Simplified integration with popular applications, faster deployment, and integration across all
UiPath Platform product solutions.
D. Providing a fully customizable catalog of connectors for developing proprietary applications.

A

C. Simplified integration with popular applications, faster deployment, and integration across all
UiPath Platform product solutions.

41
Q

Which of the following is a tag in a selector?
A. id=’selMonth’
B. aaname=’FirstName’
C. <html app-msedge.exe’ title-Find Unicorn Name’ />
D. class-down-chevron set-font’

A

C. <html app-msedge.exe’ title-Find Unicorn Name’ />

42
Q

What are the differences between the properties Input mode: Simulate and Input mode:
Window Messages on a Type Into activity?
A. Input mode: Simulate is the fastest and supports hotkeys.
B. Input mode: Simulate is compatible with all applications.
C. Input mode: Simulate runs in the background and auto-empties the field.
D. Input mode: Simulate works best with web applications.

A

C. Input mode: Simulate runs in the background and auto-empties the field.

43
Q

Which of the following is an accurate example of using LINQ for querying data in a UiPath
process?
A. Applying LINQ to find duplicates in a list of integers by writing:
listOflntegers.FindDuplicates().ToList()
B. Utilizing LINQ to sort DataTable rows based on a specific column by writing:
dataTable.OrderBy(Function(x) x.ToString).CopyToDataTable()
C. Executing LINQ to merge two DataTables by writing:
dataTable1.Merge(dataTable2).CopyToDataTable()
D. Using LINQ to filter a list of strings containing only “UiPath” by writing:
listOfStrings.Where(Function(x) x = “UiPath”).ToList()

A

D. Using LINQ to filter a list of strings containing only “UiPath” by writing:
listOfStrings.Where(Function(x) x = “UiPath”).ToList()

44
Q

Which of the options below is not an action in Test Explorer?
A. Run Selected
B. Run Failed Test Cases
C. Run All In View
D. Run Passed Test Cases

A

D. Run Passed Test Cases

45
Q

What is the recommended approach for a user to log custom information at each breakpoint
while executing a process in Debug mode?
A. Set Log Message option in the Breakpoint Settings.
B. Insert a Log Message before each activity with a breakpoint.
C. Select Log Activities from the Debug panel.
D. Select Execution Trail from the Debug panel.

A

A. Set Log Message option in the Breakpoint Settings.

46
Q

In a UiPath development scenario, which type of process design would be the most appropriate
for an automation task that executes actions in a straightforward progression without iteration
or branching?
A. Transactional Process
B. Iterative Process
C. Sequential Process
D. Linear Process

A

C. Sequential Process

47
Q

How do you subtract a specific TimeSpan from “Today” in VB.NET?
A. DateTime.SubtractSpanFrom(Today, TimeSpan)
B. DateTime.Now - TimeSpan
C. Today.SubtractUsingDate(-TimeSpan)
D. Today.Subtract(TimeSpan)

A

D. Today.Subtract(TimeSpan)

48
Q

In the context of UiPath Orchestrator, what is the primary purpose of the Monitoring feature?
A. Handling version control and collaboration among team members.
B. Real-time tracking of Robots, Machines, Queues, and Jobs.
C. Facilitating the design and deployment of automation workflows.
D. Consolidating event logs and records related to executed tasks and runtime anomalies.

A

B. Real-time tracking of Robots, Machines, Queues, and Jobs.

49
Q

What are the four job types present in the Job Type field according to the place of execution and
robot impersonation?
A. Foreground unattended, Background unattended. Attended, Development.
B. Service unattended, User remote. Attended, Debugging.
C. Service unattended. Personal remote, Attended. Development.
D. Orchestrator unattended, Personal remote, User attended, Studio.

A

A. Foreground unattended, Background unattended. Attended, Development.

50
Q

Which major sections can be added or modified in the State activity of a UiPath project that uses
State Machines?
A. Entry actions. Exit actions, Conditional expressions, and Transitions.
B. Entry actions, Exit actions, Guard and Trigger attributes, and Transitions.
C. Entry actions. Exit actions, Trigger conditions, and Transitions.
D. Entry actions, Exit actions, Guard conditions, and Transitions.

A

D. Entry actions, Exit actions, Guard conditions, and Transitions.

51
Q

Which of the following examples accurately demonstrates using LINQ to perform data
operations in a UiPath process?
A. Employing LINQ to concatenate two strings in a list by writing
listOfStrings.Concatenate(“String_1”, “String_2”).ToList().
B. Using LINQ to filter DataTable rows based on a specific condition by writing
dataTable.AsEnumerable().Where(Function(row)
row(“ColumnName”).ToString.Contains(“Value”)).CopyToDataTable().
C. Applying LINQ to convert a list of integers to a JSON format by writing
listOflntegers.ToJSON().ToList().
D. Utilizing LINQ to split a DataTable into multiple smaller DataTables based on a specific
condition by writing dataTable.Splitf’ColumnName = ‘Condition’”).CopyToData Tablet).

A

B. Using LINQ to filter DataTable rows based on a specific condition by writing
dataTable.AsEnumerable().Where(Function(row)
row(“ColumnName”).ToString.Contains(“Value”)).CopyToDataTable().

52
Q

What is the primary role of the UiPath Remote Runtime component in automation projects
involving virtual environments?
A. It replaces the need for OCR and image recognition activities in all automation projects
involving web browsers.
B. It allows automation projects to be executed in virtual environments without installing any
dedicated UiPath extension.
C. It provides a neural network server for analyzing the Ul of applications when working with the
Computer Vision activities package.
D. It facilitates communication between remote applications and the dedicated UiPath
extension, enabling native selector generation in UlExplorer.

A

D. It facilitates communication between remote applications and the dedicated UiPath
extension, enabling native selector generation in UlExplorer.

53
Q

In the context of a UiPath State Machine, what is the primary purpose of the Exit action in a
state?
A. To manually stop the state machine’s execution.
B. To execute the final actions of the current state before transitioning to the next stage.
C. To revoke any entry actions performed when entering the current state.
D. To define the conditions upon which a state transition should occur.

A

B. To execute the final actions of the current state before transitioning to the next stage.

54
Q

At indication time, the Strict Selector has the following functionalities available:
A. Refresh, Open in UiExplorer, Copy to clipboard.
B. Ignore text. Copy to clipboard. Show all matches.
C. Open in UiExplorer, Copy to clipboard, Show all matches.
D. Accuracy, Open in UiExplorer, Copy to clipboard. Show all matches.

A

C. Open in UiExplorer, Copy to clipboard, Show all matches.

55
Q

How are custom log fields used in the REFramework?
A. Custom log fields are used to automatically retry failed transactions with
real-time updates.
B. Custom log fields are used to store sensitive information like credentials
and personal data of users.
C. Custom log fields are used to define the variable types for transactions,
replacing the default Queueitem type.
D. Custom log fields are included in log messages and used to add more data
about each transaction for reporting and troubleshooting purposes.

A

D. Custom log fields are included in log messages and used to add more data
about each transaction for reporting and troubleshooting purposes.

55
Q

While developing a test case using UiPath.Testing.Activities. which testing activity enables to
include another activity within its body?
A. Verify Expression With Operator
B. Verify Range
C. Verify Control Attribute
D. Verify Expression

A

D. Verify Expression

56
Q

In the Global Exception Handler, which arguments are provided by default and should not be
removed?
A. errorinfo with the “Out” direction result with the “In/Out” direction
B. errorinfo with the “In” direction result with the *ln/Out direction
C. errorinfo with the “In” direction result with the “In” direction
D. errorinfo with the “In” direction result with the “Out” direction

A

D. errorinfo with the “In” direction result with the “Out” direction

56
Q

What specific combination of permissions is required to disable errors from the Error Feed
widget on the Monitoring > Jobs page in UiPath Orchestrator Monitoring-7
A. View on Monitoring and Edit on Jobs.
B. Edit on Monitoring and View on Jobs.
C. Edit on Monitoring and Edit on Jobs.
D. View On Monitoring and View on Jobs.

A

A. View on Monitoring and Edit on Jobs.

57
Q

When building an automation for a car rental company as part of a larger project initiative, a
developer should follow the high-level steps:
1. log in to the company’s desktop application.
2. For each Queue Item:
a) Navigate to the Reservations section from the Requests section.
b) Add the reservation data to the Reservations section.
c) Close the current reservation.
3) Log out and close the company’s application.
What step should be mocked from the end-to-end test case in order to retrieve test data?
A. SetTransactionStatus
B. GetTransactionData
C. Process
D. InitAIIApplications

A

B. GetTransactionData

57
Q

Which of the following examples accurately demonstrates the correct usage of Al Computer
Vision features in a UiPath project?
A. Employing Al Computer Vision to identify and interact with Ul elements in a remote desktop
application with low quality or scaling issues.
B. Utilizing Al Computer Vision to train a custom machine learning model to recognize specific
patterns in data.
C. Using Al Computer Vision to extract plain text from a scanned PDF document and store the
output in a string variable.
D. Applying Al Computer Vision to perform sentiment analysis on a provided text string and
displaying the result.

A

A. Employing Al Computer Vision to identify and interact with Ul elements in a remote desktop
application with low quality or scaling issues.

58
Q

A developer implemented a process using the REFramework and an Orchestrator queue. The
“OrchestratorQueueFolder” was defined in the “Config.xlsx” file, but the folder does not exist in
Orchestrator
What is the behavior at runtime?
A. A warning message stating that the queue folder is missing is logged, and then the process
continues.
B. The process throws an exception in the “Get Transaction Data” state because the queue
folder is not found, and then the process is stopped.
C. No exception is thrown and neither will a message be logged and the process continues.
D. The process throws an exception in the “Process Transaction” state because the queue folder
is not found, and then the process is stopped.

A

B. The process throws an exception in the “Get Transaction Data” state because the queue
folder is not found, and then the process is stopped.

58
Q

A developer needs to use the REFramework in order to implement a linear process. Which value
should be set to “out_Transactionltem” the first time when it enters the Get Transaction Data
state?
A. The process will not enter the Get Transaction Data state because a linear process is not
transactional.
B. It should be set to the next queue item in order to be, further on, processed.
C. It should be set to Nothing because a linear process should not enter the second time in the
Get Transaction Data state.
D. It can be set to a static value and. in order to respect the UiPath best practices, this value
should be taken from “Config.xlsx”.

A

C. It should be set to Nothing because a linear process should not enter the second time in the
Get Transaction Data state.

58
Q

What is the default OCR engine used in CV Screen Scope?
A. UiPath Screen OCR
B. Microsoft OCR
C. Tesseract OCR
D. Microsoft Azure Computer Vision OCR

A

A. UiPath Screen OCR

59
Q

Under what conditions will a trigger be automatically disabled upon failure in Integration
Service?
A. When the job is not able to start after 3 attempts for a single event or the job does not start
for the last 25 events.
B. When the job is not able to start after 5 attempts for a single event or the job does not start
for the last 50 events.
C. When the job is not able to start after 11 attempts for a single event or the job does not start
for the last 100 events.
D. When the job is not able to start after 20 attempts for a single event or the job does not start
for the last 200 events.

A

A. When the job is not able to start after 3 attempts for a single event or the job does not start
for the last 25 events.

60
Q

An error occurs during the Initialization state within the ■’FrameworkMnitAIISettings.xaml” file
for a process using REFramework which is executed on Orchestrator. The project contains
default values for the settings specified in “Config.xlsx”.
What is the current state of the job in Orchestrator?
A. Successful
B. Faulted
C. Suspended
D. Stopped

A

B. Faulted

61
Q

When building automation projects, which statement is true regarding Perform Remote
Debugging?
A. Perform Remote Debugging is only possible when the automation project does not involve
Orchestrator queues and assets.
B. Perform Remote Debugging enables developers to design new III elements for the
automation project.
C. Perform Remote Debugging refers to the process of testing and debugging an automation
project on the same machine where UiPath Studio is installed.
D. Perform Remote Debugging allows developers to debug a project on a different machine
using a web-based interface.

A

D. Perform Remote Debugging allows developers to debug a project on a different machine
using a web-based interface.

62
Q

Which activity from the Microsoft 365 package should be used to retrieve the Driveitem ID for a
Sharepoint URL?
A. Get Group
B. Get File/Folder
C. Share File/Folder
D. Download File

A

B. Get File/Folder

63
Q

What are the five severity levels of Orchestrator alerts?
A. Info, Success, Warn, Error, Fatal.
B. Info. Success. Warning. Error. Critical.
C. Information, Complete. Warning, Error, Failure.
D. Info, Completed. Warning, Error. Fatal.

A

A. Info, Success, Warn, Error, Fatal.

64
Q

Which features does the Connector Builder for Integration Service support?
A. REST and SOAP APIs with JSON payload, various authentication types including OAuth 2.0 and
Personal Access Token, building a connector from a Swagger definition only.
B. REST APIs with JSON payload. OAuth 2.0 and Basic authentication types, building a connector
from a Postman collection only.
C. REST APIs with JSON payload, various authentication types including OAuth 2.0 and API Key,
building a connector from an API definition or from scratch.
D. REST and SOAP APIs with JSON and XML payloads. OAuth 2.0 authentication only, building a
connector from an API definition only.

A

C. REST APIs with JSON payload, various authentication types including OAuth 2.0 and API Key,
building a connector from an API definition or from scratch.

65
Q

A developer has designed a Performer process using the REFramework template in UiPath
Studio. The process is published to an Orchestrator folder named “FolderA” and a job is created
in Orchestrator from the package. The value of the OrchestratorQueueName setting in
“Config.xlsx” is “QueueA” and the value of OrchestratorQueueFolder is “FolderA”.
The developer runs the job from Orchestrator with the following argument values:
in_OrchestratorQueueName = “QueueB” in_OrchestratorOueueFolder = empty value
Which queue will be consumed by the robot?
A. OueueA from FolderA.
B. QueueA from Shared.
C. QueueB from FolderA.
D. QueueB from Shared.

A

C. QueueB from FolderA.

66
Q

Which are the actions that can be done in Test Explorer?
A. Export test data, group tests together, analyze activity coverage.
B. Perform debugging, analyze activity coverage, group tests together.
C. Export test results, group tests together, analyze activity coverage.
D. Export test data, perform debugging, analyze activity coverage.

A

C. Export test results, group tests together, analyze activity coverage.

67
Q

What are the primary functions of the UiPath Integration Service?
A. Enables 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.
B. Automates Ul design, manages API connections, provides limited activities and events,
simplifies automation design.
C. Enables 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.
D. Enables automation with Ul components, manages API keys, kicks off automations with
client-side triggers, provides curated events.

A

A. Enables 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.