RPA UiPath Frequently Asked – Interview Questions – Set 5

1. Suppose I have a folder full of files, with different formats .i.e .jpeg, .Mp4, .zip, and so on… How can I get only .zip files from that folder? File management is inevitable in business process automation. We might want to copy, move or delete files based on a few conditions…!!!Let’s see how to get … Continue reading RPA UiPath Frequently Asked – Interview Questions – Set 5

RPA UiPath Frequently Asked – Interview Questions – Set 4

1. What are the different approaches to removing new lines available in a text string? Let’s look at different ways of doing it: If we have the input string as: Hello Sharath Hope you are doing well Let’ write the code to handle it: System.Text.RegularExpressions.Regex.Replace(myText, “\t|\n”, “”) The \n symbol means literally new line. This will go to … Continue reading RPA UiPath Frequently Asked – Interview Questions – Set 4

RPA UiPath Frequently Asked – Interview Questions – Set 3

1. Why do we always use Excel as a configuration file in ReFramework? Can’t we use .txt or .csv or .json files instead of it? We can actually use any of the above-mentioned file types as a configuration file, but we prefer an excel file because of its tabular form, it’s considered to be a … Continue reading RPA UiPath Frequently Asked – Interview Questions – Set 3

A Complete Guide On How To Start A Career in RPA?

Introduction Definition of RPA (Robotic Process Automation) Organizations can automate routine, rule-based digital processes using robotic process automation (RPA), a form of technology. RPA uses software robots, often known as “bots,” to simulate how a human user might interact with a computer system. Data entry, transaction processing, and customer service are a few examples of … Continue reading A Complete Guide On How To Start A Career in RPA?

RPA UiPath Frequently Asked – Interview Questions – Set 2

1. What is AS-IS and To-Be Process? AS-IS, commonly referred to as “present state,” describes how a process is being carried out at the moment, including all of the steps required and the tools and technologies utilised to finish the process. TO-BE, also referred to as the “future state,” describes how a process will be … Continue reading RPA UiPath Frequently Asked – Interview Questions – Set 2

RPA UiPath Frequently Asked – Interview Questions – Set 1

1. What are the benefits of Manage Packages option in UiPath? The Manage Package option in UiPath Studio allows users to download activity packages and libraries. It also allows users to view and update the ones already installed for the project and add new packages which are required for the current project or remove them … Continue reading RPA UiPath Frequently Asked – Interview Questions – Set 1

SOAP API Post Method Integration in Uipath

Install Uipath.web.activties in Manage packages. Read Text file activity – > .xml file -> properties pane – > Output -> create a variable (ex name : output file) -> pass into -> output To -> (ex name : output file)Assign activity – > call read text file’s output variable – > replace relevant fields to … Continue reading SOAP API Post Method Integration in Uipath

The RPACULT 2020 Winners

After nearly 2 months of hard work which saw350+ registrations,70+ Submissions and21+ high Quality Use cases shortlisted for the finals across different tool categories.. (Watch out this space for the videos of the usecases) Finally, we have our winners!!! WINNER : Sahil Wadhwa, for his use case “Self Healing System“First Runner Up : Chaitanya Kulkarni, for his use case … Continue reading The RPACULT 2020 Winners

Uipath Most important Interview Questions

Computer Vision in uipath Difference Between Excel and workbook Components of uipath activities  What is the output of Re framework Get transaction process Explain state machine Explain Re framework Re framework Get transaction process no data available where its go next step What data type use in reframework 3 Stages Simple example of reframework What … Continue reading Uipath Most important Interview Questions