C1000-156 · Question #56
What strategies are effective when dealing with resource restrictions for performance optimization? (Choose two)
The correct answer is A. Allocating resources based on the popularity of applications C. Dynamically adjusting resource allocation based on usage. Allocating resources based on application popularity (A) ensures that the most-used applications receive adequate resources, maximizing overall system efficiency rather than distributing resources equally regardless of demand. Dynamically adjusting resource allocation based on…
Question
What strategies are effective when dealing with resource restrictions for performance optimization? (Choose two)
Options
- AAllocating resources based on the popularity of applications
- BIgnoring resource usage warnings to maximize performance
- CDynamically adjusting resource allocation based on usage
- DEncouraging users to perform resource-intensive tasks during peak hours
How the community answered
(21 responses)- A76% (16)
- B14% (3)
- D10% (2)
Explanation
Allocating resources based on application popularity (A) ensures that the most-used applications receive adequate resources, maximizing overall system efficiency rather than distributing resources equally regardless of demand. Dynamically adjusting resource allocation based on usage (C) allows systems to respond in real-time to shifting workloads - scaling up when demand spikes and reclaiming resources when demand drops - which is the cornerstone of modern performance optimization. Option B is wrong because ignoring resource warnings leads to resource exhaustion, bottlenecks, and outages rather than improved performance. Option D is the opposite of good practice - resource-intensive tasks should be scheduled during off-peak hours to prevent overloading already-strained systems. Memory tip: Think "smart and adaptive" - effective strategies either prioritize intelligently (A) or adapt automatically (C); anything that ignores signals (B) or adds load at the worst time (D) is a trap.
Topics
Community Discussion
No community discussion yet for this question.