Wednesday 26 September 2018

Pega Interview Questions

If you're looking for Pega Interview Questions for Experienced or Freshers, you are at right place. There are lot of opportunities from many reputed companies in the world. According to research Pega has a market share of about 1.4%. So, You still have opportunity to move ahead in your career in Pega Development. Mindmajix offers Advanced Pega Interview Questions 2018 that helps you in cracking your interview & acquire dream career as Pega Developer.
Develop Your Skills on the Pega Training at Mindmajix. Start Learning!

Pega vs Appian

FeaturePega BPMAppian BPM
ApplicationDeveloping applications without hard-coding
Work automation of enterprise with data management
Latest VersionPega - 7.2Appian - 18.1
Supported OSWindows, Linux, Mac, Web Based.
Windows, Windows Mobile, Android, iPhone, Mac, Web Based
Integrations SupportedData Collection Systems and Various CRMsCompatible Datasheets
Customer TypesMedium and large businessSmall, medium and large business.
Q. What is the difference between Page-Validate and Property-Validate methods?
The page-validate method is used to validate all the properties present on a page. If a page has embedded pages, this method works recursively to validate all the properties. This method consumes a lot of system resources and takes more time. If you want to validate specific properties use Obj-Validate method with a Rule-Obj-Validate rule.
A property-validate method is used to impose restrictions on a property value. Use Edit validate rule along with Property-Validate method to impose restrictions. You can validate multiple properties using Property-Validate method.
Q. What is difference between Edit validate and Edit Input rules?
Edit Validate: Use edit validate rule to validate the property value using java code. Edit validate rules can be used property-validate, Rule-Obj-Validate and Property rules.
Edit Input: Edit input rules converts user entered data into required format. For example is the user enters date MM/DD/YYYY format, edit input rule coverts this date into DD-MMM-YYYY (required format). Again we need to write java code for this transformation.
Q. Where assignments will be stored in pega rules database?
Work List related  assignments are stored in pc_assign_worklist.
Work basket related assignments are stored in pc_assign_workbasket.
Q. Where work objects will be stored?
Work Objects are stored in pc_work table by default. however if you want to store the work objects in a user created table, follow the below mentioned steps.
Create a schema similar to pc_work table. (The best thing is to copy the pc_work schema and modify the table name and constraints name if any)
Change the class group mapping (Data-Admin-DB-Table) to the newly created table.
Q. If I have 3 different work objects in my application, how to store them in three different tables?
Open/Create the Data-Admin-DB-Table instance for each class and mention the table name. By doing this the individual work objects will be stored in the new table you mentioned in the Data-Admin-DB-Table instance. This is a best practice if there too many object instances for each class.
Q. What is StepStatusGood, StepStatusFail rules?
StepStatusGood is a when condition defined in @baseclass, this when rule checks whether the value of pxMethodStatus property is “Good”.
StepStatusFail is a when condition defined in @baseclass, this when rule checks whether the value of pxMethodStatus property is “Fail”.
Q. How to make any rule as a favorite to your manager?
Delegate the rule to manager.
For more information visit Mindmajix

No comments:

Post a Comment