0% found this document useful (0 votes)
335 views

Uipath 210 Questions

RPA (Robotic Process Automation) uses software robots to automate repetitive tasks by mimicking human actions. The RPA lifecycle includes analysis, bot development, testing, and deployment/maintenance phases. UiPath is a leading RPA platform that provides process modeling, access control, scheduling and other enterprise features. It consists of UiPath Studio for bot development, UiPath Robots for execution, and UiPath Orchestrator for management. Common workflows in UiPath include sequences, flowcharts, and state machines. Benefits of RPA include cost savings, increased accuracy, easy implementation with minimal coding required.

Uploaded by

M.K Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
335 views

Uipath 210 Questions

RPA (Robotic Process Automation) uses software robots to automate repetitive tasks by mimicking human actions. The RPA lifecycle includes analysis, bot development, testing, and deployment/maintenance phases. UiPath is a leading RPA platform that provides process modeling, access control, scheduling and other enterprise features. It consists of UiPath Studio for bot development, UiPath Robots for execution, and UiPath Orchestrator for management. Common workflows in UiPath include sequences, flowcharts, and state machines. Benefits of RPA include cost savings, increased accuracy, easy implementation with minimal coding required.

Uploaded by

M.K Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 34

1. What is RPA?

Answer: Robotic Process Automation is a type of automation where a machine or computer mimics a human‟s
action in completing rule based tasks. It is used to automate business process.
Automate the business process by robot is known as RPA.

2. What is RPA LIFE CYCLE?


Phases of RPA Life Cycle:
Analysis: The first phase in RPA begins with analysis. Business team and RPA Architect work together to
understand a business process for RPA development.
Bot Development: RPA developer (Team) starts working on the requirement in their environment possibly a
distinct development environment.
Testing: Some companies conduct Testing by Separate Testing Team, while some have a dedicated testing
team which performs a dedicated QA like normal SDLC flow. Best Practice is to have a dedicated testing team
which performs QA of a developed bot.
Deployment and Maintenance: After the Development and Testing phases, a bot is ready for distribution and
enters maintenance phase.
This question is frequently asked in RPA interviews. You should know the RPA Life Cycle.

3.How many projects you have completed in RPA?


Its depend on candidate for interview

4. Why UiPath is best in RPA?


Answer: Uipath RPA is an enterprise computing platform dedicated to automating business process.
It provides the below options full compliance with the enterprise security and governance.
 Process modelling
 Change Management
 Deployment Management
 Access Control
 Remote Execution
 Scheduling

5. Components of Uipath?
UiPath Platform consists of three main components:
UiPath Studio:- UiPath Studio is a complete solution for application integration, and automating third-party
applications, administrative IT tasks and business IT processes.

UiPath Robot- UiPath Robots are a fundamental component of the UiPath Enterprise RPA Platform. Robots
execute the automation workflow designed in UiPath Studio and can be centrally managed from UiPath
Orchestrator.
UiPath Orchestrator- UiPath Orchestrator is a web application that enables you to orchestrate your UiPath
Robots in executing repetitive business processes.
Orchestrator manage the creation, monitoring, and deployment of resources in your environment, acting in the
same as an integration point with third-party solutions and applications.

6. Types of Workflows in UiPath?


a) Sequences – The sequence is actually the small type of projects which are suitable mainly for linear
processes & will enable you to switch from one activity to another seamlessly. It actually acts as a single
activity block. We can reuse them for many times.
b) Flowchart – It helps in large jobs as well as in small projects & you can also use them in different projects
Flowcharts help in presenting multiple branching of logical operators, helps in building complex business & for
connecting the activities in many ways.
c) State Machine – when a machine is using a certain number of states for automation during the execution it is
known as the state machine. it will only switch from one state to another if any action is triggered.

7. What is difference between Attended & Unattended bot?


a) Attended – works on the same workstation as a human user and is usually triggered by the user through their
actions (user events). You cannot start processes from Orchestrator on this type of Robots, and they cannot run
under a locked screen. They can be started only from the Robot tray.
b) Unattended – Runs unattended in virtual environments and can automate any number of processes. On top
of the Attended Robot capabilities, this Robot is responsible for remote execution, monitoring, scheduling and
providing support for work queues.

8. Which type of challenges you have faced in Uipath?


Its depend on candidate to candidate experience.

9. What are the benefits of using RPA?


Benefits of using RPA
1.It Saves Cost: Since it can automate almost all manual and repetitive tasks, you can reduce the size of your
workforce and hence reduce costs.
2.More Accurate in Lesser Time: To err is human, but computers or machines don‟t commit any mistakes, they
do exactly as they are told and hence are more accurate.
3.Easy to Implement and learn: Like earlier stated, there is no coding required. Any automation can be created
using a simple drag and drop.
4.No Coding Required!: RPA can be implemented to automate any repetitive process which is done on a
computer. This process can be related to any desktop tool or web application, if the process is repetitive it can
be automated, that too with minimum coding required.

10. On Which version of Uipath tool you have worked?


It‟s depending on candidate experience.
You can say like I have started working on 2016.6, 2017.6,2018.4, 2019.4

11. Which types of documents you have created in Uipath?


Most used documents is PDD (ASIS & TOBE ),SDD(TDD),BRD

12. How many processes you have automated in Uipath?


Its depend on candidate experience.

13.How many tools you have used till now?


Its depend on candidate how many tool you have used till now.

14. Have you done any certification in Rpa?


There are three major certifications of different vendor like Uipath, Automation Anywhere & Blueprism.

15. What is Ui-path Automation?


Uipath is process Automation vendor through that tool we can automate any type of process.

16. What is difference between Test Automation & Process Automation?


Test Automation –For testing purpose we automate the application & getting the result that how many test cases
is pass & fail
Process Automation –Automating the process without human intervention is called Process automation.

17.How many types of variable & direction of argument you have used till now?
Mostly used variable are:-
String, Int32, Double, Data Table, Array, List ,Generic Value ,Boolean
For more variable you can click browse for types in variable panel.
Direction of Argument:-
In ,Out, In/Out

18 .Do you know Date & time function?


There are lots of functions in .net for date & time.

19. Difference between Array, List & Enumeration?


a)Array:- The array variable is a type of variable which enables you to store multiple values of the same type.
UiPath Studio supports as many types of arrays as it does types of variables. This means that you can create an
array of numbers, one of strings, one of Boolean values and so on.
b) List :- If you want to work with a collection that doesn‟t have fixed number of elements ,you can use a list
instead of any array.
c)Enumeration- It is fixed data type.

20. What is value & type of scope used in UiPath?


Value –Value is input method where we provide the input.

21. What is difference between Sequences, Flowchart & State Machine?


a) Sequence:-The sequence is actually the small type of projects which are suitable mainly for linear processes
& will enable you to switch from one activity to another seamlessly. It actually acts as a single activity block.
We can reuse them for many times.

b)Flowchart –It helps in large jobs as well as in small projects & you can also use them in different projects
Flowcharts help in presenting multiple branching of logical operators, helps in building complex business & for
connecting the activities in many ways.
Flow Switch & flow decision are same things but it has one difference & that is in the flow switch each branch
of flow switch is known as flow step & it is not just restricted to true or false.

C) State machine-when a machine is using a certain number of states for automation during the execution it is
known as the state machine. it will only switch from one state to another if any action is triggered.

22. What are properties in UiPath?


There are multiple activities that can be used to automate apps or web-apps and you can find them in
the Activities panel, under the UI Automation category.
All of these activities have multiple properties in common:
ContinueOnError – If the ContinueOnError field of an activity inside a Try Catch is set to True, no error is
caught when the project is executed.
DelayAfter – adds a pause after the activity, in milliseconds.
DelayBefore – adds a pause before the activity, in milliseconds.
TimeoutMS – specifies the amount of time (in milliseconds) to wait for a specified element to be found before
an error is thrown. The default value is 30000 milliseconds (30 seconds).
WaitForReady – Before performing the actions, wait for the target to become ready. The following options are
available:

23. What is branching in Uipath?


For connecting the activities we are using the branch in Flowchart.

24. What is Selector & types of selector?


To automate specific actions in the user interface, you are required to interact with various windows, buttons,
drop-down lists and many others. Most RPA products do this by relying on the screen position of UI elements, a
method that is not at all dependable.
To overcome this problem, UiPath Studio uses what we call selectors.
Wildcards are symbols that enable you to replace zero or multiple characters in a string.

25. Types of Wildcards in UiPath?


Asterisk (*) – replaces zero or more characters
Question mark (?) – replaces a single character
26. Difference between Full & partial Selector.
Full selectors:
Contain all the elements needed to identify a UI element, including the top-level window
Generated by the Basic recorder
Recommended when switching between multiple windows
Partial selectors:
Generated by the Desktop recorder
Do not contain information about the top-level window
Activities containing partial selectors are enclosed in a container (Attach Browser or Attach Window) that
contains a full selector of the top-level window
Recommended when performing multiple actions in the same window
Example of a partial selector for the editable panel in Notepad:

27. What is Uipath Explorer?


UI Explorer is an advanced tool that enables you to create a custom selector for a specific UI element. It is
available only if the UiPath.UIAutomation.Activities package is installed as a dependency to the project.
To open the UI Explorer window, click the button in the Selectors section, in the Design tab.

