Which of the following is NOT one of five principles of SOC Type 2 audits?
Correct Answer: C
Explanation:
The SOC Type 2 audits include five principles: security, privacy, processing integrity, availability, and confidentiality.
Question 2
What strategy involves replacing sensitive data with opaque values, usually with a means of mapping it back to the original value?
Correct Answer: C
Explanation:
Tokenization is the practice of utilizing a random and opaque " token " value in data to replace what otherwise would be a sensitive or protected data object. The token value is usually generated by the application with a means to map it back to the actual real value, and then the token value is placed in the data set with the same formatting and requirements of the actual real value so that the application can continue to function without different modifications or code changes.
Question 3
What strategy involves hiding data in a data set to prevent someone from identifying specific individuals based on other data fields present?
Correct Answer: A
Explanation:
With data anonymization, data is manipulated in such a way so as to prevent the identification of an individual through various data objects, and is often used in conjunction with other concepts such as masking.
Demo Practice Mode
You are viewing only the questions marked as Demo.