CV0-002 · Question #400
A company wants to ensure production data is not exposed during a functional and load testing exercise, as it will be the source of the data. Which of the following techniques should the cloud adminis
The correct answer is A. Data masking. To ensure production data is not exposed during functional and load testing while still providing realistic test scenarios, the cloud administrator should deploy data masking techniques.
Question
A company wants to ensure production data is not exposed during a functional and load testing exercise, as it will be the source of the data. Which of the following techniques should the cloud administrator deploy to ensure testing requirements are met?
Options
- AData masking
- BData Deduplication
- CData Mirroring
- DData replication
How the community answered
(43 responses)- A77% (33)
- B2% (1)
- C7% (3)
- D14% (6)
Why each option
To ensure production data is not exposed during functional and load testing while still providing realistic test scenarios, the cloud administrator should deploy data masking techniques.
Data masking is the technique used to obscure sensitive information within a dataset while maintaining the original data's format and referential integrity. This allows the modified data to be used for non-production purposes, such as functional and load testing, without exposing actual confidential production data.
Data deduplication is a process to eliminate redundant copies of data to save storage space, not to protect sensitive information from exposure during testing.
Data mirroring creates an exact, real-time copy of data for redundancy or high availability, which would still contain all the sensitive production information and expose it during testing.
Data replication involves creating and maintaining multiple copies of data, often for availability or disaster recovery, but these copies would also contain the sensitive production data.
Concept tested: Data security - Data masking
Source: https://learn.microsoft.com/en-us/sql/relational-databases/security/dynamic-data-masking
Topics
Community Discussion
No community discussion yet for this question.