156-561 · Question #3
Which autoscaling method requires the VM to temporarily shut down while it processes system modification?
The correct answer is B. Vertical Scaling. Vertical Scaling (scaling up) requires resizing a VM's CPU, RAM, or storage - a process that typically demands a reboot to apply the hardware-level changes, causing temporary downtime. Horizontal Scaling (scaling out) avoids downtime entirely by adding or removing additional VM…
Question
Which autoscaling method requires the VM to temporarily shut down while it processes system modification?
Options
- ABoth Vertical and Horizontal Scaling
- BVertical Scaling
- CHorizontal Scaling
- DNeither autoscaling method requires the VM to shutdown
How the community answered
(52 responses)- A2% (1)
- B88% (46)
- C6% (3)
- D4% (2)
Explanation
Vertical Scaling (scaling up) requires resizing a VM's CPU, RAM, or storage - a process that typically demands a reboot to apply the hardware-level changes, causing temporary downtime. Horizontal Scaling (scaling out) avoids downtime entirely by adding or removing additional VM instances without touching existing ones, so option C is wrong. Option A is wrong because horizontal scaling does not require shutdown, and option D is wrong because vertical scaling clearly does. Option B alone correctly identifies the one method that forces a temporary shutdown.
Memory tip: Think of "Vertical = Vulnerable" - you must take the machine down to build it up, while horizontal scaling just spins up neighbors without disturbing anyone.
Topics
Community Discussion
No community discussion yet for this question.