- What do you mean by workspace or studio in the context of Pega? …
- Explain about classes in Pega. …
- What do you mean by a work object in the context of Pega? …
- What do you understand about DCO in Pega? …
- What do you know about SLA in the context of Pega? …
- What are the different types of SLA?
Pega Interview Questions and Answers Part-1 |Pega|PRPC|
Frequently Asked Pega Interview Questions
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 the Obj-Validate method with a Rule-Obj-Validate rule. A property-validate method is used to impose restrictions on property value. Use Edit validate rule along with Property-Validate method to impose restrictions. You can validate multiple properties using the Property-Validate method.
What is the difference between Edit validate and Edit Input rules?
Edit Validate: Use the 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 convert user-entered data into the required format. For example, if the user enters the date MM/DD/YYYY format, the edit input rule covers this date into DD-MMM-YYYY (required format). Again we need to write java code for this transformation.
Q. How to create a work object in Pega?
The steps to create work objects in Pega are-
Most Frequently Asked Pega Interview Questions
Ans: Pega is a platform that allows the user to develop apps, perform integration with the external system and easily implement mobility. It also helps in managing the case life cycle, extensive user interface design, managing the decisions and implementing the DevOps and Robotic Automation, and reporting. It is built on Java and has its latest version as 8.2 which also stands for Build for Change.
Want to Become a Master in Pega? Then visit here to Learn Pega Training
Ans: The different types of standard classes available are.
Ans:
Ans:
Ans: The following are the steps implemented in creating a work object in Pega.
Ans: Direct Capture Object is an apple dev tool that includes.
Ans: It is the instance of Rule-Obj-Service Level Rule type. It can be added to assignment and work objects.
Service level contains two intervals of time as Goal and Deadline. It indicates the expected time for the assignment and time to resolve the work object. If an assignment isn’t completed before the time limit, the system can automatically raise the assignment and cancel the entire flow, and so on.
If you want to Explore more about Pega? then read our updated article – pega Tutorial
Ans: The steps to trace SLA in Pega are:
Ans: The following are the different layouts types available.
Ans: A RuleSet in Pega is a collection of rules of business that defines an instance. The ruleset is an essential subset of PegaRULES that is necessary to reference instances in the database.
Ans: Yes, commit is used to save the data permanent in the DB.
Ans:
Ans:
Ans: An access group in Pega is an example of a Data-Admin-Operator-Access Group class that creates a set of RuleSet for the requestors. The developer defines access groups and assigns them to different users.
Access Group controls the security based on the job functions. It is the instance of Data-Admin-Operator-AccessGroup. Various aspects that can be controlled through an access group are
Ans:
Ans: It is the instance of the Rule-Obj-Flow Action rule type. It is the one category in UI specifying the choices to the user performing assigned work objects.
Local FA: If action is finished, the work object returns to the same level.
Connector FA: If action is finished, the work object moves to the next level.
Ans: The system adds entries it finds from the following sources in the order listed. The system adds entries it finds from these sources in the top of the list.
Requestor: (Data-Admin-Requestor class) — Usually this adds the RuleSets named Pega-RULES, and Pega-IntSvcs and a version or version prefix for these.
Division – As referenced in the Operator-ID instance.
Organization – As referenced in the Operator-ID instance.
Access Group: As referenced in the Operator-ID instance.
Ruleset Versions – Prerequisite RuleSets and Versions to those already compiled.
Operator ID: If this user has the ability to check out rules, the personal RuleSet (named the same as the Operator ID key) is added last. It is also called a private ruleset.
Ans: The declarative rule is an instance of a class derived from Rule-Declared.
The declarative rules in Pega are.
Ans:
Page-Validate:
This method is used to validate all the properties present on a page. If a page contains 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 Rule-Obj-Validate rule.
Property-Validate:
This method is used to impose restrictions on property value. Use the Edit validate rule along with Property-Validate method to impose restrictions. You can validate multiple properties using the Property-Validate method.
Ans: Case management in Pega enables a user to adapt to the unpredictable, event-driven or automatic changes in a case and its processes. It pools real-time adaptation with unique solutions for every case to suit ad-hoc additions. It also saves the case as a template for the future application.
Ans: The advantages of Pega case management are.
Ans:
Ans:
Decision Table:
Decision Tree:
Ans: A map value rule is a rule that converts one or two input values, such as latitude and longitude numbers, into a calculated result value, such as a city name. The rule uses ranges for the input value or values and a matrix to look up the result. Map value rules are instances of the Rule-Obj-MapValue rule type. This rule type is part of the decision category.
Explore Pega Sample Resumes! Download & Edit, Get Noticed by Top Employers!
Ans: It is an Interface that shows up for the client either developer or an end User and entry can be arranged in Access Group.
Example: Developer entry, chief gateway, client entryway, administrator entrance.
Ans: Locking is acquiring control over a work object before proceeding to perform any action on it and to ensure only a single user to perform actions on a work object at a time. There are two types of locking as stated below.
Ans:
Ans: Forward Chaining provides the automatic calculation of the property by executing the declarative rule when any one of the input property values is changed.
Example: If the Area property depends on the length and width property, then Forward Chaining causes the area property to be recalculated every time either length or width values change.
Ans: BackWard chaining provides the automatic calculation of the property by executing the declarative rule when the value is needed for the property, rather than when an input changes.
Example: If the area property depends on length and width property, the backward chaining causes the area property to be recalculated each time the area property is required.
FAQ
What are the important topics in PEGA?
- What is the difference between activity and utility?
- Where assignments will be stored in the Pega rules database?
- What is the difference between Edit validate and Edit Input rules?
- Where work objects will be stored?
- How to send multiple correspondences at a time?
Is PEGA a tool or language?
- Describe a data object; group related data.
- Configure data types, create data objects.
- Identify and create calculated values.
- Make data available to an application; add data records to a data type.
- Integrate with external applications.
What are important features of PEGA?