Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this exam
Question 81

Which two data elements can be used as an attribute for an access control policy? (Choose two.)

    Correct Answer: A, D

    In the context of an access control policy, relevant attributes are typically those that can directly influence permissions or restrictions. 'Number of dependents' is a numerical value that can be used to determine eligibility or access in certain scenarios. 'Password string' is a single string value and is routinely used in access control measures. Encrypted bank account numbers are not suitable as they are intended for secure storage rather than active use in decision-making, and appointment dates do not typically serve a direct role in access control policies.

Discussion
OtherOptions: AD

It is A and D B is encrypted and C is a date so both cannot be used. https://academy.pega.com/topic/attribute-based-access-control-abac-security-model/v3 You can use three data types to represent an attribute: a single string value, a list of string values, and a numerical value. An encrypted field cannot be used.

TheGodfatherOptions: AD

https://academy.pega.com/topic/attribute-based-access-control-abac-security-model/v3/in/38221/38296 We have 3 different ways to attribute assignment: Single string value List of Strings Numerical Values Num of dependents=Numerical value // Password String

Alex1999Options: BD

It's B & D