28. What is Automatic Recording in UiPath?


Automatic recording is very useful and time-saving as it can provide you with a skeleton for your business
processes, and can be easily customized and parameterized.

29. Types of recordings available in Uipath?


a)Basic:- generates a full selector for each activity and no container, the resulted automation is slower than one
that uses containers and is suitable for single activities.
b)Desktop: suitable for all types of desktop apps and multiple actions; it is faster than the Basic recorder, and
generates a container (with the selector of the top-level window) in which activities are enclosed, and partial
selectors for each activity.
c) Web:-designed for recording in web apps and browsers (supported: Internet Explorer, Google Chrome),
generates containers and uses the Simulate Type/Click input method by default.
d)Citrix :- used to record virtualized environments (VNC, virtual machines, Citrix, etc.) or SAP, permits only
image, text and keyboard automation, and requires explicit positioning.

30. What is manage package in UiPath?


The package manager functionality enables you to download activity packages, libraries, frameworks, wrappers
and others, view the ones already installed on your computer and update them, as well as add and remove your
own.
These features are available through the Manage Packages window that you can open by clicking the Manage
Packages button on the Activities panel.

31. How to publish any project in UiPath?


Publishing an automation project means archiving the workflow and all the other files in the folder so that it can
be sent to Robots and then executed.
Additionally, automation projects may be published to a custom NuGet feed, with the option to also add a n API
key if the feed requires authentication.
Publishing projects locally requires you to provide a path on the local machine, different than the location where
process packages are published. From here, you can later manually send the packages to the Robots, so they can
be executed. The default local publish location is %ProgramData%\\UiPath\\Packages.

32. How to run bot through robot?


If development is completed, we will deploy bot to orchestrator, So that‟s why we will publish that & connect
orchestrator through robot, we will provide all the data in uipath robot setting.

33. How to run bot through command prompt & create shortcut of robot?
First we have to publish that from design panel, then we have to take that published nugget package location &
-file your .xaml location.

34. How to save credentials in window & use through Uipath?


First we have to install system credential from Uipath manage package then we will save all credential in
credential manager. We will take secure credential activity & will fetch that user id & password in two variable
& pass into web application or whatever process want to automate.

35. How to automate database?


For database automation you have to install Uipath.database activity from Manage package,
& You have to provide all the datails of whatever database you are using in activity properties.

36. How to create database connection with Uipath & take the data from database?
For database automation you have to install Uipath database activity from Manage package,
& You have to provide all the details of whatever database you are using in activity properties.

37. Which activity you have used in database.


For database there are lots of activity like Connect, Disconnect, Execute query & Non execute query.

38. What are UI Activities Properties in UiPath?


There are multiple activities that can be used to automate apps or web-apps and you can find them in
the Activities panel, under the UI Automation category.
ContinueOnError ,DelayBefore,TimeoutMS,WaitForReady –

39. What is citrix automation in Uipath? Have worked on citrix?


The virtual machine is the emulation of the computer science. If you efficiently want to process the automation
in the Citrix machines then you will need techniques and tool. The Citrix automation in uipath is used for
operating the virtual machine.

40. What is difference between thin & thick client?


Thin client: It is an application that we cannot get the quality properties while spying using any RPA tool
.e.g. Any virtual environment.
Thick client: It is an application that we get a pretty handful of attribute features using RPA tool e.g. calculator,
Internet Explorer.

41. How many activities you have used in UiPath?

There are almost 400 activity available in UiPath, Depend on your experience

42. Have you automated virtual machine?


A virtual machine(VM) is an emulation of a computer System. Virtual machine are based on computer
Architecture & provide functionality of a physical computer. Examples of such as citrix,RDP, Microsoft Azure
etc.
As the click activity is not reliable in not very reliable in virtualized environments.

43. What is debugging in Uipath?


Debugging is the process of identifying and removing errors from a given project. Coupled with logging, it
becomes a powerful functionality that offers you information about your project and step-by-step highlighting,
so that you can be sure that it is error-free. Logging enables you to display details about what is happening in
your project in the Output panel. This, in turn, makes it easier for you to debug an automation. Breakpoints
enable you to pause the execution of a project so that you can check its state at a given point.
44. Difference between Step into & Step over in Uipath?
Step into we use for step by step running the program & step over for fast execution.

45. What are arguments in Uipath & directions of Argument?


Arguments are used to pass data from a workflow to another Workflow. They have specific directions
In/Out/InOut.Arguments are used to pass data from a project to another. Additionally, arguments have
specific directions (In, Out, In/Out, Property)
IN – Which means they are passed in and not returned.
OUT – A parameter marked OUT usually means that the value of the parameter when it is being passed to the
function is not of any importance.
In fact, if it being passed by pointer, it may even be required to be NULL, and the function will allocate
memory and pass a value back to you. Assign activity is required for this type of argument otherwise this
argument will not take any value.
An IN/OUT parameter usually indicates something where both the input and output values are meaningful.

46. What is Switch & flow switch In Uipath?


The Switch activity enables you to select one choice out of multiple, based on the value of a specified
expression.
A FlowSwitch activity works like a FlowDecision except instead of being restricted to a True and False branch.
Each branch of a FlowSwitch activity is called a FlowStep.

47. What is difference between for each, for each row & parallel For each?
For Each– allow you to iterate through a collection of items. It can be an array, a list, a datatable etc.
For each row-When using For each you need to specify the data type and because you might need to iterate
through a datatable more often you have the specific Activities for Data tables.
Parallel for Each-Asynchronously executes a series of activities on each element of an enumeration, in parallel.
Yes, I have worked on the virtual machine automation previously.

48. What is Exception Handling?


Exception Handling mainly deals with handling errors with respect to various activities in UiPath. The Error
Handling activity offers four options: Rethrow, Terminate Workflow, Throw, Try Catch.

49. What is difference between Throw, Rethrow & terminate workflow?


Rethrow is used when you want activities to occur before the exception is thrown.
Terminate workflow is used to terminate the workflow the moment the task encounters an error.
Throw activity is used when you want to throw error before the execution of the step.

50. How you have handled exception in your project?


Its depend on your project, you have to tell about your project exception handling process.

51. What is difference between Try, Catch & Finally?


To solve such kind of errors, you can use a Try-Catch block. So, you can put the browser part in the Try section,
and then either put a Message box or any other activity in the catch section. After this is done, you can mention
the necessary activities, in the Finally block. So these activities would be executed after the Try-Catch block.

52. What is difference between Data scrapping & screen scrapping?


Data scraping enables you to extract structured data from your browser, application or document to a database ,
.csv file or even Excel spreadsheet.
Output or screen scraping methods refer to those activities that enable you to extract data from a specified UI
element or document, such as a .pdf file.

53. Difference between Output panel & outline?


Output panel is that type of panel where you will get the output or result of execution.
The Outline panel displays the project hierarchy, all available variables and nodes. You can highlight activities
in this panel by selecting them in the Designer panel, or you can go to a specific activity by selecting it in
the Outline panel

54. Do you know about TFS, SVN & all repository in Uipath?
Tfs stand for Team foundation server f
Svn –Sub Version

55. What is excel Automation?


Excel automation with UiPath. An efficient tool to sort, delete, retrieve and analyses information. Easy to
migrate and integrate data into platforms.

56. How many Activity you have used for excel Automation?
There are lots of activity in excel automation

58. Types of data table activity you have used in project?


There are lots of mostly used data table activity like Build data Table, Output data table, Merge data table, filter
data table, Clear data table & join data table.

59. How many way to read column of excel through Uipath?


There are lots of way to get the column value. There is Get row item activity through that activity.
You can get all data of proper column.

60. How to automate excel macro through Uipath?


There is execute macro activity , You have install from manage package

61. What is Anchor & find element?


Anchor Base-A container that searches for a UI element by using other UI elements as anchors. This should be
used when a reliable selector is not available.
Find Element-Waits for the specified UI element to appear on the screen (to be in the foreground) and returns it
as a UiElement variable.

62. Difference between Read range, read cell, read csv, Write range , write cell & write csv?
Through read range we read all data of excel, through read cell we read proper cell, through read csv we read all
csv data, through write csv .we write data into excel sheet, through write cell we write data into proper column,
through write csv we write data in csv format.

63. What is Email automation?


Email is that type of automation where we can automate all the email manual steps like sending the mail,
receiving the mail, attaching the attachments, downloading the attachments.
64. What is email protocol in Uipath?
IMAP, SMTP, GET OUTOUTLOOK,SEND OUTLOOK,POP3

65. Difference between Imap, Get Outlook, Send outlook & smtp?
IMAP stands for internet map access protocol, through imap we can receive the customized mail.
Get outlook -Through get outlook activity we can receive the static mail
Smtp-it stands for simple mail transfer protocol for sending the dynamic mail
Send Outlook-Through this activity we can automatically send the static mail.

66. How many activity you have used in Email Automation?


There are four mostly used activity like Get outlook, Imap, Send outlook & SMTP

67. How to download Gmail attachments?


We will start with a new automation process. Let‟s call it Email Automation.

Add a new Flowchart and inside drag and drop a new Sequence. Rename the Sequence to Download Email
Attachment.

