Hard1 markMultiple Choice
CPA · Question 10 · Area I: Information Systems
A company uses a 'Data Lake' architecture to store unstructured customer feedback logs alongside structured transaction data. When auditing the completeness of data retrieval for analysis, what is a primary challenge the auditor should anticipate compared to a traditional Data Warehouse?
A company uses a 'Data Lake' architecture to store unstructured customer feedback logs alongside structured transaction data. When auditing the completeness of data retrieval for analysis, what is a primary challenge the auditor should anticipate compared to a traditional Data Warehouse?
Answer options:
A.
Schema-on-read requires validation of data structure at the time of query, not at ingestion.
B.
Data Lakes cannot store structured data like SQL tables.
C.
Data Lakes enforce strict referential integrity upon entry.
D.
Data Lakes are only accessible via proprietary vendor tools.
How to approach this question
Contrast Data Warehouse (Schema-on-write, clean, structured) with Data Lake (Schema-on-read, raw, messy).
Full Answer
A.Schema-on-read requires validation of data structure at the time of query, not at ingestion.✓ Correct
A
Data Lakes store raw data. The structure (schema) is applied when the data is read (schema-on-read). This creates a risk that the query logic might not correctly interpret the raw data, leading to completeness or accuracy issues during analysis.
Common mistakes
Assuming Data Lakes are just bigger Data Warehouses.
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