SK0-004 · Question #712
A systems administrator is experiencing slowness with an application. Users are reporting the same problem. Which of the following documents would MOST likely be used to determine the cause of the…
The correct answer is C. Dataflow diagram. A dataflow diagram maps how data moves through processes and systems, making it the most effective tool for identifying bottlenecks or delays responsible for application slowness.
Question
A systems administrator is experiencing slowness with an application. Users are reporting the same problem. Which of the following documents would MOST likely be used to determine the cause of the slowness?
Options
- ANetwork diagram
- BServer manuals
- CDataflow diagram
- DRecovery documentation
How the community answered
(20 responses)- A5% (1)
- B15% (3)
- C70% (14)
- D10% (2)
Why each option
A dataflow diagram maps how data moves through processes and systems, making it the most effective tool for identifying bottlenecks or delays responsible for application slowness.
A network diagram shows the physical or logical layout of network devices and connections, not how application data is processed, so it does not help identify application-level bottlenecks.
Server manuals contain hardware specifications and operational procedures for physical equipment and provide no insight into how an application processes data or where performance issues originate.
A dataflow diagram illustrates the path data takes through an application - including processes, data stores, and external interfaces - allowing the administrator to visually trace where processing delays or bottlenecks are occurring. By following the data flow, the administrator can correlate specific stages in the diagram to the slowness reported by users and pinpoint the failing component.
Recovery documentation outlines procedures for restoring systems after a failure or disaster and is not applicable to diagnosing the cause of an ongoing performance issue.
Concept tested: Using dataflow diagrams for application performance troubleshooting
Topics
Community Discussion
No community discussion yet for this question.