Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

1. What is RPA?

RPA – Robotic Process Automation

• Robots: A software bot which will mimic human actions

• Process: An business process which is repetitive and

Standard in Nature

• Automation: Set of Instructions or Programmes which is

used for automating the process.

2. Where the RPA is used?

RPA is used in any business process which is repetitive in nature

with high logical decisions and less human interventions and

judgment

3. How RPA works?

• RPA is an virtual agent which will work on the Business

applications (CRM, SRM, ERP , etc., ) work on front end and

Back-end eg., SAP, ORACLE

• It works on highly repetitive jobs and remaining will be left to

humans to work eg., In Accounts payable – Indexing, Invoice

Search...

HOME Interview Questions MCQs *LAB VIVA CLASS NOTES

SEMINAR TOPICS ONLINE TEST GATE CAT Internship ABOUT US

Privacy Policy

Processing, Payment will be done by Robot and if any

exemption threshold invoice (> 5M$) will be sent for

approva

86) Which is the default browser in Uipath?

IE
87) Does Uipath support browser other than IE?

Yes. It supports Chrome and Firefox but we have added an

extension for it which is available inside the setup panel in UI path.

88) What is Uipath Orchestrator?

It is a control room which controls Uipath robots.

89) Is that regex expression can be integrated in Uipath?

Yes. Match activity plays a role in it. Also regex and match variable

are available in Uipath.

90. How can we call another xaml file inside one xaml

file?

Invoke Workflow file activity is used for it.

91. How can we extract data from SQL database?

Using Linq.

92. How can we connect and read database?

Using connect database activity,it is able to connect database and

using deserialized activity it is possible to read the data.

93. What are the OCR engine available in Uipath?

• Google

• Microsoft

• Abby

94. Is it mandatory to clear the clipboard before using

clipboard activity?

It is not mandatory but it is good practice.

95. Example of machine learning integrating activity in

Uipath.

Abby flexi capture activity.

96. How to extract text from image?

Using Ocr activity.


97. What is Citrix automation?

Automating any application/web/document in a virtual machine.

98. Is citrix automation possible in uipath?

Yes, it is possible.

99. What are the error handling activities available in

Uipath?

Try Catch,Terminate workflow,Throw,catch

You might also like