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

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