nerdexam
Cisco

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.

Application Deployment and Security

Question

Which two strategies are used to protect personally identifiable information? (Choose two.)

Exhibit

350-901 question #10 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)
  • A
    92% (34)
  • B
    3% (1)
  • E
    5% (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.

AEncrypt data in transit.Correct

Encrypting data in transit protects PII from eavesdropping and interception as it travels between systems over networks, ensuring confidentiality during communication.

BEncrypt hash values of data.

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).

CEncrypt data at rest.Correct

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.

DOnly keep usernames and passwords for efficient lookup.

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.

EOnly encrypt usernames and passwords for efficient lookup.

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

#PII Protection#Data Encryption#Data at Rest Encryption#Data in Transit Encryption

Community Discussion

No community discussion yet for this question.

Full 350-901 Practice