CCSP Exam QuestionsBrowse all questions from this exam

CCSP Exam - Question 206


You just hired an outside developer to modernize some applications with new web services and functionality. In order to implement a comprehensive test platform for validation, the developer needs a data set that resembles a production data set in both size and composition.

In order to accomplish this, what type of masking would you use?

Show Answer
Correct Answer: C

To provide a data set that resembles the production data set in both size and composition while ensuring that no sensitive data is exposed, static masking is the most appropriate method. Static masking involves taking a copy of the production data and masking sensitive information to create a masked but representative data set. This allows the developer to have a comprehensive data set for testing purposes without compromising data security.

Discussion

4 comments
Sign in to comment
akg001Option: C
Nov 19, 2022

C. Static

DA95
Jun 10, 2023

D. Dynamic

cloudenthusiastOption: C
Aug 28, 2024

Static Application Security Testing (SAST) as it is not interrupting the workflow.

MaciekMTOption: C
Feb 21, 2025

Static data masking involves creating a copy of the production data set where sensitive information is permanently replaced or altered. This produces a data set that closely resembles production in size and composition but is safe for use in non-production environments such as a comprehensive test platform. Dynamic masking, on the other hand, applies changes in real time on live data and isn’t as suited for creating a separate, static test copy. Development or replicated masking are not standard terms in this context.