CISA · Question #598
Which of the following would BEST assist an IS auditor in understanding the inputs and outputs of a microservice-oriented application?
The correct answer is A. Data flow diagrams. For a microservices architecture, the most effective way to understand data movement between components is through data flow diagrams (DFDs). DFDs clearly show inputs, outputs, processes, and data stores, helping auditors trace data movement across distributed services. Option…
Question
Which of the following would BEST assist an IS auditor in understanding the inputs and outputs of a microservice-oriented application?
Options
- AData flow diagrams
- BNetwork architecture diagrams
- CBusiness requirements documentation
- DEntity-relationship diagrams
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- D5% (1)
Explanation
For a microservices architecture, the most effective way to understand data movement between components is through data flow diagrams (DFDs). DFDs clearly show inputs, outputs, processes, and data stores, helping auditors trace data movement across distributed services. Option A: Correct - DFDs highlight application inputs/outputs. Option B: Network diagrams show infrastructure but not logical data flows. Option C: Business requirements document functional needs, not technical flows. Option D: ER diagrams describe database structures, not process flows.
Topics
Community Discussion
No community discussion yet for this question.