CISA · Question #182
Which of the following is the MOST efficient way to identify fraudulent activity on a set of transactions?
The correct answer is D. Benford's law analysis. Benford's Law (D) states that in naturally occurring numerical datasets, leading digits follow a predictable logarithmic distribution (digit 1 appears most frequently, digit 9 least). When people fabricate numbers - such as in fraudulent transactions - they tend to distribute dig
Question
Which of the following is the MOST efficient way to identify fraudulent activity on a set of transactions?
Options
- AControl self-assessments (CSAs)
- BInterviews with control owners
- CRegression analysis
- DBenford's law analysis
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C7% (2)
- D85% (23)
Explanation
Benford's Law (D) states that in naturally occurring numerical datasets, leading digits follow a predictable logarithmic distribution (digit 1 appears most frequently, digit 9 least). When people fabricate numbers - such as in fraudulent transactions - they tend to distribute digits more uniformly or favor certain numbers, deviating from this expected pattern. Applying Benford's Law analysis to a transaction dataset quickly and efficiently flags statistically anomalous entries for further review without examining every record manually. Control self-assessments (A) rely on the honesty of control owners - unreliable for detecting fraud. Interviews (B) are subjective and time-consuming. Regression analysis (C) models relationships between variables but is not specifically designed to detect fabricated or anomalous numerical entries.
Topics
Community Discussion
No community discussion yet for this question.