Limited Time Offer
15%
Off
Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.
Suggested Answer: B,C Vote an answer
by Phoenix at Feb 15, 2024, 02:26 PM
Comments
acnpipman
2025-12-22 22:40:41Detailed Explanation
To fulfill the requirement where only specific users (HR Managers) can access a specific type of attachment, you must use an Attachment Category combined with Privileges.
1. Why "D" (Define a separate Attachment Category) is required:
In Pega, security is not applied to individual files directly. Instead, it is applied to an Attachment Category.
By creating a dedicated category for "Reference Letters," you isolate these sensitive documents from other common attachments (like resumes or IDs).
This allows you to define unique security rules that apply only to this specific group of files.
2. Why "A" (Configure read access according to a privilege) is required:
Once the category is created, you control access using Privileges within the Security tab of the Attachment Category rule.
The Process: You first create a Privilege (e.g., ViewReferenceLetter) and assign it to the Access Role associated with HR Managers.
The Enforcement: In the Attachment Category record, you list this Privilege under the "Access control list" and grant "View" permissions. Users without this privilege in their Access Role will be unable to see or open the attachment.
Why the other options are incorrect:
B: Restrict read access according to a When condition While Attachment Categories can use When rules, Pega’s best practice for restricting access based on a user's functional role (like HR Manager) is to use Privileges (RBAC). When rules are typically used for dynamic conditions, such as "only allow access if the case is in a specific status."
C: Configure attribute-based access control (ABAC) on the Attachment Category ABAC is used for more granular security based on data attributes (e.g., "Citizenship = US"). For simple role-based restrictions, RBAC (A and D) is the standard and more maintainable approach in Pega.
See: https://academy.pega.com/challenge/using-rbac-organize-and-manage-access-case-attachments/v7
oldsport
2025-11-26 05:43:00B. Restrict read access according to a When condition
C. Configure attribute-based access control on the Attachment Category
Why This Is Correct
B: A "When condition" can be used to specify rules that control when a user is allowed to access a particular attachment. In this case, the When condition can check the user's role (e.g., HR Manager) and only allow access to the reference letter attachment if the user meets the specified criteria.
C: Attribute-based access control on the Attachment Category allows for controlling access to attachments based on certain attributes of either the data or the user. By configuring access rules specific to the "Reference Letter" category, you can ensure that only HR Managers have the necessary permissions to view these attachments, providing a flexible and secure way to manage access.
Why Other Options Are Incorrect
A: Configuring read access according to a privilege might grant permission based on a predefined security privilege, but it does not directly relate to limiting access specifically based on the user's role (like HR Manager) in the context of attachments. It is more general and would likely require more complex configurations than necessary.
D: Defining a separate Attachment Category for HR Managers may seem like a possible solution, but it introduces unnecessary complexity. Instead of creating a new category specifically for HR Managers, it's more efficient to manage access using attribute-based control on the existing Attachment Category.
Key Point
Controlling Attachment Access Based on Roles
To ensure sensitive attachments (like reference letters) are accessible only to specific roles, such as HR Managers, use targeted access controls:
- Use a When condition to check user roles and grant access accordingly.
- Use attribute-based access control on the attachment category to define access rights for different users or groups.
Glossary (Pega-Specific Terms)
- When Condition: A rule that evaluates certain conditions to control flow or actions based on specific criteria.
- Attachment Category: A classification for different types of attachments (e.g., resumes, reference letters).
- Attribute-Based Access Control: A method of controlling access based on the attributes of data or users (e.g., role, department).
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).