CAS-005 · Question #465
A company is looking for a solution to hide data stored in databases. The solution must meet the following requirements: - Be efficient at protecting the production environment - Not require any…
The correct answer is A. Masking. Dynamic data masking works at the presentation layer, sitting between your database and application-and transforms sensitive fields (for example, showing “J S*” instead of “John Smith”) without altering the underlying data or touching the application code. This approach…
Question
A company is looking for a solution to hide data stored in databases. The solution must meet the following requirements:
- Be efficient at protecting the production environment
- Not require any change to the application
- Act at the presentation layer
Which of the following techniques should be used?
Options
- AMasking
- BSteganography
- CAlgorithmic
- DRandom substitution
How the community answered
(40 responses)- A95% (38)
- B3% (1)
- C3% (1)
Explanation
Dynamic data masking works at the presentation layer, sitting between your database and application-and transforms sensitive fields (for example, showing “J*** S****” instead of “John Smith”) without altering the underlying data or touching the application code. This approach efficiently protects production systems, requires no changes to the application, and enforces masking policies in real time.
Community Discussion
No community discussion yet for this question.