Which TWO of the following are effective strategies for protecting sensitive data in a public cloud environment?
Correct. Data masking protects data in development and testing.
Why this answer
A (data masking) and B (tokenization) are both common techniques. C (storing encryption keys with data) is insecure. D (storing all data in one bucket) violates least privilege.
E (using same key for all data) is poor practice.