Open the sequence and create 3 new variables:


 EmailAddress – String type
 EmailPassword – String type
 MailMessages – List<MailMessage> type (System.Net.Mail.MailMessage)

Drag and drop a new Assign activity and set the EmailAddress to your email address.

Drag and drop a new Get Password activity and set the EmailPassword variable. On Misc section set the
Password and on Result select EmailPassword variabe.
Next, drag and drop Get IMAP Mail Message. Make the following changes:
 Set MailFolder to “Inbox”
 Port to 993
 Server to “imap.gmail.com”
 Email to EmailAddress variable
 Password to EmailPassword variable
 Top to 10 (get the first 10 emails)
 Save the Messages to MailMessages variable
Drag and drop a new For Each activity and inside of it drop an If activity. It should look like this:

For each item in the MailMessages check if the subject contains a specific word. For example, get emails with a
request word in the subject. Use Contains method.
item.Subject.ToLower.Contains(“request”)
Inside Then branch drag and drop the Save Attachment activity. Set the Message as item variable and select
the path where to download the email attachment.

If you want to download only specific files use the Filter option on Save Attachment activity. For example, if
you want to download only .jpg and .png files use this regular expression as a filter:
“^.+.(([pP][nN][gG])|([jJ][pP][gG]))$”

Before running the email automation please configure your Gmail account for IMAP/POP3
protocols and generate and use an App password from Google.

68. How to filter mail through Uipath?


There are two ways to filter the email
i)we can filter through if condition in for each loop.
ii) We can provide filter condition in Get outlook filter option.

69. How to select folder of mail through Uipath?


For folder selection you have to change from imap or get outlook mail setting.

70. What is PDF Automation?


Pdf Automation is that type of automation where can fetch all the information from pdf.

71. How many activities you have used in Pdf Automation?


Mostly used activity is Read pdf text , Read pdf with ocr & Get text

72. How to automate Text & Image PDF?


For pdf automation you have to install pdf from manage package-Uipath.Pdf
There are two main activity in PDF
Read Pdf Text-It is for text pdf
Read pdf with ocr-It is for image pdf

73. What is OCR? Different types of OCR?


Ocr stand for Optical character recognition
i)Google ocr
ii)Miccrosoft Ocr
iii)Abbey ocr

74. How to pass credentials from Orchestrator & window system?


You have to save credential in mange package & give the credential name in your secure credential variable
,create both id & password & use where ever required.

75. What is Orchestrator?


Orchestrator is a web application that enables us to deploy schedule, monitor and manage Robots & process.
76. Different navigation of Orchestrator?
There are more than 8 navigation in orchestrator like Robot, process, Machine ,Schedule, asset , Queue.

77. Difference between Floating & Standard Robot?


 Standard Robot works on a single Standard Machine only, namely the one defined while creating it. This is
ideal for the scenario in which a user always works on the same machine.
 Floating Robot works on any machine defined in Orchestrator, be it Standard or Template, as the machine name
is not relevant while creating it. Only Attended and Development Robots can be floating.
 A Standard robot can be converted into a Floating Robot by using Convert to Floating button displayed
alongside Standard Robot.

78. Different between Process, job, Scheduler, asset & queue?


c)process:- The Packages page displays all the projects published from UiPath Studio, as well as the ones that
were manually uploaded. For more information, see Publishing a Project from Studio to Orchestrator. A project
becomes a package when it is published to Orchestrator from Studio.
d)Job:- A job is the execution of a process on one or multiple Robots. After creating a process (deploying a
package to an environment), the next step is to execute it with the assigned Robots. This can be done manually
from the Jobs page or in a preplanned manner, from the Schedules page.
e)Schedular:- Schedules enable you to execute jobs in a preplanned manner, at regular intervals on Robots. You
can assign Robots to perform different schedules according to the following options:
f)Asset:- Assets usually represent shared variables or credentials that can be used in different automation
projects. They give you the opportunity to store specific information so that the Robots can easily have acce ss
to it. Int, Credential, Boolean, Text
g)Queue:- A queue is a container that enables you to hold an unlimited number of items. Queue items can store
multiple types of data, such as invoice information or customer details. This information can be processe d in
other systems – SAP or Salesforce, for instance.

FREE Online WORKSHOP | How to get Started with RPA & AI?
Register Now !

81.Types of asset in Orchestrator?


a)integer, b)bollean, c)String d)Credential

82. How to pass data from Asset?


There is Uipath get asset activity through this activity we will provide the asset name & will pass the data in
orchestrator asset option.

83. How to upload data on queue through Uipath?


There is add queue item activity through that activity you can keep in for each row & provide the data in
argument options & we will create queue name in Queue options.

84. Difference between Add queue items, get queue item & get transactions?
Add Queue item-it is used for uploading data to queue.
Get Queue Item-it is used for getting the data from queue for all transactions.
Get transactions –It is used for getting the single transactions from queue.
85. How to schedule process through Orchestrator?
There is scheduler option in Orchestrator options through that we can schedule the process.

86. How to handle delay in Uipath?


Add a Delay activity and connect it to the previously added activity. Select the activity, and in the Properties
panel, in the Duration field, type 00:00:20. This is the 20 seconds delaythat is going to be between the two
logged messages.

87. What is Desktop Automation?


Desktop automation is type of automation where we can automate all the desktop application.

88. Which desktop automation activities you have used in Uipath?


There are lots of mostly used desktop activities like Open application, close application, create folder, save
attachments, attach window,

89. What is Uipath Go?


UiPath Go! is the new “app store” for automation offering immediate access to an extensive set of RPA and AI
building-blocks that developers, customers, and partners can share and use to accelerate their digital plans. …
Up to 80% of the content that can be found on UiPath Go! is free.

90. How FTE is calculated?


1)FTE is calculated based on Manual effort, volume and time taken to complete a process
2)FTE = (volume * AHT)/ Manual hour per day (8 hours)
3)AHT is Average Handling Time

91. How to extract from image?


Using ocr activity.

92. What is Reframe work?


Reframe work is entirely based on state machine & Entirely flow is State Machine.Entirely flow is state
machine.
There is 3 states & 1 final states, There are sub process,sub modules& mini processes.
You can split your process in smaller project.

93. What are the error handling activities available in Uipath?


Try catch, Terminate workflow, throw & catch

94. Have you worked on state machine?


State machine-A state machine is a type of automation that uses a finite number of states in its execution. It can
go into a state when it is triggered by an activity, and it exits that state when another activity is triggered.

95. How can we call another xaml file inside one xaml file?
Answer: Invoke Workflow file activity is used for it.
96. What is Computer vision & their benefits?
Computer Vision is a feature that allows our robots to see the screen & visually identify all the elements rather
than relying on selectors or images. It is an algorithm that enables human like recognition of user interface
using a mix of AI, OCR, text fuzzy –matching, and an anchoring system to tie it all together.

97. How to distribute load between two bots?


If you are working with reframe work queue functionality & if you want to distribute the load between
workflow then you can create two framework one(dispatcher) for Uploading data on queue & second
(performer) for taking the data from queue.

98. What is difference between Main fame & Non frame application?
Mainframe applications:
1)It‟s a single screen and keyboard-based application.
2)There are separate set in-built commands supported by Blue Prism especially for mainframe applications
Non-mainframe applications:
3)It includes multiple screens
4)Control moves from one screen to another screen.

99.Robot status:-
a)Available – The Robot is not running a process and is free to be used;
b)Busy- The Robot is running a process
c)Disconnected:- The Robot and Orchestrator have not communicated in the last two minutes;
d)Unresponsive – The UiPath Robot service is not running.

100.Queue Status:-
a)New:- the item has just been added to the queue with the Add Queue Item activity, or the item was postponed
or a deadline was added to it.
b) In Progress:- the item was processed with the Get Transaction Item or the Add Transaction Item activity;
when an item has this status, your custom progress status is also displayed, in the Progress column
c) Failed – the item did not meet a business or application requirement within the project and was therefore sent
to a Set Transaction Status activity, which changed its status to Failed
d) Successful – the item was processed and sent to a Set Transaction Status activity, which changed its status
to Successful
e) Abandoned – the item remained in the In Progress status for a long period of time (approx. 24 hours) without
being processed
f) Retried – the item failed with an application exception and was retried. After the Robot finishes retrying the
item, the status changes to Failed or Successful, according to your workflow.
g) Deleted – the item has been manually selected from the Transactions page and marked as deleted; an item
with this status can no longer be processed.

FREE Online WORKSHOP | How to get Started with RPA & AI?
Register Now !

101. What are the basic differences between UiPath and Automation Anywhere?

102. What are the steps involved in the RPA life cycle?
RPA life cycle is defined in 4 phases:
Analysis:This is the beginning phase of the RPA lifecycle which analyzes the business processes for RPA
development.
Bot Development:Development team works on fulfilling the requirements for the automation tasks.
Testing Phase:Development team performs quality checks for bots.
Deployment and Maintenance:Bot is deployed and maintained by the team.

103. How to create an RPA bot?


To create an RPA bot, we need to follow the below-mentioned steps:
Record a task
Perform the bot implementation
Test the bot
Upload the bot to execute the automation tasks

