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.

Thursday, November 16, 2017

What is Python

Python is a object-oriented programming language

It is an open source

It can run on any OS

It has huge libraries to solve many complex problems

Thursday, March 30, 2017

Pega Interview Questions Part 1

Q : What are the 6 R's in Pega

Receive, Route, Report,Research,Respond and Resolve

Q : Does Decision Tree can call Decision Table?

Yes. decision tree can call decision table,map,decision tree without using utility functions

Q : Which Tool gives overall health check of application

PLA. The PegaRULES Log Analyzer (PLA) tool is a Web application that consolidates and summarizes three types of logs from individual JVM server nodes in your application system. The log data provide key information about operational and system health. Developers and system administrators can use this information to quickly identify, diagnose, and remediate issues that may be degrading or compromising.


Q: Which Tool is used to Test and Debug UI?

Rule Inspector

Q: What is the difference between Page-Validate and Property-Validate methods?

Page-Validate method is used to validate all the properties present on a page. 

Property-Validate method is used to impose restrictions on a property value. 




Sunday, January 1, 2017

Blue Prism Interview Questions


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)