Blue Prism Interview Q&A

1. What is Blue Prism tool? Blue Prism is a UK based software development company mainly for RPA (Robotic Process Automation) projects. It develops a “digital workforce” to handle the repetitive back-office processes, manual process, rule-based process, and all kind of automatic business operations for improving the performance with .accuracy, cost-effective and agile. 2. What … Continue reading Blue Prism Interview Q&A

UiPath Best Practices

1. ORGANIZING YOUR PROJECT Use RE Framework to make skeleton of your process Reliable — create solid, robust workflows that can handle errors. Efficient — create a structure that: Helps to short down development time. Helps to reduce errors in production. Maintainable — create a structure that makes it easy to update when needed. Extendable — new … Continue reading UiPath Best Practices

BLUE PRISM CODING BEST PRACTICES

Use Blue Prism Template to create Process or Object In Object: Check if each page has “Attach” functionality. All the wait stages should be element waits / arbitrary waits should not exist ideally. Throw an exception on time out. Write Specific exception where ever necessary and no generic exception for an entire flow, which results in … Continue reading BLUE PRISM CODING BEST PRACTICES

Different Activities and the differences between them – in UiPath

Close window vs Kill process: Example for close window: Input: Take a notepad which contains data already. Add some text to it and leave it without saving. Output: It will not force close. The notepad will be saved with changes made. Example for kill process: Take the example of notepad. Please check for process name … Continue reading Different Activities and the differences between them – in UiPath

“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

A Detailed Explanation Of Selectors – UiPath

What is a selector? A selector is a string of characters used to identify elements on the screen.  Selectors with wildcards can be used when the object under identification (attribute value) keeps changing. Asterisk (*) – replaces zero or more characters Question mark (?) – replaces a single character Full Vs Partial Selector: Generated by Basic Selector … Continue reading A Detailed Explanation Of Selectors – UiPath

DateTime Operations in UiPath

DateTime Formats and Conversions in UiPath In this article you will find all that you need to work with DateTime Formats and conversions. Formats: Hour (12-hour clock) -> h ex: 6, hh ex:06 Hour (24-hour clock)-> Must be capital always. H ex:13, HH ex:20 Minutes -> m ex: 2, mm ex: 02 Seconds -> s … Continue reading DateTime Operations in UiPath

String Manipulations in 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 There are several methods which can be used while implementing String Operations on input String. List of String Methods: Length, Replace, Format, Substring, Split, IndexOf, Trim, Remove, Join, ToUpper, ToLower, … Continue reading String Manipulations in UiPath

UiPath Interview Questions-RPA

Basics of uipath: Software and hardware requirements of uipath? Different components of uipath? What is the latest version of uipath and list out few differences between the previous version and the latest version? Difference between enterprise and community edition of uipath? Describe licensing model of Uipath? Different panels in studio? Difference between studio, studio pro … Continue reading UiPath Interview Questions-RPA

How To Automate Daily Newsletter By Using RPA(UiPath) – Keyword Driven Approach

Requirement – Build Automation solution for the daily newsletter which can work as both attended and unattended without hampering the work in hand. We will not make use of any browser, drivers. This will be the headless browser automation with the help of Fizzler and HtmlAgilityPack. For this example, to extract news, we will consider … Continue reading How To Automate Daily Newsletter By Using RPA(UiPath) – Keyword Driven Approach