VMware Workspace ONE Advanced (VCAP-DTM Design) — Question 21
When meeting with a customer, these VM template requirements for instant-clone are determined:
✑ 2 vCPU
✑ 4 GB Memory
✑ 20 GB OS disk
Which is the formula to design a 40% utilization strategy for 80 desktops, given the above requirements?
Answer options
- A. 80 * ((0.4 * 20) + 4) +20
- B. 80 * (0.4 * 20) + 20
- C. 80 * ((0.4 * 20) + 4) + (2*20)
- D. 80 * (0.4 * 20) + (2*20)
Correct answer: A
Explanation
Option A is correct because it accurately calculates the resource requirements by considering both the OS disk and memory usage per desktop. The other options either omit the memory calculation or miscalculate the total resource needs, leading to incorrect formulas for the 40% utilization strategy.