IBM
C2010-507 · Question #46
An administrator is given the task tomonitor for a specific logical disk name on a specific server name and to trigger a situation if there is less than 5% free space. Which expressions give the best
The correct answer is A. Server Name = testserver01 AND Logical Disk Name = CAND % Free < 5. See the full explanation below for the reasoning.
Question
An administrator is given the task tomonitor for a specific logical disk name on a specific server name and to trigger a situation if there is less than 5% free space. Which expressions give the best performance for that situation?
Options
- AServer Name = testserver01 AND Logical Disk Name = CAND % Free < 5
- BLogical Disk Name = C AND % Free < 5 AND Server Name = testserver01
- C% Free < 5 AND Logical Disk Name = C AND Server Name = testserver01
- DLogical Disk Name = C AND Server Name = testserver01 AND % Free < 5
How the community answered
(31 responses)- A77% (24)
- B13% (4)
- C6% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.