rpa interview questions uipath

RPA UiPath Interview Questions: General RPA Questions
  • Q1. What is the RPA – Robotic Process Automation?
  • Q2. What are the benefits of using RPA?
  • Q8. What are the characteristics of RPA?
  • Q9. What are the important Phases of the RPA Life Cycle?
  • Phases of RPA Life Cycle:
  • Q11. …
  • Q12. …
  • Q13.

UiPath Interview Questions & Answers | RPA Interview Questions & Answers | Intellipaat

Interviews for Top Jobs at UiPath

Rpa Developer Interview

Application

I applied online. The process took 2 weeks. I interviewed at UiPath (Bangalore) in Feb 2022

Interview

The interview was easy, fun, and a comfortable process to go through. It was very natural and a normal conversation. I would recommend this to anyone thinking about applying. The HR was very active and help me get through all steps very easily.

Interview Questions

  • Why you are looking for a change?

Rpa Developer Interview

Application

The process took 2 weeks. I interviewed at UiPath (New Delhi)

Interview

A consultancy contacted me. They provided a link to take up online test. After a week I got mail from UI Path HR that cleared the online test and I will be contacted within next days for interview. But after 10 days again got mail that they got another suitable candidate for the position hence my application will not be processed. Highly disappointed. How can they judge that j am not suitable without even conducting the interview. Did not expect this from such a product based company.

Interview Questions

  • mathematical and coding test

Our Upcoming Webinar/Training

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

57. Difference between Excel & Workbook activity?

Excel Workbook
1.To use Excel Application scope Excel should be installed on the local syste 1. For using Workbok not required to install excel
2.In excel sheet you will not able to access the chart and diagram related data with excel activities you will get an error 2.I ts working fine with Workbok
3.It is fine in this condition 3.Workbook related activity the Excel workbook file should be close at the time of robot run otherwise it will give error.
4.In Excel application scope ,we are not able to access the Password protected excel & popup was asking for to enter credential. 4. It is fine in this condition.

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.

rpa interview questions uipath

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

rpa interview questions uipath

Open the sequence and create 3 new variables:

  • EmailAddress – String type
  • EmailPassword – String type
  • MailMessages – List type (System.Net.Mail.MailMessage)
  • rpa interview questions uipath

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

    rpa interview questions uipath

    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.

    rpa interview questions uipath

    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
  • rpa interview questions uipath

    Drag and drop a new For Each activity and inside of it drop an If activity. It should look like this:

    rpa interview questions uipath

    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.

    rpa interview questions uipath

    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.

    rpa interview questions uipath

    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:

    rpa interview questions uipath

    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 & 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 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 access 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 processed in other systems – SAP or Salesforce, for instance.

    Beginner Level UiPath Interview Questions

    UiPath is a robotic process automation solution for end-to-end automation on a big scale. It offers firms tools to automate ordinary office tasks in order to accelerate business change. It employs a range of techniques to turn time-consuming jobs into automated processes.

    What is Ui Path?

    Uipath is an Automation company founded in 2005 by Daniel Dines and Marius Tirca. It is an automation tool used for automating the repetitive works of Windows desktops. UiPath is the simplest automation tool that automates repetitive and tedious tasks and eliminates human intervention.

    If you want to become an RPA UiPath Certified Specialist, then visit Mindmajix – A Global online training platform: “UiPath Training ”. This course will help you to achieve excellence in this domain.

    FAQ

    What is UiPath RPA used for?

    UiPath is a robotic process automation tool for large-scale end-to-end automation. For an accelerated business change, it provides solutions for businesses to automate routine office activities. It uses a variety of methods to transform tedious tasks into automated processes.

    What is RPA interview questions?

    Top Most Common RPA Interview Questions & Answers
    • What is RPA? …
    • What are the characteristics of RPA? …
    • What are the steps of Robotic Process Automation or RPA? …
    • What are the steps to create an RPA bot? …
    • Discuss the important points to remember while RPA implementation. …
    • What are the most popular RPA tools?

    Can you run multiple instances of the same process in parallel in UiPath?

    Can you run multiple instances of the same process in parallel? Answer : Yes, on different robots.

    What is branching in UiPath?

    What is branching in RPA UiPath? Branching in UiPath is a “condition”. This statement will help the program to decide the behaviour when any condition will be chosen. This Branching condition is applied when an exercise is having more than one solution after a specific condition.

    Related Posts

    Leave a Reply

    Your email address will not be published. Required fields are marked *