104. What are the characteristics of RPA?


The following are the characteristics of RPA:
User-friendly:Robotic Process Automation Softwares are usually very easy to use and understand. There is no
need to have special or extra knowledge for users to use RPA.
Not Disruptive:The process transformation in RPA is very simple and straightforward.
Coding is not required:No coding is required for the employees who work on RPA. They only need to have
knowledge regarding how the RPA works.
More efficient results in less time:They never make mistakes as humans do. Once you provide them with the
right data along with rules and regulations, they will execute the same without any errors.
Easy to use:The code required for automating tasks is minimal and not required anymore. So it can be done by
simply dragging and dropping into the system.

105. What are the factors that are encouraging the organizations to proceed with RPA according to you?
As of today most of the business organizations are adopting RPA and the following factors that drive most of
the organizations to adopt RPA are:
RPA always makes sure that it provides error-free results.
It can automate tasks as simple as the way we do copy-paste.
RPA robots provide an easy way to tackle activities accurately even if the employees are out of an organization.
RPA is only a one-time investment for an organization and results are forever.
Companies won‟t require any special attention for quality verification and testing.
It requires less human interaction which ensures no conflicts and fast operations.

106. Let us assume you need to handle an RPA project and provided inadequate skills to process, then
would you reject the project or find an alternative?
Leaving a project is not at all a correct decision. The fact is that there are many alternatives available
for RPA and most of the alternatives have a short duration. So, we can work on it or solve the problem and gain
additional skills required for the project by choosing alternatives. Support and alternatives play an important
role to assist in this type of projects.

107. What are the pros and cons of RPA according to you?
The pros of RPA are as follows:
Reduced errors
Greater productivity
Enhanced job satisfaction
Lower turnover
The cons of RPA are as follows:
Increase in complexities during implementation
Redundancy
A huge threat of unemployment

109. What is UiPath?


UiPath is an RPA Tool used for windows desktop automation. It is founded in the year 2005 by Romanian
entrepreneurs Daniel Dines and Marius Tirca. It is used to automate repetitive tasks. It also reduces the human
interventions.

110. How we connect with orchestrator?


Create Machine-> Open UiPath Robot-> Orchestrator Settings-> Enter the
Orchestrator URL, Machine Name and Machine Key-> Click Connect.

111. What are the types of Projects?


Multiple types of projects are available in Studio
Sequences – Sequences are the smallest type of project. Suitable to linear processes, enabling you to smoothly
go from one activity to another,
Flowcharts – suitable to a more complex business logic, enabling you to integrate decisions and connect
activities in a more diverse manner, through multiple branching logic operators.
State Machines – suitable for very large projects; it uses a finite number of states in its execution which are
triggered by a condition (transition) or activity and it exits that state when another activity is triggered.
Global Handler – The Global Exception Handler is a type of workflow designed to determine the project‟s
behavior when an execution error is encountered. Only one Global Exception Handler can be set per automation
project.

112. List out the sections available in UiPath.


Projects Panel
Activity Panel
Workflow Designer
Properties Panel

113. Types of Robots


The license that was chosen dictates a Robot‟s capabilities, as follows:
Attended– operates on the same workstation as a human, to help the user accomplish daily tasks. It is usually
triggered by user events.
You cannot start a process from Orchestrator on this type of Robots, and they cannot run under a locked
screen. They can be started only from the Robot tray or from the Command Prompt. Attended Robots
should only run under human supervision.
Unattended– run unattended i.e. without human intervention/ support in virtual environments and can automate
any number of processes.
Non-Production– retains all the features of the Unattended Robot, but it should be used onlyfor development
and testing purposes.
Development– has the features of an Unattended Robot, but it should be used only to connect your Studio to
Orchestrator, for development purposes

114. What activities are used to read and send mail?


Microsoft Outlook:
Get Outlook Mail Message, Send Outlook Mail Message
Microsoft Exchange:
Get Exchange Mail Message, Send Exchange Mail Message
IBM Notes:
Get IBM Notes Mail Message, Send IBM Notes Mail Message
Gmail:
a) Get IMAP Mail Message
b) Get POP3 Mail Message
c) Send SMTP Mail Message

115. What are input methods?


Input actions required by the user or the robot, to directly interact with an open application or web page.
There are three types of input methods for click and type action:
a) Default Method: – It is the slowest input method. It does not support background execution. It supports
HotKey (Sending keyboard shortcuts to a UI element)
b) Send WindowsMessage– it supports background execution and HotKeys
c) Simulate Type / Key– This is the fastest of the three and works in the background also. It is compatible with
99% web apps and 60% desktop apps. It does not support hotkeys.

116. What are output methods?


Output or screen scraping methods refer to those activities that enable you to extract data from a specified UI
element or document, such as a .pdf file.
FullText is the default method. It is fastest and accurate, and works in background execution. it cannot extract
the screen coordinates of the text, but can extract hidden text. It works only with desktop applications. This
method is used by “Get Full Text” activity.
Native method is accurate and faster than OCR. It can extract text position but cannot extract hidden text. It
does not support background execution and Citrix. This method is used by “Get Text” activity.
OCR is not 100% accurate, but can be useful to extract text that the other two methods could not, as it works
with all applications including Citrix. It can extract Text position.

117. What is asset and why we need it?


Assets usually represent shared variables or credentials that can be used in different automation projects. They
give you the opportunity to store specific information so that the Robots can easily have access to it.
An extra level of security is provided, as all credentials stored here are encrypted with the AES 256 algorithm.
They can be invoked by RPA developers when designing a process, but their values can be hidden from them.

118. What is package and processes?


The Packages page displays all the projects published from UiPath Studio, as well as the ones that were
manually uploaded.
On this page, a user can view and delete versions of all the packages that had been published from UiPath
Studio, as well as those that were uploaded manually.
A process represents the association between a package and an environment. Each time a package is linked to
an environment, it becomes available for all the Robot machines that belong to that environment.
The Processes page enables you to deploy an uploaded package to Robot environments, manage previously
created associations and keep all your processes up to date. This helps you distribute packages on the Robot
machines and execute processes faster from the Jobs.

119. What is job?


An Orchestration Job is a Job whose sole responsibility is to orchestrate the execution of other Jobs, that is, to
execute a Job, wait for it to finish, execute the next Job on successful completion, or handle errors should the
Job fail.

120. What is RE Framework and explain its components?


RE Framework is a framework provided by UiPath to help developers build processes quicker and apply best
practice principles. It gives you the fundamental code to create more robust processes. This involves clean starts
and exists, automated recoveries, retries, status management, logging and clean coding.
Init: read configuration, initialize applications
Get Transaction state– Read transaction item from Queue
Process state– Process the transaction item
End State– Close all applications

121. What are the projects you have worked on? What are difficulties faced and how did you overcome
them?
It depends on Answers of candidate. Also Explain difficulties faced and how did they overcome them.

122. What is machine and why it is used?


The Machines page enables you to provision and manage machines, with the purpose of further using them to
register Robots to Orchestrator. It displays the existing machines and their types. It enables you to create your
own machine, be it Standard or Template.
a) Standard Machine
It should be used when the name of the machine on which you want to define Robots remains the same each
time you connect to it. You define the machine once, and then can connect to any number of Robots in
the Robots page.
b) Machine Template
It should be used when the name of the machine on which you want to define Robots changes every time. You
define this entity once and then connect to any number of Attended Floating Robots using a unique Active
Directory username.
The Machines page in Orchestrator enables you to provision and manage machines, with the purpose of further
using them to register Robots to Orchestrator. It displays the existing machines and their types. It enables you to
create your own machine, be it Standard or Template.

123. What is difference between workbook read range and excel read range?
Excel read range must be used in Excel Application Scope only whereas Workbook Read range do not need
Excel sheet to be opened.
To use excel read range activity we must have MS Excel installed on the machine whereas we don‟t need excel
installed for workbook read range.

124. Do we need excel installed on system when we use workbook read range activity?
No.

125. What are pdf activities used to get text from an image?
Read PDF Text
Read PDF with OCR

126. What is switch flow?


A Flowchart specific activity that splits the control flow into three or more branches, out of which a single one
is executed based on a specified condition.

127. What is Queue? Use case of Queue?


Queue is a list of items that you want to be processed by Robots. When you create a queue in Orchestrator, it is
empty. To populate the queue with items, change their status and process them, you have to use activities from
Studio.
A queue is a container that enables you to hold an unlimited number of items. Queue items can store multiple
types of data, such as invoice information or customer details. This information can be processed in other
systems – SAP or Salesforce, for instance.
The Queues page enables you to create queues, view information about queue items (such as average execution
time and the total number of successful transactions), display charts with the transaction status progress over
time.
Queues enable you to create large automation projects underlined by complex logic. For example, you can
create a process that collects all invoice information and creates a queue item for each piece of data to store it.
Subsequently, you can create another process that gathers the information from Orchestrator, and uses it to
perform additional tasks, such as paying the invoices in a different application, postponing their payment
according to their due date or value, sending emails to the accounting team every time a bill is paid, etc.

128. What are activities used in Queues?


