List of questions
Related questions
Question 93 - ARA-C01 discussion
The following table exists in the production database:
A regulatory requirement states that the company must mask the username for events that are older than six months based on the current date when the data is queried.
How can the requirement be met without duplicating the event data and making sure it is applied when creating views using the table or cloning the table?
A.
Use a masking policy on the username column using a entitlement table with valid dates.
B.
Use a row level policy on the user_events table using a entitlement table with valid dates.
C.
Use a masking policy on the username column with event_timestamp as a conditional column.
D.
Use a secure view on the user_events table using a case statement on the username column.
Your answer:
0 comments
Sorted by
Leave a comment first