350-901 · Question #10
Which two strategies are used to protect personally identifiable information? (Choose two.)
The correct answer is A. Encrypt data in transit. C. Encrypt data at rest. To safeguard personally identifiable information, it is critical to encrypt data when it is in transit across networks and to encrypt data at rest while it is stored on any persistent storage.
Question
Exhibit
Options
- AEncrypt data in transit.
- BEncrypt hash values of data.
- CEncrypt data at rest.
- DOnly keep usernames and passwords for efficient lookup.
- EOnly encrypt usernames and passwords for efficient lookup.
How the community answered
(37 responses)- A92% (34)
- B3% (1)
- E5% (2)
Why each option
To safeguard personally identifiable information, it is critical to encrypt data when it is in transit across networks and to encrypt data at rest while it is stored on any persistent storage.
Encrypting data in transit protects PII from eavesdropping and interception as it travels between systems over networks, ensuring confidentiality during communication.
Encrypting hash values of data is not a standard or effective strategy for protecting the original personally identifiable information; hashing is a one-way function typically used for integrity or secure password storage (where the hash, not the original password, is stored).
Encrypting data at rest protects PII stored on databases, file systems, or other storage media from unauthorized access, even if the underlying storage infrastructure is compromised.
Keeping usernames and passwords (which are PII) for efficient lookup without proper security measures like hashing and salting is a severe security vulnerability, not a protection strategy.
While encrypting usernames and passwords is a step, the best practice for passwords (a form of PII) is secure hashing with salting, not just reversible encryption, and this choice is too narrow for general PII protection.
Concept tested: PII protection strategies
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/data-encryption-overview
Topics
Community Discussion
No community discussion yet for this question.
