top of page

My Items

UiPath Interview Question Set 1
Stadium Concrete Seats

15

What is Queue and Transaction?

Queue are type of Data and Transactions are Data for the Processing
For e.g., Queue – is Invoice Number – String type and Transactions are “INV132” each time Transactions will be updated once it completed process

Stadium Concrete Seats

14

Where should credentials be stored?

In Windows Credential Store
In Orchestrator, as assets

Stadium Concrete Seats

13

How do you implement re usability in Uipath ?

We can implement re usability in Uipath by building workflows as libraries. Later libraries can be invoked in any project where ever required.

Stadium Concrete Seats

12

How do you handle exceptions in your projects ?

Always any workflows should be surrounded by Try and Catch block to control the exceptions. All exceptions should be logged properly and if required email can be triggered.

Stadium Concrete Seats

11

Name some error handling activities available in UiPath?

Some of the error handling activities are:

Throw
Catch
Terminate Workflow
Try Catch

Stadium Concrete Seats

10

What are the various recording tools are avilable in Uipath ?

The various types of recording available are:

Desktop
Basic
Web
Image
Citrix

Stadium Concrete Seats

9

What is UiPath explorer used for ?

UI Explorer is a tool that enables you to make a custom selector for a specific UI element. UIAutomation. Activities package is installed as an addition to the project

Stadium Concrete Seats

8

What are some of the activity properties in Uipath ?


Delay After
Timeout MS
Target
Delay Before
Wait for Ready etc.

Stadium Concrete Seats

7

Name the various types of recording available in UiPath?

The various types of recording available are:

Desktop
Basic
Web
Image
Citrix

Stadium Concrete Seats

6

List out some of the key data types in UiPath.

Text Variables – This type of variables is used to store the text values.
True/False Variables – This type of variables is used to store Boolean values.
Number Variables – This type of variables is used to store Integer values.
Array Variables – This type of variables is used to store an array of integers or string.
Date and Time Variables – This types of variables is used to store date and time variables.
Data Table Variables – This type of variables is used to store Data Table, which stores the values in the form of table.
Generic Variables – This type of variables is used to store generic type such as Mail Merge, Database etc.

Stadium Concrete Seats

5

What are the components available in UiPath?

The components available in UiPath are:

UiPath ROBOT
UiPath Studio
UiPath Orchestrator

Stadium Concrete Seats

1

Types of Workflows in UiPath?

Sequences, Flow Chart and State Machines

bottom of page