1Z0-116 · Question #50
Examine this command: GRANT EXEMPT ACCESS POLICY TO PUBLIC; Which Transparent Sensitive Data Protection functionality will be affected when this command is executed?
The correct answer is D. Transparent Data Encryption. GRANT EXEMPT ACCESS POLICY TO PUBLIC removes enforcement of TSDP-defined access policies for all users, which directly impacts Transparent Data Encryption (D) because TSDP's primary mechanism for column-level data protection is TDE-based column encryption - granting this…
Question
Examine this command:
GRANT EXEMPT ACCESS POLICY TO PUBLIC; Which Transparent Sensitive Data Protection functionality will be affected when this command is executed?
Options
- AData Redaction
- BBind Masking
- CVirtual Private Database
- DTransparent Data Encryption
How the community answered
(19 responses)- A11% (2)
- B5% (1)
- D84% (16)
Explanation
GRANT EXEMPT ACCESS POLICY TO PUBLIC removes enforcement of TSDP-defined access policies for all users, which directly impacts Transparent Data Encryption (D) because TSDP's primary mechanism for column-level data protection is TDE-based column encryption - granting this exemption to PUBLIC effectively disables that encryption enforcement across the board. Data Redaction (A) is incorrect because it has its own separate exemption privilege (EXEMPT REDACTION POLICY), not EXEMPT ACCESS POLICY. Bind Masking (B) is incorrect because it is not a recognized component of the TSDP framework - it operates outside TSDP's policy enforcement model. Virtual Private Database (C) is incorrect because VPD row-level security policies, while also affected by EXEMPT ACCESS POLICY in a general sense, are not the core TSDP-managed protection type that this command targets in the TSDP context. Memory tip: Think "TSDP = Transparent Data Protection = Data Encryption" - TSDP's own encryption layer (TDE) is what its access policies guard, so bypassing access policies via this GRANT directly undermines TDE column protection.
Topics
Community Discussion
No community discussion yet for this question.