- Exam Prep Document | 2026/2027 Edition | 250 Verified
Questions
WGU D561 Information Systems for Accounting and Control Exam 2026-2027 QUESTIONS AND ANSWERS
ALREADY GRADED A+. 100% Verified Solutions | Updated Per Latest Guidelines | Graded A+
This comprehensive exam preparation document contains 250 verified questions and detailed solutions
for WGU D561 Information Systems for Accounting and Control. Designed for the 2026/2027
academic year, it covers all key topics including accounting information systems, internal controls,
data analytics, and system documentation. Each question is accompanied by a thorough rationale to
reinforce learning and ensure exam readiness. Updated to reflect the latest course guidelines, this
resource is essential for achieving a high score.
Key Features:
Accounting Information Systems (AIS) fundamentals
Internal controls and risk management
Data analytics and decision support
System documentation and modeling
Auditing and assurance in IT environments
Ethics and professional standards
Updates for 2026:
- Updated to reflect 2026/2027 course revisions
- Added new questions on emerging technologies like blockchain and AI in accounting
- Enhanced rationales with step-by-step explanations
- Revised content to align with latest AICPA and ISACA frameworks
- Improved answer formatting for clarity and consistency
Abstract:
This document provides a rigorous examination of information systems as applied to accounting and control,
tailored for WGU D561. The 250 verified questions span core areas: accounting information systems design,
internal control frameworks (COSO, COBIT), data analytics for decision-making, system documentation
techniques (DFD, flowcharting), and audit considerations in computerized environments. Each solution includes a
detailed rationale explaining the correct answer and distractor analysis, reinforcing conceptual understanding.
The content is updated for 2026/2027, incorporating recent developments in cybersecurity, cloud computing, and
regulatory compliance. This resource is ideal for students seeking to master the intersection of accounting and
information technology, ensuring preparedness for both the exam and professional practice.
Keywords:
WGU D561, Information Systems for Accounting, Accounting Information Systems, Internal Controls, Data
Analytics, System Documentation, Audit, Exam Prep
Answer Format:
Each question includes the correct answer marked in bold, followed by a comprehensive rationale explaining why
it is correct and why the other options are incorrect. Distractors are analyzed to highlight common misconceptions,
ensuring deep understanding of the material.
Compliance Checklist:
All questions verified against WGU D561 course objectives
Page 1
, Updated for 2026/2027 academic year guidelines
Rationales include step-by-step explanations
Distractor analysis provided for each question
Content aligns with AICPA and ISACA frameworks
Covers all key exam topics with balanced weight
Content Area Overview:
Content Area Questions Key Topics Weight
Accounting Information Systems 1-50 AIS overview, transaction cycles, system 20%
Fundamentals architecture, data management
Internal Controls and Risk 51-100 COSO framework, control activities, risk 20%
Management assessment, fraud prevention
Data Analytics and Decision 101-150 Data visualization, predictive analytics, 20%
Support business intelligence, big data
System Documentation and 151-200 Data flow diagrams, flowcharts, REA 20%
Modeling modeling, UML
Auditing and Assurance in IT 201-250 IT audit process, computer-assisted audit 20%
techniques, cybersecurity, compliance
Page 2
,Q1. In designing a relational database for an accounting information system, which normalization
step eliminates partial dependencies by ensuring that every non-key attribute is fully functionally
dependent on the entire primary key?
A. First Normal Form (1NF)
B. Second Normal Form (2NF)
C. Third Normal Form (3NF)
D. Boyce-Codd Normal Form (BCNF)
Correct Answer: B. Second Normal Form (2NF)
Rationale: Second Normal Form (2NF) requires that all non-key attributes be fully functionally dependent
on the entire primary key, eliminating partial dependencies. 1NF only requires atomic values; 3NF
eliminates transitive dependencies; BCNF is a stricter version of 3NF.
Why Wrong:
A - 1NF only requires atomic columns and a unique identifier, not addressing partial dependencies.
C - 3NF addresses transitive dependencies, not partial dependencies.
D - BCNF is a stronger form than 3NF and does not specifically target partial dependencies.
Reference: Romney, M. B., & Steinbart, P. J. (2021). Accounting Information Systems, 15th Ed., Ch. 5
Q2. A company uses a cloud-based ERP system with role-based access control. Which combination
of segregation of duties conflicts would most likely arise if a single user is granted both the 'create
purchase order' and 'receive goods' roles?
A. Fraudulent payment processing and inventory theft
B. Duplicate vendor creation and unauthorized write-offs
C. Overstatement of accounts payable and understatement of inventory
D. Unauthorized credit memos and revenue overstatement
Correct Answer: A. Fraudulent payment processing and inventory theft
Rationale: Combining 'create purchase order' and 'receive goods' allows a user to create a fictitious
purchase and then record receipt, enabling fraudulent payment to a fake vendor and potential inventory
theft. Other conflicts involve different functions.
Why Wrong:
B - Vendor creation and write-offs are not directly related to purchase order and goods receipt.
C - Overstatement of AP and understatement of inventory would not directly result from this
conflict.
D - Credit memos and revenue overstatement relate to sales and billing cycles, not procurement.
Reference: Romney & Steinbart (2021). Accounting Information Systems, 15th Ed., Ch. 7
Page 3
, Q3. During an audit of a company's revenue cycle, an auditor uses Benford's Law to test the
distribution of invoice amounts. Which of the following findings would most strongly indicate
potential manipulation?
A. The first digit distribution closely matches Benford's expected frequencies
B. The last digit distribution shows an unusually high frequency of the digit 9
C. The first digit '1' appears 29% of the time and '9' appears 5% of the time
D. The second digit distribution shows a uniform distribution across digits 0-9
Correct Answer: B. The last digit distribution shows an unusually high frequency of the digit 9
Rationale: Benford's Law primarily applies to first digits; last digit analysis is not standard. However, a
high frequency of the digit 9 in the last position may suggest rounding up to avoid detection. Option C
matches expected Benford frequencies; option D shows uniformity which is not inherently suspicious.
Why Wrong:
A - Close match to Benford's Law indicates data integrity, not manipulation.
C - These percentages are within expected Benford frequencies for first digits.
D - Second digit distribution is not typically tested; uniformity is not a red flag.
Reference: Nigrini, M. J. (2020). Forensic Analytics, 2nd Ed., Ch. 3
Q4. Which of the following is the most critical control for preventing unauthorized access to
sensitive financial data in a public cloud environment?
A. Encryption of data at rest and in transit
B. Regular vulnerability scanning of the cloud infrastructure
C. Multi-factor authentication for all user accounts
D. Implementation of a security information and event management (SIEM) system
Correct Answer: C. Multi-factor authentication for all user accounts
Rationale: Multi-factor authentication (MFA) is the most effective control against credential theft and
unauthorized access. While encryption, vulnerability scanning, and SIEM are important, they do not
directly prevent unauthorized access if credentials are compromised.
Why Wrong:
A - Encryption protects data if accessed, but does not prevent unauthorized access itself.
B - Vulnerability scanning identifies weaknesses but does not prevent access in real time.
D - SIEM provides monitoring and alerting, but does not block unauthorized access.
Reference: ISACA (2023). CISA Review Manual, 27th Ed., Ch. 5
Page 4