The following activities from Studio are used with queues:
Add Queue Item– populates the queue with items and defines a time frame when these items must be
processed. By default, when an item is added to the queue its status is New.
Get Transaction Item – gets an item from the queue so that you can process it (start the transaction) and sets
its status to In Progress.
Set Transaction Status– changes the status of the transaction item to Failed (with an Application or Business
Exception) or Successful. Application Exceptions should be used when the app you are automating fails, while
Business Exceptions should be used when a certain queue item value does not meet a business requirement.
Note:
Only items that fail with an Application Exception are retried (if you also configure the Auto-Retry options in
the queue, in Orchestrator).
Add Transaction Item– adds an item in the queue, starts the transaction and sets the status to In Progress.
Postpone Transaction Item– adds time parameters between which a transaction must be processed (not
before Defer Dateand no later than Due Date).
All these activities are part of the Core activities package, and can be found in the Activities panel,
under Orchestrator > Queues.
By default, the queue items that have been processed successfully are archived on a daily basis, while the others
remain in the queue so that you can decide what to do with them

129. 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

131. If there is a System exception in GetTransition Data State in REFramework? Which state in
REFramework stage would be executed next and Why?
If There is a System Exception in GetTransition Data State in ReFramework, End Process State is executed next
because as there will be no data to processed, So End Process state is executed.

132. What is Credentials Manager? How it is used in Project?


In Windows, you can view and manage your network-based logon credentials (i.e., usernames and passwords)
using Credential Manager.
With UiPath, you can automate the process of creating, querying and deleting the credentials through some
dedicated activities.
To get credentials from the windows credential manager, you have to use the Get Secure Credential activity.

133. Which desktop application have you automated in UiPath?


 Automatic Data Entry into ExpenseIt Application from CSV file.
 Moving Files and Folder Automation
 PDF Data Extraction
 Automation of Order Management System application.
 Automation of CRM AnyTeller Application
 Automation of Inflow Inventory System Automation.

134.If suppose there are 2 excel and Each Excel contains 1000 records each. If Suppose 100 records is
added into Another Second Excel? How would you Compare and Fetch 100 Records from Excel?
Using Macro or Compare each row of one excel with each row of other excel.
Creating a comparison macro for excel file will be easier
Simply picking one record of excel file A and compare it with all the records of excel file B.
Using Vlookup Option
You can do it AA excel as database inner join between two sheets.

135. What is FTE


Full-time equivalent (FTE): the amount of work a full-time employee does in a department, or on a certain
project.
It is nothing but the number of employees who are doing manual activities and if you implement RPA how
many FTE you will save.

136.What is difference between mainframe and non-frame


Mainframe applications:
It‟s a single screen and keyboard-based application.
There are separate set in-built commands supported by Blue Prism especially for mainframe applications
Non-mainframe applications:
It includes multiple screens
Control moves from one screen to another screen.

137. I am your client, you give me two workflows one with activities and one with using recording. Which
one you suggest me to use and why?

I will suggest workflow with activities


Because in recording we can‟t get exact selectors, if we get exact selectors then we have to do all selectors as a
dynamic one… So it would be better to go with workflow with activities.

138. Suppose there is url which is dynamic? How would automate Url in UiPath Studio? What is solution
for dynamic url?
Use UiExplorer to get the exact selector and use dynamic selector using *, in url element for changing value.
And also you can use screen scraping to get the value.
For Example-:
In aaname you can assign as *
aaname=‟*‟ and title also *
Use the below selector
<html app=‟chrome.exe‟ title=‟*‟ /> <Webctrl aaname=‟*‟ tag =‟SPAN‟/>

139. How will you handle Credentials?


 By using Credential manager – a window based application to save user credentials in secured
 By storing in – Orchestrator as Credential – variable type
 Just prompting as input box using – Get Secure text activity

140.Explain main components of Orchestrator?


 Processes: A process represents the association between a package and an environment. Each time a package is
linked to an environment, it is automatically distributed to all the Robot machines that belong to that
environment.
 Assets: Assets usually represent shared variables or credentials that can be used in different automation
projects. They give you the opportunity to store specific information so that the Robots can easily have access
to it.
 Queues: A queue is a container that enables you to hold an unlimited number of items. New queues created in
Orchestrator are empty by default and can store multiple types of data.
 Schedules: Schedules enable you to execute jobs in a pre-planned manner, at regular intervals on Robots. Input
values for processes which support input and output parameters can be managed at this level as well
 Robots: A Robot is an execution host that runs processes built in UiPath Studio. The Robotspage enables you
to add robots, edit them, view their status and other settings.
 Jobs: A job is the execution of a process on one or multiple Robots. After creating a process, the next step is to
execute it by creating a job. When creating a new job, you can assign it to specific Robots.
 Transactions: The Transactionspage displays the transactions from a given queue. It also shows their statuses,
the dates when they should be processed, the Robot that processed them, and the type of exception thrown or
assigned reference, if any.

141. How many .xaml have you created for your project? How would publish multiple Process to
Orchestrator?
The Answer to Question depends on candidate Project and number of processes that user creates for the Project.
Orchestrator will trigger based on the reference xaml given in project.jason file.
Main
The entry point of the automation project. It consists of an .xaml file. The default name is “Main.xaml”. It is
displayed both as the title of the Designer panel and in the Properties panel in Studio. If you want to execute a
different project first, change the value of this parameter to the name of the .xaml file to be processed.
Note : If your automation project contains multiple files, each of them should be linked to the Main.xaml file
through the Invoke Workflow File activity . This is especially useful when the project is published to
Orchestrator and sent to a Robot, as the Robot executes only the file provided in this parameter.
if you want to change entry point of xaml file you can change in this project.jason file.
„Project.json‟ is an automatically generated file which is included in the folder of each automation project made
in Studio. The file holds information about the project dependencies.

142. Suppose there are 5 different Processes, how would you schedule all these processes in Orchestrator?
We can schedule all 5 processes for one machine, One by one.. It will start process one by one.
If machine are different then 5 Processes can be scheduled simultaneously.
Schedules enable you to execute jobs in a pre planned manner, at regular intervals on Robots. Input values for
processes which support input and output parameters can be managed at this level as well. You can assign
Robots to perform different schedules according to the following options:
 All Robots– Schedules are executed by all the Robots in a specific environment.
 Specific Robots– Schedules are executed by the Robots selected by the user.
 Allocate dynamically– Define how many times a process is to be executed according to the given schedule.
This option enables you to utilize your resources to their greatest extent. As soon as a Robot
becomes Available, it executes the indicated process according to the provided schedule.
The Schedules page enables you to create new schedules. It also displays all previously created schedules,
which can be further edited, enabled, or disabled.
You can view the jobs started by a specific schedule on the Jobs window, by selecting More Actions > View
jobs. A scheduled job can also be stopped after a custom amount of time with the Stop or Kill options on
the Actions tab.

143. What are Credentials? How credentials are used in your project?
Credentials are one of Asset types used in Orchestrator. They are used to store credentials in Orchestrator.
Credentials contains usernames and passwords that the Robot requires to execute particular processes, such as
login details for SAP or SalesForce and gmail credentials.
The Get Asset and Get Credential activities used in Studio request information from Orchestrator about a
specific asset, according to a provided AssetName. If the AssetName provided in Studio coincides with the
name of an asset stored in the Orchestrator database, and the Robot has the required permissions, the asset
information is retrieved and used by the Robot when executing the automation project.

144. What is LINQ? Use case of Linq?


LINQ (Language Integrated Query) is uniform query syntax in C# and VB.NET to retrieve data from different
sources and formats. We can retrieve data from list, arrays, datatables. It is integrated in C# or VB, thereby
eliminating the mismatch between programming languages and databases, as well as providing a single
querying interface for different types of data sources.
 For example, SQL is a Structured Query Language used to save and retrieve data from a database. In the same
way, LINQ is a structured query syntax built in C# and VB.NET to retrieve data from different types of data
sources such as collections, ADO.Net DataSet, XML Docs, web service and MS SQL Server and other
databases.
LINQ queries return results as objects. It enables you to uses object-oriented approach on the result set and not
to worry about transforming different formats of results into objects.
 Use case of LINQ in UiPath
LINQ Usage
LINQ queries return results as objects. It enables you to uses object-oriented approach on the result set and not
to worry about transforming different formats of results into objects.
The following example demonstrates a simple LINQ query that gets all strings from an array which contains „a‟.
Example: LINQ Query to Array
// Data source
string[] names = {“Bill”, “Steve”, “James”, “Mohan” };
// LINQ Query
var myLinqQuery = from name in names
where name.Contains(„a‟)
select name;
// Query execution
foreach(var name in myLinqQuery)
Console.Write(name + ” “);
Try it
In the above example, string array names is a data source. The following is a LINQ query which is assigned to a
variable myLinqQuery.
from name in names
where name.Contains(„a‟)
select name;
The above query uses query syntax of LINQ.

146.Suppose there are 1000 rows and 50 columns, Suppose I want to select any random row data? How it
can be done?
Assign dtVariable = new DataTable
Initializing your DataTable variable
[Build your data table process]
Assign intRandom = new Random().Next(0, dtVariable.Rows.Count – 1)
This will give you a randomly generated number between 0 – N, where N = number of rows in your datatable
(i.e., a data table of 10 rows will result in a count of 10)
We subtract 1 because dtVariable.Rows.Count starts at 1, whereas dtVariable.Rows(index) starts at 0 (i.e., a
data table of 10 rows will result in an index max of 9).
Assign rowRandom = dtVariable.Rows(intRandom)
This will output a DataRow at random of DataRow type.

