Medium1 markMultiple Choice
CPA · Question 09 · Area I: Information Systems
An auditor is reviewing the data integration process between a CRM system and the General Ledger. The process uses an ETL (Extract, Transform, Load) tool. The auditor observes that the 'Transform' step includes logic to map 'State' codes (e.g., 'NY') to 'Region' IDs (e.g., '101'). Which control is MOST important to ensure data integrity during this step?
An auditor is reviewing the data integration process between a CRM system and the General Ledger. The process uses an ETL (Extract, Transform, Load) tool. The auditor observes that the 'Transform' step includes logic to map 'State' codes (e.g., 'NY') to 'Region' IDs (e.g., '101'). Which control is MOST important to ensure data integrity during this step?
Answer options:
A.
Backup of the source data before extraction.
B.
Encryption of data in transit between the CRM and GL.
C.
Speed of the ETL processing to ensure real-time reporting.
D.
Exception handling for unmapped or invalid state codes.
How to approach this question
Think about what could go wrong in a 'mapping' process. What if the input doesn't match the map? The control must handle the exception.
Full Answer
D.Exception handling for unmapped or invalid state codes.✓ Correct
D
In ETL processes, transformation logic is a high-risk area. Exception reporting ensures that data failing the validation rules (like lookup failures) is identified and corrected, preventing data integrity issues in the target system.
Common mistakes
Focusing on security (encryption) rather than processing integrity.
Practice the full CPA ISC Practice Exam
82 questions · hints · full answers · grading
More questions from this exam
Q01A CPA is performing a risk assessment for a client that uses a public cloud provider for its core...HardQ02During a walkthrough of a client's change management process, the auditor notes that developers h...HardQ03A service organization provides a real-time transaction processing platform. The service level ag...HardQ04An auditor is reviewing a SQL query used by the finance team to generate a report of all sales tr...HardQ05A healthcare clearinghouse is preparing for a SOC 2® engagement. They utilize a private cloud dep...Hard
Expert