A newly hired administrator is tasked to change the number of CPUs assigned to a VM. Which of the following if the FIRST step the administrator should do during a scheduled maintenance window?

A. Create a snapshot.
B. Back up the host.
C. Shut down the guest.
D. Shut down the host.

Answer: A. Create a snapshot.

Computer Science & Information Technology

You might also like to view...

The most basic element of a PowerPoint presentation is a ________

A) table B) sheet C) slide D) page

Computer Science & Information Technology

Which of the following correctly defines a data member that is a constant:

a) const int maxScore = 100; b) enum {maxScore = 100}; c) const enum {maxScore = 100}; d) int maxScore = 100 const;

Computer Science & Information Technology