Certified Pega Senior System Architect v8.7 — Question 22
In an online shopping application, you enable class-level encryption for the entire case type and optimize First Name, Last Name, Social Security number (SSN), Total Cart, and Account Number properties for reporting.
To secure sensitive data, how do you enable property-level encryption for SSN and Account Number?
Answer options
- A. Update the class-level encryption to enable property-level encryption.
- B. Create a TextEncrypted property type, and then add the properties.
- C. Create a PropertyEncrypt access control policy, and then add the properties.
- D. Create a PropertyEncrypt data transform, and then add the properties.
Correct answer: A
Explanation
The correct answer is A because updating the class-level encryption allows for the activation of property-level encryption for specific fields like SSN and Account Number. Options B, C, and D are incorrect as they suggest creating new types or policies rather than modifying the existing class-level encryption settings.