An administrator is installing vCenter Server for an environment that has 40 ESXi 6.x Hosts and 150 virtual machines. Which database would meet the minimal requirements needed for this task?

A. vFabric Postgres
B. Microsoft SQL Express 2008
C. Microsoft SQL Server 2014
D. Oracle 11g

Answer: A. vFabric Postgres

Computer Science & Information Technology

You might also like to view...

Consider a class hierarchy that includes a class called Vehicle, with subclasses called Car and Airplane. The Vehicle class has a method called getMaxSpeed, which is overridden in the Car class. The getMaxSpeed of the Vehicle class returns 760 mph, while the getMaxSpeed method of the Car class is overridden to return 150 mph. What is the output of the following snippet of code? Explain your answer.

What will be an ideal response? ``` Vehicle v = new Car(); System.out.println(v.getMaxSpeed() + “ mph”); ```

Computer Science & Information Technology

The Pages panel only shows page icons for the pages in the document that contain artwork or text.

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

Computer Science & Information Technology