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.

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.