CDPSE · Question #3
An organization want to develop an application programming interface (API) to seamlessly exchange personal data with an application hosted by a third-party service provider. What should be the FIRST s
The correct answer is C. Data mapping. Data mapping is the process of identifying what personal data exists, where it originates, how it flows, and where it is destined. Before building an API to exchange data with a third party, the organization must first understand what data is involved, its classification, and the
Question
An organization want to develop an application programming interface (API) to seamlessly exchange personal data with an application hosted by a third-party service provider. What should be the FIRST step when developing an application link?
Options
- AData tagging
- BData normalization
- CData mapping
- DData hashing
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C78% (28)
- D14% (5)
Explanation
Data mapping is the process of identifying what personal data exists, where it originates, how it flows, and where it is destined. Before building an API to exchange data with a third party, the organization must first understand what data is involved, its classification, and the intended data flows between systems. This foundational step informs all subsequent decisions, including what fields to expose, what transformations (normalization) are needed, what security controls (hashing, encryption) apply, and what compliance obligations exist. Without data mapping, subsequent technical steps like normalization or tagging would be premature and potentially flawed.
Topics
Community Discussion
No community discussion yet for this question.