CRISC · Question #114
Which of the following is the BEST approach for an organization in a heavily regulated industry to comprehensively test application functionality?
The correct answer is D. Use anonymized data in a non-production environment. The best approach for testing application functionality in heavily regulated industries is to use anonymized data in a non-production environment to protect sensitive information while ensuring realistic test scenarios.
Question
Which of the following is the BEST approach for an organization in a heavily regulated industry to comprehensively test application functionality?
Options
- AUse production data in a non-production environment
- BUse masked data in a non-production environment
- CUse test data in a production environment
- DUse anonymized data in a non-production environment
How the community answered
(38 responses)- A5% (2)
- B16% (6)
- C5% (2)
- D74% (28)
Why each option
The best approach for testing application functionality in heavily regulated industries is to use anonymized data in a non-production environment to protect sensitive information while ensuring realistic test scenarios.
Using production data in a non-production environment risks exposing sensitive information outside of tightly controlled production systems, which is a major compliance violation in regulated industries.
While masked data is good, anonymized data specifically ensures that individual identities cannot be re-identified, which is often a stronger and more compliant requirement for testing in heavily regulated industries than generic masking.
Using test data in a production environment introduces non-production data into a live system and could disrupt operations or compromise data integrity, which is highly inappropriate.
Using anonymized data in a non-production environment provides realistic datasets for comprehensive application testing while ensuring individual identities cannot be re-identified, thus complying with strict regulatory requirements for data protection.
Concept tested: Secure application testing in regulated environments
Source: https://learn.microsoft.com/en-us/purview/manage-sensitive-data-in-test-environments
Topics
Community Discussion
No community discussion yet for this question.