Wednesday, April 18, 2018

Blur Prsim Automation Interview Questions


Q:   Anything can be automated using Blue Prism? 

·         Rule based
·         Digitalized
·         Continuity in actions
·         Part automation is also possible using the triggers. For Ex:
         
Ø  Step 1 to 10 Automated
Ø  Blue Prism triggers an event to Manual user (May be an email trigger)
Ø  Manual user completes the Step 11 and trigger the event back to Automation process (BP)
Ø  BP will continue from Step 12 to 15 and completes the automation

                   
     Q:  What are different types of execution Modes Available for an Object ?


Run mode determines how a Process can be run in relation to other Processes. Run mode is defined in the Business Objects (and therefore by the applications) a Process uses and is designed to safeguard Processes getting in the way of each other.
Run mode is set on a tab in the properties window of the Business Object information stage on the Initialize page. 


There are three possible run modes.


·         Exclusive: An exclusive Process must run on its own and cannot run at the same time as any other Processes.
·         Foreground: A foreground Process can only run alongside other background Processes, but only one foreground Process can run at a time.
·         Background: A background Process can run alongside other Processes, as long as they are background or foreground Processes.

The run mode order of precedence is Exclusive, Foreground, Background.

Q: What are the benefits of RPA?

·         Cost Saving and increases speed
·         Reducing work force
·         Productivity and Efficiency
·         Accuracy
·         Scalability: A robotic workforce can be as large or as small as you need it to be, and additional robots can be deployed quickly for no extra cost,
Q:  What is RPA (Robotic Process Automation?)

Robotic Automation aims to use a computer (a.k.a. robot) to manipulate existing application software (CRMs, ERPs, help desk and claim applications) in the same way that a person works with those systems and the presentation layer to perform a specific task.
 It automates rule-based processes without the need for constant human supervision.
The key to RPA is identifying processes which can be automated using certain basic rules.
Blue Prism is a very effective tool.  However, there are two things to understand
First, the tool does not have a "code view".  Everything is abstracted through a flow-chart interface.  Second, Blue Prism does not have a record feature.  Instead users are expected to map out processes manually with SME's before entering anything in the tool, then use the process/procedure maps to enter the process into Blue Prism.
Irrespective of how an application is presented (terminal emulator, thick client, thin client, web browser, Citrix and web services)
BP provides the ability to automate any application (e.g. SAP, Lotus, Office, Exchange, custom applications).
Q: Why Robotic Process Automation?

BPOs and shared services that use large scale, high-volume human labor, with an intrinsic exigency for productivity and cost efficiency, RPA technology adds impetus to business innovation and profitability.
It enables organizations to configure software robots that automate manual and repetitive rule-based tasks at a fraction of the cost of their human equivalent
 Robots are easy to train and see the interface like a human. They can act as automated assistants and are designed to collaborate with humans while permanently reporting on progress.

Blue Prims RPA Interview Questions collection Set - I



Q: Difference between Mainframe and Non-Mainframe Applications?

For Mainframe applications:

·         It’s a single screen based application. It is keyboard based.
·         There also separate set in-built mainframe commands supported by Blue Prism specifically for mainframe applications

For non-mainframe applications:

·         It comprises of multiple screens
·         Control moves from one screen to another.

Q: What are different spy modes

Mainframe we only having one spy mode-mainframe

web based-html spy mode

Windows we can use win32,aa and region spy modes

Q: How to make the data item as global?

By default a Data Item is only visible from its own page, but un-checking the Visibility check box on the properties form will make the Data Item global.
Q: What is Environment variable?

An Environment Variable is a value that is made available to all Processes and Business Objects, i.e. across the environment.
Go to System Manager and look at the Environment Variables tab in the Processes section.
Data Items exposed as Environment Variables are read-only.
Q: What are session variables?

Session Variables are specific to that instance of the Process. If 2 instances of the same process are running at the same time, they will both have the same Session Variables but the Session Variables will have different values.
Session Variables can be viewed and modified from Control Room



Q: What is the Excel Object used by BP

The Application Object is called MS Excel VBO

Q: What are the stages?

Stages are nothing but a flow diagram component that can be added to the diagram by clicking onto the page, not by dragging from the toolbar.


Q: What is the Application Object used by BP to add the data into queue?

Use the Internal – Work Queues Application Object to put the CSV data into the queue


Q: Why Blue Prism?

·         Automation process can be designed within IT Governance
·         Supports both internal and external Encryption/Decryption Keys
·         Provides Audit Logs enabling
·         High level Robustness because of .NET customized code within the process automation (Tool is capable of doing all the activities whatever can be done using .NET)



Friday, March 16, 2018

What is HANA in SAP

HANA is also another kind of database.

It is gaining popularity in the recent times

HANA is in-memory database when compared to other traditional databases.

It is much faster than other databases in terms of processing the data.

It has inbuilt computing engine in Dynamic RAM

It removes the lots of other layers when fetching the data from SAP ERP, CRM, BW

Using HANA we can connect other non-SAP data sources like flat files, unstructured data.

Using HANA, we can generate the reports in milli or nano seconds.

We will have real-time data available to the customers on the fly.

 


Tuesday, March 13, 2018

Buy Bitcoin in India


Koinex in India has made huge improvements in it's short span of 2 months.
 

Instant INR deposit and withdrawal, Removing unnecessary signup and password change fee.Very fluid and fast UI and great support.Trade volume is also increasing with time.

The platform is maturing fast. Koinex has very active community in telegram and founders reply directly to your issues in Telegram group.
 

You can Buy, Sell and Trade Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), Ripple (XRP), Bitcoin Cash (BCH) and other cryptocurrencies at best price in India 


Visit Koinex Website:Koinex

Saturday, March 10, 2018

Laxmi Coin India's Ist Digital currency

Just sign up on Laxmicoin and earn laxmicoins. They’re giving away 20 free laxmicoins to everyone who signs up using this link
 
India's 1st digital currency
 

Saturday, December 9, 2017

Requestor Type in Pega


Requestor Types are how the request comes to invoke the rules in Pega

  • Browser
  • Application
  • Batch
  • Portal

What is Split Join, Split for Each and Spin Off in Pega?



Split Join - One or more flows with Any, All options

Split For Each - One flow for each page in page list/ page group with Any, All, Iterate options

Spinoff - It will be useful when you want to start another flow simultaneously without stopping the current flow.