Which of the following best defines 'data quality' in the context of information systems?
Opening subject page...
Loading your content
CPA Isc Quiz
Practice Assess Data Quality And Integrity Controls in CPA Isc with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
Which of the following best defines 'data quality' in the context of information systems?
This quiz focuses on Assess Data Quality And Integrity Controls, giving you a quick way to practice the rules, question types, and explanations that matter most for CPA Isc.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Which of the following best defines 'data quality' in the context of information systems?
Explanation: Data quality encompasses multiple dimensions - accuracy, completeness, consistency, timeliness, and fitness for purpose - that collectively determine whether data can be relied upon for decision-making and reporting. Answer B is correct. Processing speed (A) is a performance metric. Encryption (C) is a security control. Field count (D) is a structural attribute.
Referential integrity in a relational database ensures that:
Explanation: Referential integrity enforces valid relationships between tables - a record in a child table must reference an existing record in the parent table, preventing broken links (orphaned records). Answer D is correct. Encryption (A) is a security control. Duplicate prevention (B) is uniqueness/entity integrity. Backup (C) is a recovery control.
Which of the following data integrity controls helps ensure that a batch of transactions is complete and has not been lost or added during processing?
Explanation: Record counts and hash/control totals established before processing are compared to post-processing results to verify that all records were processed correctly and none were added or lost. Answer B is correct. Data masking (A) protects confidentiality. Access controls (C) restrict authorization. Encryption (D) protects data in transit.
An organization's accounts receivable system contains multiple customer records for the same customer with slightly different name spellings. This data quality issue is best described as a:
Explanation: Multiple records for the same entity with inconsistent data is a duplicate/consistency problem - a classic data quality issue that can cause errors in reporting and customer communications. Answer C is correct. Referential integrity (A) concerns foreign key relationships, not duplicates. Confidentiality (B) is unrelated. Normalization (D) addresses redundancy in schema design, not record-level duplicates.
Which of the following is an example of a 'master data management' (MDM) control?
Explanation: MDM creates a single, trusted version of key business data (customers, products, vendors) that all systems reference, eliminating inconsistencies that arise from maintaining duplicate master records in multiple systems. Answer A is correct. Encryption (B), backup (C), and access restriction (D) are important controls but do not define MDM.
In a database, 'domain integrity' refers to:
Explanation: Domain integrity enforces constraints on the values that can be entered in a column - data type, range, format, allowed values - ensuring each value is valid for its domain. Answer C is correct. Unique primary keys (A) describe entity integrity. Foreign key matching (B) describes referential integrity. Normal form compliance (D) describes normalization.
An organization's data governance framework assigns 'data stewards' to each major data domain. The primary responsibility of a data steward is to:
Explanation: A data steward is accountable for the quality, consistency, and fitness for use of data in their domain - defining standards, resolving issues, and coordinating with data owners and users. Answer A is correct. Encryption (B), backup (C), and schema development (D) are IT operational or technical functions, not data stewardship roles.
Which of the following data quality issues would most likely cause errors in a company's financial consolidation process?
Explanation: Inconsistent chart of accounts and account coding across subsidiaries is a major data consistency problem that directly prevents accurate financial consolidation - transactions may be miscategorized or unmappable. Answer B is correct. Font sizes (A) are formatting issues. Time zones (C) and decimal display (D) are manageable technical issues that do not inherently prevent consolidation.
An organization implements automated edit checks that prevent users from saving a sales order unless all required fields (customer ID, product code, quantity, price) are completed. This type of control addresses which data quality dimension?
Explanation: Required field validation prevents records from being saved with missing mandatory data, directly enforcing data completeness. Answer A is correct. Timeliness (B) relates to currency of data. Consistency (C) relates to cross-system agreement. Confidentiality (D) is a security dimension, not a data quality dimension.
An organization's financial system allows journal entries to be posted without a corresponding debit and credit balance (i.e., unbalanced entries are accepted). This represents a failure of which data integrity control?
Explanation: Accepting unbalanced journal entries is a processing control failure - the system should validate that debits equal credits before accepting any journal entry, a fundamental accounting data integrity rule. Answer B is correct. Referential integrity (A) concerns table relationships. Encryption (C) is a security control. Access controls (D) address authorization.
A batch processing system processes 10,000 payroll transactions. As a data integrity control, which of the following should be verified after processing?
Explanation: Comparing post-processing record counts and financial totals to pre-processing control totals verifies that all transactions were processed completely and accurately - a run-to-run control total check. Answer C is correct. Encryption verification (A) addresses security. Individual review (B) is impractical for 10,000 records. Access logging (D) does not verify processing accuracy.
A company reconciles the total number of records and sum of amounts in its daily sales interface file against the corresponding entries in the general ledger. This procedure primarily addresses which data quality concern?
Explanation: Reconciling record counts and amounts between systems verifies that all transactions were completely and accurately transferred - addressing completeness (no missing records) and accuracy (correct amounts). Answer C is correct. Confidentiality (A) and security (B) are not addressed by reconciliation. Normalization (D) is a schema design concept.
A company imports customer data from an external source into its CRM system. Before loading the data, the company should perform which of the following data quality procedures?
Explanation: Before loading external data into a production system, organizations should validate format and completeness, cleanse errors, and reconcile record counts and totals to prevent introducing poor-quality data. Answer C is correct. Granting immediate access (A) bypasses data review. Encryption without validation (B) doesn't address quality. Archiving without review (D) defeats the purpose of the import.
Which of the following best describes 'data completeness' as a dimension of data quality?
Explanation: Data completeness means all required data elements are present - no mandatory fields are null, no required records are missing. Answer A is correct. Data security (B) is a confidentiality concern. Most recent information (C) describes timeliness. Consistent results across systems (D) describes consistency.
Which of the following data quality controls addresses the risk that data transferred between two systems contains errors introduced during the transfer process?
Explanation: Hash totals or checksums generate a unique value from the data content; if the value changes after transmission, data corruption occurred during transfer. This is a key data integrity control for system-to-system data transfers. Answer C is correct. Access controls (A) restrict who can initiate transfers. Data masking (B) protects confidentiality. Retention policies (D) govern storage duration.
Which of the following is the primary risk of poor data quality in an organization's financial reporting systems?
Explanation: Poor data quality in financial systems directly risks producing inaccurate financial reports - potentially leading to material misstatements, regulatory violations, and loss of stakeholder confidence. Answer D is correct. Network latency (A), storage costs (B), and employee morale (C) are secondary or operational concerns, not the primary risk.
Which of the following best describes 'data profiling' as a data quality assessment technique?
Explanation: Data profiling examines the characteristics of a dataset - completeness, format consistency, value ranges, null rates - to identify quality issues before the data is used in analytics or processing. Answer C is correct. Encryption (A), user personas (B), and data lineage (D) are unrelated to data profiling.
A company uses a data quality scorecard to measure and monitor the quality of data across key systems. Which of the following is the primary benefit of this approach?
Explanation: A data quality scorecard provides continuous measurement and trending of quality metrics, enabling organizations to detect deteriorating data quality early and take corrective action. Answer A is correct. Scorecards supplement, not replace, internal audit (B). Automatic correction does not result from scorecards alone (C). Human oversight by data stewards remains necessary (D).
Which of the following data quality dimensions is most critical when using data for real-time financial transaction processing?
Explanation: Real-time transaction processing requires data to be current and available at the moment of the transaction - timeliness is paramount. Stale data can lead to incorrect transaction outcomes. Answer B is correct. Historical accuracy (A) is important but not the most critical for real-time processing. Completeness of optional fields (C) is not critical. Uniqueness (D) is always important but is not the dimension most at risk in real-time scenarios.
An IT auditor reviews the data entry controls for a payroll system and finds that the system accepts salary amounts of zero dollars for active employees without generating an alert. This represents a failure of which type of control?
Explanation: Accepting zero salary for active employees without an alert is a failure of input validation - a reasonableness or logic check that should flag implausible entries. Answer D is correct. Output controls (A) detect errors after processing. Access controls (B) restrict who can enter data. Encryption (C) protects data confidentiality.