CAS-001 · Question #248
The sales staff at a software development company has received the following requirements from a customer: "We need the system to notify us in advance of all software errors and report all outages"…
The correct answer is C. The system shall email the administrator when processing deviates from expected conditions and. The correct answer is C. The customer's two requirements are: (1) notify in advance of errors ('notify us in advance of all software errors') and (2) report outages ('report all outages'). Option C satisfies both: 'deviates from expected conditions' translates to proactive…
Question
The sales staff at a software development company has received the following requirements from a customer:
"We need the system to notify us in advance of all software errors and report all outages". Which of the following BEST conveys these customer requirements to the software development team to understand and implement?
Options
- AThe system shall send a status message to a network monitoring console every five seconds while
- BThe system shall alert the administrator upon the loss of network communications and when error
- CThe system shall email the administrator when processing deviates from expected conditions and
- DThe system shall email the administrator when an error condition is detected and a flag is thrown
How the community answered
(41 responses)- A2% (1)
- B15% (6)
- C76% (31)
- D7% (3)
Explanation
The correct answer is C. The customer's two requirements are: (1) notify in advance of errors ('notify us in advance of all software errors') and (2) report outages ('report all outages'). Option C satisfies both: 'deviates from expected conditions' translates to proactive, predictive alerting before a full error occurs - matching 'in advance'; and 'when unavailable' directly maps to outage reporting. Option A sends periodic status messages but doesn't address error prediction or outage alerting. Option B reacts to network loss and error codes but lacks the proactive 'in advance' element. Option D only reacts after an error is already detected, not before.
Topics
Community Discussion
No community discussion yet for this question.