Free Pegasystems PEGACPSSA23V1 Exam Actual Questions

The questions for PEGACPSSA23V1 were last updated On Dec 20, 2024

Question No. 1

A company with multiple applications spanning different business units wants to send a standard confirmation email to customers whenever a case is created.

Which is the appropriate layer of the Enterprise Class Structure (ECS) for the email correspondence?

Show Answer Hide Answer
Correct Answer: B

In Pega's Enterprise Class Structure (ECS), standard functionalities that are shared across multiple applications within an organization, such as sending a confirmation email, should be placed at the Organization layer. This allows for reusability and standardization across various implementations within the organization. Reference: Pega best practices for class design and ECS.


Question No. 2

Which statement regarding managing encrypted data in Pega Platform is true?

Show Answer Hide Answer
Correct Answer: A

Managing encrypted data in Pega Platform comes with certain limitations, one of which is that encrypted properties cannot be referenced using filter conditions in reports (A). This is because the encryption obscures the actual value of the property, making it impossible for the reporting engine to perform comparisons or filtering based on the encrypted data. This limitation is essential for maintaining data security, as it prevents unauthorized access to sensitive information through report queries. Reference: Pega Community documentation on encryption and reporting.


Question No. 3

In a hiring case type, only HR Managers should have read access to a candidate's reference letter attachment. Which two tasks are used to fulfill this requirement? (Choose Two)

Show Answer Hide Answer
Correct Answer: B, C

To ensure that only HR Managers have read access to a candidate's reference letter attachment, the tasks involved include restricting read access according to a When condition (B) and configuring attribute-based access control on the Attachment Category (C). The When condition can specify criteria that must be met for the attachment to be accessible, such as the user's role being an HR Manager. Attribute-based access control allows for the definition of access rules based on attributes of the data or user, providing a flexible and granular approach to securing sensitive attachments like reference letters. Reference: Pega Community documentation on attachment security and attribute-based access control.


Question No. 4

Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, B

The cache manifest in a mobile app facilitates the use of the app while offline by allowing the download of rules and static resources. This ensures that users can access the app's functionality and interface elements even when they do not have an internet connection. Reference: Pega Mobile Client Developer Guide.


Question No. 5

Which two statements are true about database tables in Pega Platform? (Choose Two)

Show Answer Hide Answer
Correct Answer: A, B

A: In Pega Platform, the PegaRULES database is used to store rules, while the PegaDATA database contains work instances and other data instances.

B: The Database Table rule in Pega allows you to configure the connection settings to a specific external database table, facilitating the interaction with external data sources. Reference: Pega official documentation on Pega Platform databases and Database Table rules.