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, 3 months 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 14 times
deeden
8 months 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, 7 months ago
Selected Answer: B
B is much better
upvoted 6 times
stickerbush1970
2 years, 6 months ago
anonymizing - remove identifying particulars or details, how is B doing this?
upvoted 4 times
CharlesL
2 years, 5 months ago
How do you get the testing result in from encrypted content?
upvoted 4 times
...
...
jackdryan
1 year, 10 months ago
B is correct
upvoted 1 times
...
...
Imranbhatti
Most Recent 3 weeks, 4 days ago
Selected Answer: B
The best approach to anonymizing personally identifiable information (PII) in a test environment is B. Randomizing data. Randomizing data involves altering the original data in such a way that it cannot be traced back to the individual, ensuring privacy and compliance with data protection regulations like GDPR12. This method is effective because it maintains the structure and format of the data while making it impossible to identify the original individuals. Option A, "Swapping data," is incorrect because it involves exchanging data values between different records. While this can obscure the original data, it does not fully anonymize it. Swapped data can sometimes be re-identified if the swapping pattern is discovered or if there are other data points that can be correlated12. Randomizing data, on the other hand, alters the data in a way that makes it impossible to trace back to the original individuals, providing a higher level of anonymity and security
upvoted 1 times
...
cysec_4_lyfe
1 month, 2 weeks ago
Selected Answer: B
Swapping data may not provide sufficient protection against re-identification if the dataset is small.
upvoted 2 times
...
Fouad777
3 months, 3 weeks 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 4 times
...
Verm12
7 months, 1 week ago
Selected Answer: B
OSG states "Randomized masking can be an effective method of anonymizing data" pg 203
upvoted 2 times
...
Ezebuike
7 months, 2 weeks 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
9 months, 2 weeks 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
11 months, 1 week 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
1 year 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, 1 month 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, 2 months ago
Randomized masking can be an effective method of anonymizing data pg279 cissp study guide
upvoted 2 times
...
YesPlease
1 year, 3 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, 5 months ago
Selected Answer: A
A is my answer
upvoted 1 times
...
Sledge_Hammer
1 year, 6 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, 7 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, 7 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
...
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