Limited Time Offer
15%
Off
Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.
Suggested Answer: A,B Vote an answer
by Harvey at Jun 18, 2024, 09:18 PM
Comments
oldsport
2025-11-23 18:32:51A. The PegaRULES database contains rules while PegaDATA contains work instances
B. The Database Table rule allows configuration of a connection to a specific table
Why These Are Correct
A: In Pega Infinity 24, the PegaRULES database stores rules and class definitions, which define how the application behaves. The PegaDATA database stores runtime data such as cases (work instances) and data objects. This separation helps organize application design versus runtime data.
B: The Database Table rule is used to connect Pega to an external database table. It allows you to define which table to access, which columns to use, and how Pega interacts with the table. This is important for integrating external data into your Pega application.
Why Other Options Are Incorrect
C: The History table does not store user login information. It tracks the change history of cases, such as when a case moves from one stage to another. User login information is stored in operator records or security logs.
D: Report Definition rules can query multiple tables if needed. There is no rule that says you must use only one table, though you should carefully manage joins and relationships for performance reasons.
Key Point
Understanding Pega Databases and Tables
Pega separates rule data from runtime data to keep the system organized and efficient. Database Table rules let you integrate external tables safely. The History table tracks case changes, not user logins. Report Definition rules are flexible but should be designed carefully for performance.
Glossary (Pega-Specific Terms)
- PegaRULES Database: Stores rules, class definitions, and application design information.
- PegaDATA Database: Stores runtime data such as work objects (cases) and data objects.
- Database Table Rule: A Pega rule used to configure a connection to a specific external database table.
- History Table: Records the history of changes to cases, not user login activity.
- Report Definition Rule: A Pega rule used to retrieve and display data from one or more tables.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).