3V0-21.23 · Question #142
What is an example of a performance design quality?
The correct answer is A. The solution must scale to meet spikes in CPU demand. Performance design quality refers to ensuring that the system can handle the expected load and operate efficiently under varying conditions. This includes the ability to handle spikes in demand, such as CPU usage, without degradation in service. The statement "The solution must…
Question
What is an example of a performance design quality?
Options
- AThe solution must scale to meet spikes in CPU demand.
- BThe solution must provide 40 physical CPU cores and 20 TB of physical memory.
- CThe solution must support applications with a maximum tolerable downtime (MTD) of four hours.
- DThe solution must support applications with 1,000 transactions per second (TPS).
How the community answered
(44 responses)- A93% (41)
- C5% (2)
- D2% (1)
Explanation
Performance design quality refers to ensuring that the system can handle the expected load and operate efficiently under varying conditions. This includes the ability to handle spikes in demand, such as CPU usage, without degradation in service. The statement "The solution must scale to meet spikes in CPU demand" addresses how the system will handle sudden increases in workload, ensuring that the solution meets performance expectations even under peak
Topics
Community Discussion
No community discussion yet for this question.