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

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

“THE” RPACULT – 2020

RPATools.com and ExcelCult proudly present the RPA hackathon “The” RPACULT-2020 The first of it’s kind , Tool- Independent, For all – RPA Hackathon. Demonstrate your capability, win prizes, get recognized and get a certificate of participation. Eligibility:Students, Professionals, or anyone having knowledge on any RPA Tool can participate in the hackathon Participation:You can participate either as an individual … Continue reading “THE” RPACULT – 2020

Tips on publishing your Snippet/Workflow-Template to UiPath Connect

If you just follow all the mentioned guidelines, your component might get approved in the first go itself says Parth Doshi All the best… Click here to download the document If you need any help you can contact Parth Doshi on the below given number.Contact: +917620344502LinkedIn : https://www.linkedin.com/in/parth-doshi-2616b6127/

How To Add New Value(Data Row) to Existing Datatable – UiPath

Get Interview Guidance for FREE Meet people like you… Get Real Time Projects at discounted Prices FREE – Join Our UiPath Interview Prep Whatsapp Group Sometimes while working with DataTable, we might want to add new data to our existing DataTable. Let’s see how to do that!!! Example Implementation using UiPath : Step 1: Drag … Continue reading How To Add New Value(Data Row) to Existing Datatable – UiPath