147. What are dynamic selectors? Types of Dynamic Selectors used in UiPath?

 The selector is a string of characters (VB expression) used to identify objects on the screen. The selector is one
of the properties of UI activities and has an XML format. All the activities in UiPath Studio related to graphical
elements have the selector property.
 The solution to this problem is to:
 Build better selectors
 Use WildCard
 To see the better and dynamic attributes compare the selectors and make dynamic them using wildcard
operators and identify reliable selectors using UIExplorer.
 Selectors attributes part contains all the attributes of an object. Not all can be added or removed from your
selector string, because not all of them are useful for identifying a certain object.
 The most important thing when choosing selectors is to pick those which always have a constant value. If the
value of an attribute changes, then the selector will not be able to correctly identify the element.
Attributes may change their values from time to time when the application‟s UI changes. When this happens,
part of the dynamic attributes often remain unchanged and we somehow have to specify the variable parts. This
can be done using wildcards:
1.* star means zero or more characters can be there. Example: title=‟* – Notepad‟.
2.? question mark means exactly one character. Example: title=„Expl?rer‟.
A direct consequence when using wildcards is the increased probability of there being more and more nodes
matching the Selector.

148. If you do not have excel installed on your system. How would you use excel activity in UiPath
Studio?
We can use Excel activity Workbook Read Range without installing Excel on System. As we don‟t need excel
installed for workbook read range activity.
UiPath Studio offers you the possibility to work with Excel using specialized activities. These activities are
stored in the UiPath Excel activities package. The Excel package can be downloaded from “Manage Packages”
but it‟s by default installed when you install UiPath Studio.
Through this app integration approach you are able to read/write Excel documents.
Good points for not using the Excel application:
 You don‟t need to install/buy Microsoft Excel
 Excel application will not pop up on your desktop
 Suitable for robots that run on a machine that doesn‟t have a user interface.

149.What is port number of POP3 Gmail/ IMAP Gmail?


 Port number of POP3 Gmail is-: 993
 By default, the POP3protocol works on two ports:
 Port 110– this is the default POP3 unencrypted portPort 995– this is the port you need to use if you want to
connect using POP3 securely
 By default, the IMAPprotocol works on two ports:
 Port 143– this is the default IMAP unencrypted portPort 993– this is the port you need to use if you want to
connect using IMAP securely.

150. What is Port number of Smtp Gmail?


 SMTP Port– 587 (default Google SMTP port).
 Outgoing Mail (SMTP) Server-: com
 Requires SSL:Yes
 Requires TLS:Yes (if available)
 Requires Authentication:Yes
 Port for SSL:465
 Port for TLS/STARTTLS:587

151. If suppose there is Image in PDF which is of 120 dp, how would extract data from that Image?
Which automation would be used?
To extract data from Image of Size 120 dp from PDF we need to use Read PDF with OCR activity, and
automation we need to use is PDF Automation.
We can also use Microsoft OCR activity to extract extract exact data from Image of the PDF file.

152. If Suppose there are 2 excels, how would merge 2 excel data into one?
1. Firstly we need to use Read Range to read the 2 excel files,
2. Then we need to use merge data table activity to merge the data table.
3. Then we need to use the resultant data table to make the merged excel file using WriteRange activity.

Fig no-: Merge Two DataTable using UiPath

153. If you have 1000 of data in queue and there are 5 robots you want to distribute data among them,
how you can do it without using queue activity
To distribute 1000 records of data in queue on 5 robots among them without using queue activity, we need to
set up an Excel or CSV file that is in a shared location accessible by all your bots. Then have a column for
Status, and as a bot processes each row, they update that column to “In Progress” and save the file. Bots should
only process rows if column <> “In Progress”. We need to add other columns for tracking and logging, such as
Transaction IDs, Bot Name, Fail Reason, etc.

154. I have process of two different version how will you identify them at the time of deploying?
 To identify the process of two different versions at time of deploying we can identify by publishing Process
from Studio and we can choose the project version number.
 Also, within orchestrator, the package number will match the version number of published Process from Studio.
 Based on its version number we can identify it. At the time of publishing project from Uipath Studio and it
show new version number.

155. Can you update credentials stored in Assets in Orchestrator from UiPath Studio? If yes then how
you can update credentials?
 We can update Credentials stored in Assets in Orchestrator but not at runtime. We can update Credentials
manually before scheduling bot.
 We can allow user to update only specific assets. You can create a custom user role and give him permissions
only to asset editing, though. This is done through the /roles route on Orchestrator.
UiPath.Core.Activities.SetCredential
 Enables you to update the value of an indicated credential asset, that is already available in Orchestrator, be it a
global or a Per Robot asset. Please note that to execute this activity, the Robot role needs to
have Edit permissions on assets. The activity runs under the Robot which executes it.

156. How you can create bubble sort in uipath?


We can use Sort method available in Arrays methods. This is workflow for sorting data using array-:
Fig no-: 157 a) Sorting Using Invoke Workflow Activity
Fig no-: 157 (b) After Sorting Login Workflow.

157.Explain Uipath lifecycle?


A typical life cycle of UiPath RPA has 4 phases. Analysis, Bot Development, Testing, and Support &
Maintenance.
 Analysis– Business teams & RPA Architects work together to analyze a business process for RPA
development.
 Bot Development– Developer teams start working on developing the automated workflows for the
requirements in a distinct development environment.
 Testing– Run testing cycles such as SDLC to analyze the quality and correct defects.
 Support & Maintenance-After the development & testing phases, a bot enters the maintenance phases in
which it provides continuous support and helps in the immediate defect resolution.

158.What is macros in UiPath?


Macro is a piece of programming code that runs in Excel environment and helps automate routine tasks. In a
layman‟s language, a macro is a recording of your routine steps in Excel that you can replay using a single
button.
⮚ Execute Macro
UiPath.Excel.Activities.ExecuteMacro
 Execute the macro within a workbook. The Workbook file needs to be a Macro-Enabled Workbook. Changes
are immediately saved. Can only be used in the Excel Application Scope
⮚ Properties
⮚ Input

MacroName – The name of the macro to be executed. Only String variables and strings are supported.
⮚ Note:
Strings must be placed between quotation marks.
 Macro Parameters– Enables you to pass parameters when executing the macro. This field supports
only IEnumerable<object> variables.
 Common
 DisplayName– The display name of the activity.
 ContinueOnError– Specifies if the automation should continue even when the activity throws an error. This
field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and
an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project
continues regardless of any error.
Note:
If this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is
caught when the project is executed.
Misc
 Private– If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
 Macro Output– The value returned by the execution of the macro, if any. This output is retrieved as Object
variables.
Example of Using the Execute Macro Activity
To exemplify how to use this activity, we have built an automation project that initializes a macro, asks the user
for its name and executes the macro.
Fig no-: 159 (a) Initialization of Micro Argument
Fig no-: 159 (b) Executing Macro in Set Excel Application

FREE Online WORKSHOP | How to get Started with RPA & AI without any coding ?
Register Now !

160.Explain how to Create and Remove an argument in UiPath.


To create an argument:
 In the Designer panel, click on „Arguments‟ (the Argument panel will be displayed)
 Click on Create argument line
To remove an argument:
 In the Arguments panel, select an argument or right-click on the argument and press „Delete‟

161.What are the different types of Logs? What are Log Fields?
There are two different types of Logs:
 Default logs
 Execution start
 Execution end
 Transaction start
 Transaction end
 Error log
 Debugging log
 User-defined logs
Log fields are Message, Level, Timestamp, FileName, jobId, processName, processVersion, windowsIdentity,
and robotName.

162. Difference Between screen scraping and data scraping

Screen scraping Data scraping


1.Used to extract non Structure data Used to extract the structured data
2.Scraped information stored in String Scraped information stored in Data table

3.Can not easily extract the data into excel or DB can extract the data to excel or DB easily
4. can extract image and pdf can not extract from image and PDF

163.How to convert a string variable into int?


We can use following method to covert string to int -Convert.ToInt32(String variable_name)
Ex)
String age= 23;
int patient_age=Convert.ToInt32(age)

164. Whats mean by Generic variable in Uipath?


Its a special variable can store any kind of datatypes like string, int, dates format, and arrays.
This variable only in Uipath only.

165. Is it possible to create a variable without the activity of the designer panel?
No, is it not possible, we need to create an activity at least once

166.Whats mean by arguments?


It‟s used to pass the data into one project to another

167. How to create your project and how to execute it?


Steps for creating the Project :
1. Click start in Uipath studio
2.Select Project type – New, Simple process, agent Process Implementation, and Transactional Business process
3. In the new tab, Enter the name, location, and description after that click on create
4. Based on the project design window will open.
5.Drag and drop the activities into design window
6. Select RUN or press F5
168. Where will you use Delay Before and Delay After?
Delay Before:
Before the action executes it wait for mentioned time and then it will execute.
It is working on only millisecond
Delay After :
Once the activity is executed, it waits for mentioned time and executes the next process.
Ex)1000

