Prepare Smarter for the PEGACPLSA23V1 Exam
Build your exam confidence with flexible preparation resources designed around the latest PEGACPLSA23V1 exam objectives. Practice at your own pace using PDF questions, online exam simulations, or desktop practice software.
Which three of the following options come under security administration events while auditing your Pega application? (Choose Three)
Correct Answer: A, C, D
Comprehensive and Detailed Explanation From Exact Extract :
Pega’s security auditing, as taught in Pega Academy’s Security Mission and the Pega Certified Lead System Architect Study Guide , tracks administrative
events that impact application security, such as changes to policies, access controls, and user records, to ensure compliance and traceability.
Option A (Correct) : Changes to security authentication policies (e.g., SSO or LDAP configurations) are critical security administration events, as they affect user access. These are audited, per the Security Auditing module.
Option B (Incorrect) : Changes to Dynamic System Settings (DSS) typically affect system behavior, not security directly, and are not standard security administration events, as noted in the System Configuration guidelines.
Option C (Correct) : Changes to Attribute-Based Access Control (ABAC) policies and conditions modify data access rules, making them significant security events that are audited, per the ABAC Configuration section of Pega Community.
Option D (Correct) : Changes to operator records (e.g., updating roles or access groups) impact user permissions and are audited as security administration events, as documented in the Operator Management module.
Option E (Incorrect) : Changes to report definition filters affect reporting logic, not security, and are not typically audited as security events, per the Reporting Design module.
[:, Pega Academy:Security Mission(covers security auditing)., Pega Community:Security Auditing(details on audited events)., Pega Certified Lead System Architect Study Guide (v23): Section onSecurity Design(emphasizes auditing security changes)., ]
As a Lead System Architect, you are developing a solution for enrolling students into culinary arts training sessions that includes two distinct specializations:
Baking and Confectionery. Unique rules and business logic govern each specialization. Which of the following specialization techniques is considered most
appropriate in this Pega implementation?
Correct Answer: D
Comprehensive and Detailed Explanation From Exact Extract :
Pega’s class structure and specialization, as outlined in Pega Academy’s Data Modeling Mission and the Pega Certified Lead System Architect Study Guide ,
leverage inheritance to manage common and specialized rules efficiently. Subclassing is the preferred approach for scenarios requiring specialization within a single application, such as culinary specializations.
Option A (Incorrect) : Positioning Culinary, Baking, and Confectionery at the same hierarchical level with common rules in a work pool class is inefficient and violates Pega’s inheritance model. Common rules should reside in a parent class, not a separate work pool, per the Class Design module.
Option B (Incorrect) : Using separate rulesets for Baking and Confectionery separates logic but does not leverage class inheritance for rule resolution. Class- based specialization is more aligned with Pega’s design principles, as noted in the Ruleset Management guidelines.
Option C (Incorrect) : Creating separate top-level applications for Baking and Confectionery is overkill for specializations within a single domain. Application-level separation is suited for distinct business units, not specializations, per the Application Architecture module.
Option D (Correct) : Creating Baking and Confectionery as subclasses under the Culinary class allows common rules to reside in the parent (Culinary) and specialized rules in the subclasses. This leverages Pega’s pattern and directed inheritance for efficient rule resolution and scope definition, as documented in the Class Specialization section of Pega Community.
[:, Pega Academy:Data Modeling Mission(covers class inheritance and specialization)., Pega Community:Class Specialization(details on subclassing for rule scope)., Pega Certified Lead System Architect Study Guide (v23): Section onData Modeling(emphasizes hierarchical class design)., ]
The test coverage report in Pega Platform helps to determine the number of rules covered during a test cycle. It is viewable at the application and user
level. Which of the following statements describes the difference between these two levels?
Correct Answer: B
Comprehensive and Detailed Explanation From Exact Extract :
Pega’s test coverage reports, as described in Pega Academy’s Testing Mission and the Pega Certified Lead System Architect Study Guide , provide insights into rule execution during testing, available at both application and user levels. The distinction lies in the scope of the testing session.
Option A (Incorrect) : The test coverage report does not differentiate based on ruleset types (application vs. branch rulesets). It tracks rule execution regardless of where rules reside, per the Test Coverage module.
Option B (Correct) : The application-level report aggregates test coverage for all users in a session, providing a comprehensive view of rule execution across the application. The user-level report is specific to the individual user who initiated the testing session, focusing on their actions. This is explicitly stated in the Test Coverage Reports section of Pega Community.
Option C (Incorrect) : Test coverage reports do not distinguish between API-based and user-based testing. They track rule execution regardless of the testing method, as clarified in the Testing Framework module.
Option D (Incorrect) : The report does not differentiate based on enterprise vs. implementation layers. Coverage is based on rule execution within the application context, not class hierarchy, per the Test Coverage guidelines.
[:, Pega Academy:Testing Mission(covers test coverage reports)., Pega Community:Test Coverage Reports(details on application vs. user levels)., Pega Certified Lead System Architect Study Guide (v23): Section onDeployment and Testing(emphasizes testing metrics)., ]
The ABC organization has a financial application built on Pega Platform™. ABC wants to extend this application to other regions in a
short period of time, by deploying a large development team. As it is a very sensitive application, ABC wants to have a proper review
process to ensure delivery of quality code by the team. What are the two approaches that can help ensure that proper quality check-in
gates are in place to achieve this requirement? (Choose Two)
Correct Answer: C, D
Comprehensive and Detailed Explanation From Exact Extract :
Pega’s deployment and testing best practices, as outlined in Pega Academy’s Deployment Mission and the Pega Certified Lead System Architect Study Guide , emphasize quality control through governance processes like compliance scoring and check-in approvals, especially for sensitive applications with large development teams.
Option A (Incorrect) : Dedicating a separate ruleset for each team organizes development but does not inherently enforce quality check-in gates. It supports modularity but lacks direct quality assurance, per the Ruleset Management module.
Option B (Incorrect) : Using separate ruleset versions supports versioning but does not ensure quality through review or compliance checks. It is a configuration practice, not a quality gate, as noted in the Application Development guidelines.
Option C (Correct) : Rejecting deployments to higher environments (e.g., QA, production) if the compliance score falls below a Center of Excellence threshold ensures that only high-quality code progresses. Pega’s Guardrail Compliance Score evaluates adherence to best practices, making this a robust quality gate, as documented in the Deployment Pipeline module.
Option D (Correct) : Implementing a rule check-in approval process requires developers to submit rules for review before check-in, ensuring code quality through peer or senior developer oversight. This is a standard governance practice in Pega, per the Rule Check-in Approval section in Pega Community.
[:, Pega Academy:Deployment Mission(covers compliance scoring and governance)., Pega Community:Rule Check-in ApprovalandGuardrail Compliance Score(details on quality gates)., Pega Certified Lead System Architect Study Guide (v23): Section onDeployment and Testing(emphasizes quality assurance)., ]
In a hospital's patient management Pega application, patient details are gathered during the initial consultation process.
This information must be accessible and current for all subsequent appointments and treatments. Keeping patient information
updated is crucial to effective planning and implementation of treatment. Which one of the following options would you select as a solution?
Correct Answer: C
Comprehensive and Detailed Explanation From Exact Extract :
Pega’s data modeling and case management principles, as outlined in Pega Academy’s Case Design and Data Modeling Mission , emphasize storing and propagating data within case hierarchies to ensure consistency and accessibility. The goal is to maintain a single source of truth for critical data, such as patient details, and make it available to related processes efficiently.
Option A (Incorrect) : Pre-loading patient data for each appointment or treatment based on initial consultation outcomes is inefficient and error-prone. It risks data inconsistency if the initial data changes, and Pega does not natively support “pre-loading” as a standard mechanism for case data management, per the Data Modeling guidelines.
Option B (Incorrect) : The snapshot data access pattern is used to capture a point-in-time view of data, typically for reporting or auditing, not for ongoing access to current data. Using it for appointments and treatments would not ensure data currency, which is critical for patient management, as noted in the Data Access Patterns module.
Option C (Correct) : Storing patient data within Consultation cases and using data propagation to transfer it to subsequent appointment or treatment cases is the optimal solution. Pega’s case management supports data propagation from parent to child cases or across related cases, ensuring that patient details remain current and accessible. This aligns with Pega’s best practices for case-centric data management, as described in the Case Design Mission .
Option D (Incorrect) : The System of Record (SOR) data access pattern involves retrieving data directly from an external system, which may introduce latency and dependency issues. While SOR is useful for integrations, it’s less suitable for managing case-specific data like patient details, which should be stored within the Pega application for performance and consistency, per the Integration module.
[:, Pega Academy:Case Design Mission(covers data propagation in case hierarchies)., Pega Community:Data Propagation in Case Management(details on sharing data across cases)., Pega Certified Lead System Architect Study Guide (v23): Section onData Modeling(emphasizes case-centric data storage)., ]