Pegasystems PEGACPLSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 11.05.2025- Prüfungscode: PEGACPLSA23V1
- Prüfungsname: Certified Pega Lead System Architecture (LSA) Exam 23
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 11.05.2025
What is the purpose of a restore point in Pega Platform™?
- A . To create a backup of the entire system.
- B . To allow for the creation of new applications.
- C . To enable the rollback of a deployment to a previous state.
- D . To save metadata during a product import.
By default, queue processors run in the security context of which requestor type?
- A . Background
- B . AsyncProcessor
- C . Syncprocessor
- D . Batch
In a Human Resources application, the employee annual salary and salary currency code is confidential. Using the attribute-based access control (ABAC) PropertyRead action, both the property values are masked on the UI screen.Which two of the following statements are correct about masking annual salary and salary currency code information?
(Choose two)
- A . Encrypted properties show a masked value, if referenced in a report.
- B . Encrypted properties show the unmasked value, if referenced in a report.
- C . Encrypted properties are displayed on the Clipboard tool and values are unmasked.
- D . Encrypted properties are not displayed on the Clipboard tool.
How can data pages be used effectively in a Pega application?
(Select all that apply)
- A . Storing frequently used data to improve performance and reduce database hits.
- B . Using data pages as a primary mechanism for writing data to the database.
- C . Utilizing parameterized data pages to dynamically fetch specific data subsets.
- D . Implementing data pages with read-only access for security reasons.
Which of the following statements is most accurate regarding system of record integration?
- A . PRPC should be the system of record for any data it persists in a work object and provide webservices for other applications to access the data
- B . PRPC can be the system of record for data but in many cases it is not. When PRPC is not the system of record a number of design patterns can be used to integrate with the system of record.
- C . PRPC can only integrate with external systems of record if the external system is a relational database that can be mapped to PRPC class definitions
- D . PRPC’s database should never be used as a system of record for data
In the context of access control, what is the principle of "Least Privilege"?
- A . Users should have the least number of login attempts before being locked out.
- B . Users should be granted access to all resources they might need in the future.
- C . Users should only have the permissions required to perform their job duties.
- D . Users should be granted access based on their seniority within the organization.
What security mechanism can help mitigate the risk of SQL injection attacks?
- A . Using weak passwords for database accounts.
- B . Implementing input validation and parameterized queries.
- C . Disabling database logs to prevent attackers from identifying vulnerable queries.
- D . Storing database credentials in plain text configuration files.
What two benefits do you gain by using a data warehouse coupled with reporting in Pega Platform™?
- A . You can use reporting tools suited for trending and data analysis.
- B . You can focus on using reporting in Pega Platform for reporting on throughput data or cases in flight.
- C . You can use BIX to export cases to a database, a CSV file, or XML format.
- D . You can purge cases from your database along with the data warehousing process.
A Customer Service application requires customer data assembled from multiple external systems. The customer data is captured by a parent case. Subcases of that parent case need to reference the same customer data. The customer data must be as current as possible.
Which two options are used as part of the solution?
(Choose Two)
- A . Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.
- B . Use the System of Record (SOR) data access pattern when capturing the customer data.
- C . Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.
- D . Have each subcase load a portion of the customer data prior to updating the parent case.
When is access granted if both role-based access control (RBAC) and attribute-based access control (ABAC) are configured in an application?
- A . Access is only granted if both RBAC and ABAC evaluate to true.
- B . Access is granted if ABAC evaluates to true unless an Access Deny restricts access.
- C . Access is granted when ABAC evaluates to true because it overrides RBAC.
- D . Access is granted when RBAC evaluates to true because it overrides ABAC.