169. How will you find the Children from the table?
1. Drag and drop the Find Children from activities panel
2.Indicate the screen you want to find the children
3.Assign the correct format variable in the properties panel
4. Using for each you can extract the child from the table

170.How many ways there for creating Variable in Uipath?


3 ways we can create the variable in uipath
 In the Control bar, We can create the variable using the variable tab
 In Properties window, Output column we create the variable
 Select Create variable from Ribbon tab

171. Difference Between Basic and desktop Recording?

Basic Recorder Desktop Recorder


1.Each activity, it Generates full selector Generate only partial selector on each activ
2.Suitable for single activity Suitable for multiple activities
3. Slower than Desktop recorder Faster than Basic

4. Not Generating container for each activity Generate container for each activity

172. What is the use of Element Exists?


Its used to identify the UI Element is present or not during the execution.
The output of the active support only boolean

173. Explain the following activities- Wait For Ready, Timeout MS


Wait For Ready :
The page is fully loaded or ready before we are performing the activity, It has 3 Option
NONE:
Does not wait before the activity performed
Interactive :
This action wait for some inner part of the screen is a load.
wait for <Wnd>,<ctrl> this kind of tag to load.
Complete:
Its wait for the full screen for the app and Inner controls are to load. Once the loading is completed only the
Next activity will perform
Timeout MS:
The activity waits for the certain time before the error “Selector not Found expectation ” thrown.
Default waiting time is 30000 milliseconds (30sec)

174. How to convert Output string variable into Output data table?
Using the Generate Data table we can convert a string to a data table
 Open Generate data table from Activity panel
 In Generate data table Properties -Assign the input variable as string output
 Enter the output data table in the variable
 The string values are assigned into datatable variable

175. Explain Append Range in UiPath?


Append range are used to Edit or Insert data into an existing workbook, with using of append range we can
insert the data after the last written data from the workbook. Whenever we do append the data it will not
overwrite the existing data.

176. Explain About project worked in UiPath?


 Explain the project description neatly
 Explain the Test data details, How you are getting the input to the UI and How you will write your output
 Error Handling methods, how you taking the screenshot during the error
 SDLC Document Preparation details
 Explain the Orchestrator mapping details

177.What is UiPath Automation?


Uipath is the seller for the main computerization procedure of mechanical technology. It really helps in giving a
product stage which will help in an association like computerize business. The primary target of the product
robot is to help in the control of the application‟s layer of introduction like the manner in which any human will
do.

178. What are Selectors and Wildcards in UiPath?


you will manage the characteristics which are changing progressively in the selector.
What‟s more, the selector helps in naturally creating the determination by utilizing the wildcraft.

179. What is the Assign Activity in UiPath?


We require the dole out action since it encourages in doling out qualities to the factors. For the most part they
are utilized when there is a requirement for increasing the variable‟s esteem when there is a circle. You can
include the esteem and after that store them to another variable or it helps in allotting the incentive to some
cluster.

180. What is the Delay Activity in UiPath?


Uipath utilizes the defer movement for making you delay or stop the computerization for some period. This is
primarily utilized in ventures where you require great planning like pausing and afterward beginning of some
specific applications or sitting tight for data preparing which you can use in the diverse action.

181. What is the IF Activity in UiPath


The If activity contains a statement and two conditions. The first condition (the activity in the Then section) is
executed if the statement is true, while the second one (the activity in the Else section) is executed if the
statement is false.

182. What is the Switch Activity in UiPath?


The switch movement encourages you to pick one out of the others dependent on the predefined estimations of
the articulations. Switch movement utilizes number contention as default yet you can without much of a stretch
change it by heading off to the properties board and choosing the required Type Argument list. It helps in
classifying the information relying upon the case number.

183. What is the While Activity in UiPath?


This action helps in preparing an explicit movement over and again when a specific condition is valid. The
essential contrast among while and do while is that in the previous one the condition will be assessed first and
afterward the circle will be executed.

184. What is the Break Activity in UiPath?


With the assistance of break action, you can without much of a stretch stop a specific circle at any picked point
and around then you can proceed with some other action.

185. What is bundle administrator in UiPath?


With the assistance of bundle director, you can undoubtedly download the action bundles, systems, libraries,
wrappers and so on and you can likewise check the ones which are as of now present in the compartment and
you can likewise refresh them or include or expel them. Every one of these highlights are conceivable in view
of oversee bundles window which you can without much of a stretch open by tapping the bundle administrator
catch by pushing on the movement board.

186. What is venture investigating in UiPath?


Investigating is utilized for recognizing and also demonstrating the mistake for a specific undertaking. It has
breakpoints and logging and it is a sort of amazing usefulness which will assist you with gathering data about
the task and will feature the blunders well ordered. Logging encourages you to realize what your activities are
experiencing when the writing computer programs is done and is appeared in the yield board. Which helps in
making the way toward investigating less demanding. While breakpoints help in stopping the execution of your
undertaking to causes you to check the condition of the program at a specific point.

187. What is Automatic Recording in UiPath?


Robotization recording is utilized as they are especially valuable in addition to it can spare you a great deal of
time. As this programmed account will give a skeleton of the whole business forms so you can without much of
a stretch parameterize and modify the undertaking.

188. What is distributing a computerization venture implies in UiPath?


Distributing of the mechanization bundle shows filing it and the related documents present specifically
organizer for sending it to robots and after that executing it. When you will be associated with the orchestrator
then the venture will go to the orchestrator field and afterward it will be shown on bundles page. Furthermore,
from this place, you can without much of a stretch disperse them to alternate robots after you relegate a few
bundles to the earth. Else, it will get put away locally in the studio feed.

189. What are UI Activities Properties in UiPath?


There are distinctive sorts of exercises which are utilized in the site pages or in mechanizing applications and
you can without much of a stretch discover them in the area of exercises board ordered under UI mechanization.
These UI exercises share numerous properties for all intents and purpose.
ContinueOnError: Even when the action will demonstrate blunder still, the computerization will proceed with
its work. This field works in the boolean qualities. False is the default an incentive in here. The task won‟t
demonstrate any mistake if the action on this field is set to valid inside the attempt get.
Postponement After: It helps in stopping the action.
Deferral Before: It stops before any action.
TimeoutMS: It helps in finding the component before the mistake is appeared.
WaitForReady: It will hold up until the point when the objective is prepared and before you play out the
movement.
Target: It helps in distinguishing the component in UI before the action begins.

190. How would you be able to empower picture and content-based process robotization?
On the off chance that you need to empower the picture and content-based process computerization, you should
see that the uipath has a few highlights that will recreate the console or mouse input, such as floating, clicking,
content acknowledgment, OCR exercises and so forth that helps for recognizing by UI components by screen
scratching. Picture or content robotization is fundamentally utilized in the circumstances where the UI
mechanization won‟t work like in the earth of the virtual machine or in the spots where discovering selectors by
utilizing the typical strategies isn‟t simple.

191. What is Citrix Automation in UiPath? Do you have any involvement in virtual machine
computerization?
The virtual machine is the imitating of software engineering. On the off chance that you effectively need to
process the computerization in the Citrix machines, you will require strategies and apparatus. The Citrix
robotization in UI path is utilized for working the virtual machine.
Truly, I have taken a shot at the virtual machine mechanization beforehand.
These are a portion of the imperative meeting condition which you will look amid UI path meet. It contains the
two learners‟ level inquiries to inquiries for experienced individuals. To take in more about ui path, it is
essential to have a sound learning of computerization and virtual machine.

192. differences between UiPath and Blue Prism?

Differences UiPath Blue Prism


Programming
UiPath uses VB. Blue Prism U
languages
Control The control room has The Orchestrator – is web-based, it is Blue Prism ha
Room/Dashboard accessible through mobile or browser. within their ap

cost and uses UiPath is more affordableIt is easy to learn and operate

193. What is Citrix Automation in UiPath?


The virtual machine is the emulation of the computer science. If you efficiently want to process the automation
in the Citrix machines then you will need techniques and tool. The Citrix automation in uipath is used for
operating the virtual machine.

194. What is UiPath Automation?


Uipath is the vendor for the leading automation process of robotics. It actually helps in providing a software
platform which will help in an organization like automate business. The main objective of the software robot is
to help in the manipulation of the application‟s layer of presentation like the way any human will do.

195. What does the Accuracy property represent in the Click image activity?
It is a unit of measurement from O to 1 which expresses the minimum similarity between the image you are
searching for and the one to be found.

196. How do you deploy the UiPath tool?


 Install UiPath Studio on the system you want to automate processes.
 The robot key from orchestrator is taken to Provision the machine & entering it into the
 Robot Configuration board and furthermore the Configuration URL which you will find in the Admin area of
Orchestrator
 Publish your procedure except if you simply need to utilize your current procedure
 Create an environment
 Make release of process
 Start job

197. In UiPath studio, how elements are recognized on screen?


They can be recognized through the attributes of UI elements.

198. What is state machine in UiPath?


A State Machine is a type of automation that uses a finite number of states in its execution. It can go into a state
when it is triggered by an activity, and it exits that state when another activity is triggered. They also enable us
to add conditions based on which to jump from one state to another. These are represented by arrows or
branches between states.

