exam questions

Exam CISSP All Questions

View all questions & answers for the CISSP exam

Exam CISSP topic 1 question 55 discussion

Actual exam question from ISC's CISSP
Question #: 55
Topic #: 1
[All CISSP Questions]

What is the BEST approach to anonymizing personally identifiable information (PII) in a test environment?

  • A. Swapping data
  • B. Randomizing data
  • C. Encoding data
  • D. Encrypting data
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
somkiatr
Highly Voted 2 years, 1 month ago
Selected Answer: A
Should be A. Techniques of Data Anonymization 1. Data masking 2. Pseudonymization 3. Generalization 4. Data swapping 5. Data perturbation 6. Synthetic data Reference : https://corporatefinanceinstitute.com/resources/business-intelligence/data-anonymization/
upvoted 13 times
deeden
6 months, 3 weeks ago
I think this question equates Randomizing data to masking, such as replacing values with random meaningless characters (e.g., # , / $) which is a stronger anonymization option than just shuffling values around. I know, it's weird right. lol
upvoted 2 times
...
...
DERCHEF2009
Highly Voted 2 years, 5 months ago
Selected Answer: B
B is much better
upvoted 6 times
stickerbush1970
2 years, 5 months ago
anonymizing - remove identifying particulars or details, how is B doing this?
upvoted 4 times
CharlesL
2 years, 4 months ago
How do you get the testing result in from encrypted content?
upvoted 4 times
...
...
jackdryan
1 year, 9 months ago
B is correct
upvoted 1 times
...
...
cysec_4_lyfe
Most Recent 6 days, 11 hours ago
Selected Answer: B
Swapping data may not provide sufficient protection against re-identification if the dataset is small.
upvoted 1 times
...
Fouad777
2 months, 1 week ago
Selected Answer: B
What is the BEST approach to anonymizing personally identifiable information (PII) in a test environment? A. Swapping data B. Randomizing data C. Encoding data D. Encrypting data The BEST approach to anonymizing personally identifiable information (PII) in a test environment is: B. Randomizing data Here's why: Randomizing data effectively removes the association between the data and the individuals it represents, making it difficult to re-identify the individuals from the anonymized dataset. This approach ensures that the data cannot be traced back to specific individuals, which is crucial for maintaining privacy and confidentiality in a test environment. Swapping data (A) and encoding data (C) may help in anonymization, but they are generally less effective than randomization in ensuring data cannot be traced back. Encrypting data (D) secures the data but doesn't anonymize it, as the original data can still be accessed with the appropriate decryption keys.
upvoted 3 times
...
Verm12
5 months, 3 weeks ago
Selected Answer: B
OSG states "Randomized masking can be an effective method of anonymizing data" pg 203
upvoted 2 times
...
Ezebuike
6 months, 1 week ago
I am not sure if an encrepted data casn be used in a test environment. But I will go for option B
upvoted 1 times
...
JohnBentass
8 months, 1 week ago
Selected Answer: A
A. Swapping data Data swapping involves exchanging values between different records in a dataset, which helps preserve the confidentiality of individual data entries while maintaining the overall statistical distribution and relationships within the data. This technique is more effective than some other common anonymization methods: Randomizing data alters values with random, mock data but doesn't maintain the exact statistical distribution, which can compromise data utility for complex datasets. Data swapping, on the other hand, provides a straightforward way to anonymize PII while preserving data integrity and statistical accuracy appropriate for testing needs. It enables realistic datasets for software development and testing without exposing sensitive information
upvoted 1 times
...
Jenkins3mol
9 months, 3 weeks ago
Selected Answer: B
B. Randomizing data: Randomizing data is a common approach to anonymization. It involves replacing original data values with randomly generated values that do not correspond to any real individuals. This ensures that the data cannot be traced back to its original source while still maintaining its structural and statistical properties for testing.
upvoted 1 times
...
dm808
11 months ago
Selected Answer: B
Only option B refers to anonymization. A. Swapping Data- Pseudonymization B. Randomizing Data- Anonymization C. Encoding Data- Tokenization D. Encrypting Data- Tokenization
upvoted 1 times
...
GuardianAngel
1 year ago
Answer: B. Randomizing data A test environment might including needing to test analytics, computations, reports, dashboards - basically processes that have to be tested with unencrypted data. Randomizing data involves replacing PII with randomly generated values while maintaining the statistical properties of the original data. This ensures that the computations and analytics performed on the anonymized data yield accurate results and reflect the real-world scenarios. Swapping data involves replacing PII with other data. Swapping data may introduce biases or alter the statistical properties needed for accurate analytics and computations. Encoding data transforms data into a different representation using encoding schemes. Encrypting data is not be the best choice for this scenario as encryption aims to protect data rather than anonymize it.
upvoted 2 times
...
study22024
1 year, 1 month ago
Randomized masking can be an effective method of anonymizing data pg279 cissp study guide
upvoted 2 times
...
YesPlease
1 year, 2 months ago
Selected Answer: B
Answer B) Encrypting the data does not remove Pii...it just prevents anyone that stole the data from reading it without the proper credentials. However, someone with proper rights...like a DBA can see the Pii data without a problem. Also, Page 202-204 in CISSP study guide clear states randomization as the best option to anonymize data in a way that it will even make GDPR a non-issue.
upvoted 2 times
...
homeysl
1 year, 4 months ago
Selected Answer: A
A is my answer
upvoted 1 times
...
Sledge_Hammer
1 year, 5 months ago
The correct Answer is A. There are also some well-known techniques to be applied in a structured database for anonymization: Masking: removing, encrypting, or obscuring the private identifiers Pseudonymization: Replace the private identifiers with pseudonyms or false values Generalization: Replacing a specific identifier value with a more general one Swapping: Shuffling the attribute values of the dataset so that they are different from the original one Perturbation: Changing the data by introducing random noises or using random methods
upvoted 3 times
...
Dann108
1 year, 5 months ago
It is randomization. Even if you remove not only encrypt personal data, in some cases it is still not anonymized. The ideal answer would be "Randomized masking".
upvoted 1 times
...
Vince_F_Fang
1 year, 5 months ago
Selected Answer: B
The encryption effect is not very good, isn't it? Unlike the strict protection of data in production environments, application developers can access test environment data, so it is easy to decrypt data
upvoted 1 times
...
Bach1968
1 year, 7 months ago
Selected Answer: B
While encryption can provide additional security and protection for PII, it does not inherently remove the identifying elements or guarantee anonymity. Encrypted data can still be linked back to individuals if the encryption keys are available or if other data points are present that can be used for identification. In a test environment, where the goal is to use realistic but anonymized data, randomizing or modifying the PII values to render them unidentifiable is a more suitable approach. Randomizing data ensures that the original PII values are replaced with fictional or random data, reducing the risk of re-identification while still allowing for meaningful testing scenarios. Therefore, while encryption can be a valuable security measure, it may not be the most appropriate method for anonymizing PII in a test environment where the focus is on data de-identification and realistic testing.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago