NO.44 Consider the following requirement:
Whether or not an operator is allowed to view accounts in a PRPC-based credit card application depends on the grade of the employee and the credit limit of the account. The grade, which is an attribute in the company’s LDAP directory, is a numeric scale ranging from 1-10. The requirement states that employees may open accounts that have a Credit Limit less than (10000 * (10/Grade)). For example, Senior Vice Presidents (Grade = 1) can open accounts with less than a $100,000 limit, and entry-level employees (Grade = 10) can open accounts with less than a $10,000 limit.
Which of the following is the best approach to meet this requirement? (Choose One)