199. What are sequence activities in UiPath?


The sequence is actually the small type of projects which are suitable mainly for linear processes and will
enable you to switch from one activity to the another seamlessly. It actually acts as a single activity block. You
can reuse them for many times.

200. How to import Namespaces in UiPath?


To add new namespaces to your library:
 Open the Imports
 In the Enter or Select namespace field, start typing the namespace that interest you. Note that suggestions are
provided while you type in case you are not exactly sure what you are looking for.
 Click the drop-down arrow to view and browse all available namespaces.
 Select the desired namespace. The namespace is added to the Imported Namespaces. To remove a namespace,
select it and press Delete. Note that namespaces can only be deleted if they aren‟t used. For example, you can
delete a namespace if the assembly that contains it is no longer referenced by the project.

201.Can UiPath run multiple instances of the same process with one robot in one system simultaneously?
Yes, it can run the same program simultaneously in two robots where each system is registered as one robot. On
a machine with a Windows Server (2008 R2 or 2012 R2 or 2016) operating system:
 You can run the same process with all Robots at the same time;
 You can run different processes with all Robots at the same time.
 These are called High-density robots.

202. What is Value and Scope of data types in UiPath?


Variable is used for storing data. You can also change the value of the variable. When some data is stored
within some variable then that value can be of many types. In uipath, there is a huge number of data types
starting from text number, generic value, time, date and data tables.

203. How do you expand a Tree View structure in a web page using UiPath?
If you are talking about expanding the root node for a collapsed tree, you probably would use Click Image since
that would likely be unique. If you are trying to expand a particular node, you‟d likely use Click Text, and give
it a certain negative X offset in the Position property so that when it targets the text you want to expand the
node for, it will end up clicking on the +.

204. Difference between UiPath vs Selenium?


 Selenium has been designed for testing the web applications or website. A selenium can‟t interact with a huge
number of applications. It is unable to use one‟s application‟s output and use them as a new input for another
application and is not compatible with the virtual environments like the Citrix.
 Whereas Uipath generally designs the software process that helps in automation. It is a sort of RPA tool which
will help in performing activities like the human.

205. What are Selectors and Wildcards in UiPath?


Wildcrafts helps in replacing the strings. It is helpful when you will deal with the attributes which are changing
dynamically in the selector.
And the selector helps in automatically generating the selection by using the wildcraft.

206. What is the For Each Activity in UiPath?


The For Each activity enables you to step through arrays, lists, data tables or other types of collections so that
you can iterate through the data and process each piece of information individually.

207.What is branching in UiPath RPA?


When it comes to branching in uipath there comes a “condition”. This condition is used when an activity is
having more than one solution occurs after a certain condition. Condition statement will help the program to
determine what behavior should be shown when any condition will be selected.

208. Explain about Recording in UiPath Studio?


Uipath has 4 recordings. They are Basic, desktop, web, and Citrix.
 Basic:
It is used for the generation of the full selector for every activity but has no container. Hence the automation is
much slower but is good for the single activities.
 Desktop:
It is great for multiple actions and desktop apps. It is much faster than the basic and uses the container where the
activities will be enclosed and will also have partial selector.
 Web:
It is used for recording in the web pages and for browsing. It also generates the container.
 Citrix:
It is used for recording of virtualized environments, permits texts, images and the keyboard automation.

209. What is the While Activity in UiPath?


The While activity enables you to execute a specific process repeatedly, while a specific condition is met. The
main difference between this and the Do While activity is that, in the first one, the condition is evaluated before
the body of the loop is executed. This type of activity can be useful to step through all the elements of an array
or execute a particular activity multiple times. You can increment counters to browse through array indices or
step through a list of items.

210. What is Flow Switch in UiPath?


Flow switch and flow decision are the same things but it has one difference and that is in the flow switch each
branch of the flow switch is known as flow step and is not just restricted to true or false branch.

Document Understanding

211 What is Document Understanding?


· Document understanding is the term used to describe reading, interpreting, and acting on document data
automatically. Intelligent document processing technologies incorporating machine learning capabilities, allow
the robots‟ artificial intelligence to understand documents as digital assistants. This way, we can say that
document understanding emerges at the intersection of document processing, AI, and RPA.

212. What are the benefits of Intelligent document understanding?


 Accelerate operational efficiency: Spend less time and costs on high-volume document processing and more
on the real business investments.
 Improve customer experience: Accelerate the speed of your responses to customers in order to win their
respect with exceptional customer experience.
 Mitigate risks: Eliminate the risk of human error to save you and your customers from related losses.
 Improve employee experience: Save employees from operational immunity and let them focus on higher-
value tasks and objectives.

213. Document Understanding Framework


 Load Taxonomy: Taxonomy is loaded. Here, it defines and sets the files and data for extraction.
 Digitize: It digitizes the text and its location. This helps to standardize the documents and data for the following
steps.
 Classify: Document Understanding classifies the documents from the specified list.
 Extract: It extracts data from the document with rules, templates, and/ or machine learning (ML) models.
 Validate: If needed an employee might validate or correct the results.
 Export: Document data is exported for further use in various systems according to your business needs.

214. Which type of documents Document Understanding can automate?


 Structured: Repetitive forms and documents with a structured template that can contain handwritten text,
signatures, checkboxes (forms, passports, licenses, time sheets).
 Semi-structured: Documents containing fixed and variable parts like tables (invoices, receipts, purchase
orders, medical bills, bank statements, utility bills).
 Unstructured: Documents with no fixed format (various contracts, agreements, emails, disease descriptions,
drug prescriptions, news, voice scripts).

215. What are the different types of approaches that can be considered/taken while extracting the data?
When extracting document data, you can take three different approaches:
 A rule-based, or template-based, approach takes actions based on specific, user-specified rules.
 Machine Learning (ML) models, on the other hand, learn how to respond to dynamic situations. This means
they are taught how to find and extract data when no static rules or templates can be applied.
 In some cases, you need to combine rules, templates, and ML models to ensure more effective data e xtraction.
This is called a hybrid approach or multi-approach.

216. What are the types of extractors in Document Understanding?


 RegEx Based Extractor – relies on regular expressions to extract the information and works for data that
appears in very similar textual contexts across documents.
 Form Extractor – functions based on the rules and templates and can process structured documents, tables,
checkboxes.
 Intelligent Form Extractor – applies intelligent templates and rules for data extraction, and can process mostly
structured documents including tables, handwriting, signatures, and checkboxes.
 ML Extractors for invoices, receipts, purchase orders, etc. – are powered by ML models. They are perfect
for processing less structured documents with varying layouts, that are semi-structured documents. The name of
the extractor indicates the type of documents it is trained for. For now, we offer pre-trained ML models for
invoices, receipts, purchase orders, and utility bills.
·

217. What is Classifier & Types of Classifier in Document Understanding?


 A classifier identifies the document type that needs to be handled by the process according to the defined
taxonomy.
An extractor identifies the specific information required from a certain document type.
 Types of classifiers:
1. Keyword Based Classifier: Process files that include repeatable titles or words.
2. FlexiCapture Classifier: Applies FlexiCapture definition files to classify information from a document.
3. Intelligent Keyword Classifier: Classifies and splits document packages into individual document types.

218. What is Taxonomy Manager and Load Taxonomy?


 The Taxonomy Manager can be used to create and edit a Taxonomy file specific to your current automation
project. This Taxonomy file contains user-defined document types, sorted by Groups and Categories.
The Taxonomy Manager can be accessed only after installing a UiPath.IntelligentOCR.Activities package .
 Load Taxonomy: Turns the taxonomy.json file created with the help of the Taxonomy Manager into a variable
that can be further used with other activities.

219. What is Digitize Document?


· Digitizes a document, extracting its Document Object Model (DOM) and text and storing them in their
corresponding variable types. You must assign the OCR Engine to this activity. The available OCR engines
are Microsoft OCR, Google OCR, Abbyy OCR, OmniPage OCR, Microsoft Cloud OCR, Google Cloud OCR,
or Abbyy Cloud OCR.

220. What is Classify Document Scope?


· Provides a scope for classifier activities, providing all of the necessary files needed to perform document
classification. Accepts at least one classifier, and brokers between them, ensuring all parameters are
forwarded to the child classification activities.

221. What is Data Extraction Scope?


· Provides a scope for extractor activities, enabling you to configure them according to the document types
defined in your taxonomy. The output of the activity is stored in an ExtractionResult variable, containing all
automatically extracted data, and can be used as input for the Export Extraction Results activity. This activity
also features a Configure Extractors wizard, which lets you specify exactly what fields from the document types
defined in the taxonomy you want to extract.

222. What is Present Validation Scope?


· Opens the Validation Station, which enables users to review and correct document classification and
automatic data extraction results.The Validation Station is a powerful tool that enables users to make real-time
CRUD (Create, Read, Update, and Delete) operations on digitized documents. The Validation Station wizard
can be accessed by using the Present Validation Station activity.

223. What is Export Extraction Result?


· Gives you easy access to extraction results by exporting results from an Extraction Result variable to
a Dataset variable which can be further processed. The Extraction Result variable can be obtained from the Data
Extraction Scope or the Present Validation Station activities.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy