An attribute-based access control configuration evaluate the attributes of the operator creating the
case. A data page contains the value used in the evaluation.
Answer : B
In attribute-based access control (ABAC) configuration, if you need to evaluate attributes from a data page, you should use the data page as the policy condition value in the access control policy condition. This allows the system to evaluate the current value from the data page when enforcing access control rules.
A System Architect wants to save the results from running a data page as an automated test. The System Architect reports that the system cannot save the test definition.
What is the reason?
Answer : C
Test Cases Ruleset Configuration:
If the system cannot save the test definition, it is likely due to a ruleset for storing test cases not being configured. Test cases need to be stored in a specific ruleset that is configured for this purpose.
Reference:
Pega documentation on automated testing and unit test cases emphasizes the need for configuring a ruleset to store test cases.
Therefore, the correct answer is:
C . A ruleset to store test cases is not configured.
When implementing a Next-Best-Action, the customer Lifetime value Threshold is used to __________ for an offer
Answer : C
Next-Best-Action Configuration:
In Pega, configure the Next-Best-Action strategy to include customer lifetime value as a factor.
Set Thresholds:
Define thresholds for customer lifetime value to determine what constitutes a high-value proposition.
Prioritization Logic:
Implement logic within the strategy to prioritize actions or offers that align with high customer lifetime value.
Reference: Pega documentation on Next-Best-Action and customer lifetime value considerations.
Select the primary reason for developing a set of unit lest cases and automated testing Suites in a continuous integration and continuous deployment (CI/CD) model.
Answer : C
The primary reason for developing a set of unit test cases and automated testing suites in a CI/CD model is:
C . Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
Automated testing helps ensure the quality and correctness of the rules being deployed. It verifies that changes do not introduce errors and maintains the integrity of the pipeline by catching issues early in the development cycle.
Pega Documentation on CI/CD: CI/CD
XYZ Corporation wants to perform extensive analysis on work party information across various case types in near real time. At the same time, XYZ wants to minimize the impact this analysis has on case workers using Pega applications.
Choose two options that would contribute to viable solutions. (Choose Two)
Answer : B, D
Step by Step Comprehensive Detailed Explanation with Reference: To perform extensive analysis on work party information while minimizing impact on case workers:
Configure a reports database for the Class Group and Index WorkPartyUri Data Admm DB-Table records (B): Setting up a separate reports database helps offload reporting activities from the transactional database, reducing the load on the operational system.
Use BIX to export Case and related Work Party data to a data warehouse (D): BIX (Business Intelligence Exchange) can be used to export data in bulk to a data warehouse where extensive analysis can be performed without affecting the performance of the operational Pega applications.
Pega Reporting: Using a Reports Database
Pega BIX: Business Intelligence Exchange
You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after 3:00 p.m. every day with an out-of-memory error. Which two alerts typically precede this condition?(choose two)
Answer : A, C
Identifying and resolving out-of-memory errors in a cluster node involves understanding the alerts that typically precede such conditions.
PEGA0004 -- Quantity of data received by database query exceeds limit (Answer A):
PEGA00017 -- Cache exceeds limit (Answer C):
What does a dotted line from a "Group By" component to a "Filter" component mean?
Answer : D
A dotted line between a 'Group By' component and a 'Filter' component indicates:
Reference Relationship:
The dotted line shows that a property created or aggregated in the 'Group By' component is being used in the 'Filter' component.
This means the Filter component depends on the output of the Group By component for its logic.
Component Dependency:
It highlights a dependency where the Filter component uses data processed by the Group By component.