A new application needs to be deployed on a virtual server. The virtual server hosts a SQL server that is used by several employees. Which of the following is the BEST approach for implementation of the new application on the virtual server?

A. Take a snapshot of the virtual server after installing the new application and store the snapshot in a secure location.
B. Generate a baseline report detailing all installed applications on the virtualized server after installing the new application.
C. Take a snapshot of the virtual server before installing the new application and store the snapshot in a secure location.
D. Create an exact copy of the virtual server and store the copy on an external hard drive after installing the new application.


Answer: C. Take a snapshot of the virtual server before installing the new application and store the snapshot in a secure location.

Computer Science & Information Technology

You might also like to view...

Class WebClient’s ________ method starts a new Task in a separate thread and uses the URL specified as the method’s string argument to request information from a web server.

a) RequestWebStringAsync b) QueryWebStringAsync c) StartTaskStringAsync d) DownloadStringTaskAsync

Computer Science & Information Technology

The length of the longest path from the root of a binary tree to a leaf is called

A) the height of the tree B) the level of the tree C) the max-path length of the tree D) the peak length of the tree

Computer Science & Information Technology

The stream manipulator ____ sets the floating-point precision to n places.

a. setprecision(n) b. setw(n) c. setfill(‘x’) d. showbase

Computer Science & Information Technology

Calculations are preformed from right to left, working toward the equal sign.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology