David T Prep Vcp5 Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By DavidTarr
D
DavidTarr
Community Contributor
Quizzes Created: 1 | Total Attempts: 427
| Attempts: 427 | Questions: 200
Please wait...
Question 1 / 200
0 %
0/100
Score 0/100
1. When deploying an OVF template, the resulting virtual disk is created in what file format?

Explanation

When deploying an OVF template, the resulting virtual disk is created in the VMDK file format. VMDK is the file format used by VMware for virtual machine disk files. It stands for Virtual Machine Disk and is a widely supported format that can be used with various virtualization platforms. The VMDK file contains all the data and settings of the virtual disk, allowing it to be easily transported and used across different virtualization environments.

Submit
Please wait...
About This Quiz
David T Prep Vcp5 Test - Quiz

The 'David T Prep VCP5 Test' is designed to evaluate skills in managing VMware vSphere environments, specifically ESXi 5. X hosts. It assesses knowledge in VM performance optimization,... see moreresource management, fault tolerance, host profile application, and IP allocation policies, crucial for effective virtualization management. see less

2.
An administrator has just finished deploying a vApp for a web service.
What three options are available to the administrator for IP allocation within the vApp? (Choose
three.)

Explanation

The administrator has three options for IP allocation within the vApp: Transient, Fixed, and DHCP.

- Transient IP allocation means that the IP address is assigned dynamically and can change each time the vApp is powered on or off. This is useful for temporary or short-term deployments.

- Fixed IP allocation means that the IP address is manually assigned and remains constant even if the vApp is powered on or off. This is useful for long-term or permanent deployments.

- DHCP IP allocation means that the IP addresses are assigned by a DHCP server within the network. This is useful for automatically assigning and managing IP addresses in a large-scale deployment.

These options provide flexibility and control over IP allocation within the vApp.

Submit
3. What are two valid Resource settings that can be set at the vApp level? (Chose two.)

Explanation

At the vApp level, two valid resource settings that can be set are CPU and Memory. These settings allow users to allocate specific amounts of CPU and memory resources to the vApp, ensuring that it has the necessary computational power and memory capacity to run efficiently. By adjusting these settings, users can optimize the performance of the vApp based on its specific requirements and workload.

Submit
4.
Which VMware solution uses the security of a vSphere implementation and provides linked-clone
technology to virtual desktops?

Explanation

VMware View is the correct answer because it is a VMware solution that utilizes the security features of vSphere and offers linked-clone technology to virtual desktops. VMware ACE is not the correct answer as it is a separate product that provides secure remote access to virtual machines. VMware Workstation is a desktop virtualization solution for running multiple operating systems on a single machine, and VMware ThinApp is a tool for virtualizing applications.

Submit
5. An administrator has configured a virtual machine using the Emulate IDE mode for the DVD drive. Using the vSphere Client from a remote PC, an administrator wants to connect to a virtual machine and burn a DVD, but is getting error messages in the disk burning application.     What must the administrator do to fix this issue?

Explanation

The administrator is getting error messages in the disk burning application because the virtual machine is configured to use Emulate IDE mode for the DVD drive. To fix this issue, the administrator should change the DVD mode to Passthrough IDE. This will allow the virtual machine to directly access the physical DVD drive on the host machine, resolving the error messages and enabling the administrator to burn a DVD.

Submit
6.
An administrator is editing the IP allocation policy for a vApp. 
Which three options are available? (Choose three.) 

Explanation

The administrator has the option to choose between three IP allocation policies for the vApp: Transient, DHCP, and Fixed. The Transient option means that IP addresses are allocated to virtual machines within the vApp dynamically, and they can change each time the vApp is powered on. The DHCP option allows the use of a DHCP server to allocate IP addresses to the virtual machines. The Fixed option means that IP addresses are manually assigned to the virtual machines and remain the same even when the vApp is powered off and on again.

Submit
7. A group of virtual machines has been deployed using thin disks because of limited storage space availability. The storage team has expressed concern about extensive use of this type of provisioning. At which level can the administrator set an alarm to notify the storage team?

Explanation

The administrator can set an alarm at the datastore level to notify the storage team. Since the virtual machines have been deployed using thin disks due to limited storage space availability, the storage team may be concerned about the potential impact on storage resources. By setting an alarm at the datastore level, the administrator can monitor and notify the storage team about any potential issues or limitations related to storage usage.

Submit
8. In a vSphere HA cluster, what is the maximum number of point-to-point communication links to the slaves does each master maintain?

Explanation

In a vSphere HA cluster, each master maintains a maximum of 32 point-to-point communication links to the slaves. This means that the master can communicate with up to 32 slave nodes in the cluster. This limit ensures efficient communication and coordination between the master and the slave nodes for high availability and failover purposes.

Submit
9. While performing a security check the vSphere administrator finds unassigned AD accounts with vSphere permissions. If the accounts are removed from Active Directory what will happen to any user logged into vCenter with those accounts?

Explanation

If the unassigned AD accounts with vSphere permissions are removed from Active Directory, the user logged into vCenter with those accounts will be able to remain logged in for up to 24 hours.

Submit
10. The RDP performance for a virtual machine on an ESXi 5.x host appears to be degraded. What are two possible causes of the problem? (Choose two.)

Explanation

not-available-via-ai

Submit
11. Why is converting a virtual machine to a template significantly faster than creating a clone of the virtual machine?

Explanation

Converting a virtual machine to a template is significantly faster than creating a clone because making a clone creates a full copy of the VMDK file. This means that all the data and configurations of the virtual machine are duplicated, resulting in a larger file size and more time required for the cloning process. On the other hand, converting a virtual machine to a template involves creating a reusable template that can be easily deployed multiple times, without the need to duplicate all the data and configurations.

Submit
12. A company has converted several physical machines to virtual machines but are seeing significant performance issues on the converted machines. The host is configured with sufficient memory and storage does not appear to be a bottleneck. Which metric can be checked to determine if CPU contention exists on an ESXi 5.x host?

Explanation

The metric that can be checked to determine if CPU contention exists on an ESXi 5.x host is %RDY. This metric represents the percentage of time a virtual machine is ready to run but is unable to do so because the CPU is busy with other tasks. A high %RDY value indicates that there is contention for CPU resources and can explain the performance issues on the converted machines.

Submit
13. The page file for a Windows guest operating system or the swap partition for a Linux guest operating system is created by.

Explanation

The page file for a Windows guest operating system or the swap partition for a Linux guest operating system is created by the guest operating system itself. This is because the page file or swap partition is a part of the guest operating system's memory management system and is used to temporarily store data that cannot fit in the physical memory. The guest operating system determines the size and location of the page file or swap partition based on its own settings and requirements.

Submit
14. A user wants to receive an email notification when the virtual machine CPU usage enters a warning state and again when the condition enters a alarm state. Which two state changes must be selected to receive the appropriate notifications? (Choose two.)

Explanation

To receive email notifications when the virtual machine CPU usage enters a warning state and again when it enters an alarm state, the user must select the Yellow-red state change and the Green-yellow state change. The Yellow-red state change indicates a transition from a warning state (yellow) to an alarm state (red), while the Green-yellow state change indicates a transition from an alarm state (red) back to a warning state (yellow). By selecting these two state changes, the user will receive notifications for both the warning and alarm states.

Submit
15. A vSphere environment is created with two virtual machines, VM23 and VM43. Each virtual machine has an instance of the front-end web application for the company's manufacturing management database.  A physical load-balancer is configured for the application.   Which type of DRS rule should be implemented for VM23 and VM43?

Explanation

The correct answer is A. Separate Virtual Machines. In this scenario, each virtual machine is running an instance of the front-end web application. By implementing the Separate Virtual Machines DRS rule, it ensures that VM23 and VM43 are kept on separate hosts to distribute the load evenly and provide better performance and availability for the application. This rule prevents both virtual machines from being placed on the same host, reducing the risk of a single point of failure.

Submit
16. A database administrator has reported periodic poor performance on a particular virtual machine. The virtual machine administrator has noticed a significant drop in performance when utilized memory exceeds 1GB.     What does this indicate and what could be checked next?

Explanation

This answer suggests that the poor performance on the virtual machine is likely due to a lack of physical memory. The drop in performance when utilized memory exceeds 1GB indicates that the virtual machine may not have enough memory available. To further investigate this issue, the compression and swap activity on the ESXi host should be checked next. This will help determine if the virtual machine is experiencing memory-related issues and if there is a need to allocate more physical memory to improve performance.

Submit
17. When memory is overcommitted, which two values can an administrator vary to increase the amount of physical memory granted to a given virtual machine? (Choose two.)

Explanation

An administrator can vary the "Shares" value and the "Memory Reservation" value to increase the amount of physical memory granted to a given virtual machine. By increasing the "Shares" value, the virtual machine will have a higher priority for memory allocation compared to other virtual machines. By increasing the "Memory Reservation" value, a specific amount of physical memory will be reserved exclusively for the virtual machine, ensuring that it always has that amount of memory available.

Submit
18. What virtual machine action listed below can be performed on a template?

Explanation

A virtual machine template is a pre-configured image that can be used to create multiple instances of a virtual machine. Cloning a template creates a new virtual machine using the same configuration and settings as the template. This allows for easy and efficient deployment of multiple instances of the same virtual machine. Cloning is a common action performed on a template to quickly create new virtual machines without having to manually configure each one.

Submit
19. A user attempts a remote SSH connection to a newly-installed ESXi 5.x host to execute some commands. The SSH connection attempt fails, though the user is able to receive a ICMP ping back from the host. What must the administrator do to enable SSH? (Choose two.)

Explanation

To enable SSH on the newly-installed ESXi 5.x host, the administrator must open the SSH port on the ESXi firewall and start the SSH service on the ESXi server. Opening the SSH port on the firewall allows incoming SSH connections to reach the server, while starting the SSH service ensures that the server is actively listening for SSH connections. By doing these two steps, the user will be able to establish a remote SSH connection to the ESXi host and execute commands.

Submit
20. An administrator creates a new Role of "Virtual Machine Creator" for members of the helpdesk and server teams. Privileges include. Datastore - Allocate space Network - Assign network Resource - Assign virtual machine to resource pool Virtual machine > Configuration - all Virtual machine > Interaction - all The new role is granted to the teams at the appropriate VMs and Templates folder, Cluster and Datastore objects. After applying the role, users report they are unable to create new Virtual Machines. What should be changed to allow new virtual machines to be created?

Explanation

To allow users to create new virtual machines, the administrator should add a privilege to the role "Virtual machine > Inventory - Create new". This privilege is necessary to grant users the ability to create new virtual machines within the VMs and Templates folder, Cluster, and Datastore objects where the role has been applied. Without this privilege, users will not have the necessary permissions to create new virtual machines.

Submit
21. What is the size of a virtual machine .vswp file?

Explanation

The size of a virtual machine .vswp file is set to the amount of memory allocated for the virtual machine minus any memory reservation. This means that the .vswp file will be equal to the difference between the total memory allocated to the virtual machine and any memory that has been reserved specifically for other purposes. The .vswp file acts as a swap file for the virtual machine, allowing it to temporarily store data that cannot fit in its allocated memory.

Submit
22. An administrator is attempting to clone a running virtual machine, but receives an error that prevents that the virtual machine is using a device that prevents the operation. What two device types listed below could be causing this error? (Choose two.)

Explanation

The administrator is trying to clone a running virtual machine but encounters an error. This error could be caused by two device types: an independent mode virtual disk and a physical compatibility mode RDM. These devices could be preventing the operation because they are not compatible with the cloning process.

Submit
23.
What are three valid objects to place in a vApp? (Choose three.)

Explanation

The question is asking for three valid objects that can be placed in a vApp. A vApp is a container for virtual machines and other vApp templates. Resource pools are used to allocate resources to virtual machines, so they can be placed in a vApp. vApps themselves can also be placed in a vApp, allowing for nested vApps. Finally, virtual machines are the main components of a vApp, so they can also be placed in a vApp. Therefore, the correct answers are C. Resource pools, D. vApps, and E. Virtual machines.

Submit
24.    Users have reported performance issues with an application running on a Windows VM. Performance analysis shows high CPU activity on the ESXi host but low CPU activity on the Windows VM.     A high value in which overview graph and counter on the virtual machine's Performance tab would confirm the results of the performance analysis?

Explanation

A high value in the CPU (%) / Ready counter on the virtual machine's Performance tab would confirm the results of the performance analysis. This is because the high CPU activity on the ESXi host indicates that the host is ready to process tasks, but the low CPU activity on the Windows VM suggests that the VM is not utilizing the available CPU resources efficiently. Therefore, a high value in the CPU (%) / Ready counter would indicate that the VM is not able to keep up with the demand for CPU resources, confirming the performance issues reported by users.

Submit
25. An administrator decides to use Data Recovery to back up some key virtual machines. What is the process to install Data Recovery?

Explanation

The correct answer is C because it states that the administrator should download the current OVF package from VMware.com and use the Deploy OVF from Template option on a machine with the vSphere Client installed. This suggests that the installation process involves downloading the necessary files and using the vSphere Client to deploy the OVF template, which is the recommended method for installing Data Recovery.

Submit
26. What options must be configured in the vCenter Server settings before email alerts can be sent? (Choose two.)

Explanation

To send email alerts from vCenter Server, two options must be configured in the vCenter Server settings. The first option is the Sender email address, which is the email address from which the alerts will be sent. The second option is the SMTP server information, which includes the server address and port number for the email server that will be used to send the alerts. These two options are necessary to ensure that the email alerts are properly sent from vCenter Server to the intended recipients.

Submit
27. Which functions can be performed with the Plug-in Manager? (Choose two.)

Explanation

The Plug-in Manager allows users to perform two functions. The first function is to enable an installed plug-in, which means activating a plug-in that has been installed but is currently not in use. The second function is to view the status of installed plug-ins, which provides information about the installed plug-ins such as whether they are active or inactive. Removing permissions for a plug-in and uninstalling a plug-in are not mentioned as functions that can be performed with the Plug-in Manager.

Submit
28. An administrator is performing upgrades to ESXi 5.x from ESX 3.x and ESX 4.x hosts. What is true about this procedure?

Explanation

The correct answer is B because ESX 3.x hosts can be upgraded to ESX 4.x before upgrading to ESXi 5.x. This means that a direct, in-place upgrade from ESX 3.x to ESXi 5.x is not possible and an intermediate upgrade to ESX 4.x is required.

Submit
29.     Which statement is true about the network performance of the virtual machine in the exhibit?

Explanation

The exhibit does not provide any information about the maximum speed of the virtual machine's network connection. However, it does mention that the virtual machine can send traffic as fast as the underlying virtual switch allows. This means that the network performance of the virtual machine is limited by the capabilities of the virtual switch, not by any specific maximum speed. Therefore, option B is the correct answer.

Submit
30. Which conditions are true regarding an ESXi 5.x host placed into maintenance mode while a member of a DRS cluster? (Choose two.)

Explanation

In a DRS cluster, when an ESXi host is placed into maintenance mode, the behavior depends on the DRS cluster mode and vMotion configuration. If the DRS cluster is in fully automated mode and vMotion is configured, the virtual machines on the host will be automatically moved to other hosts in the cluster. Additionally, all the virtual machines on the host must be migrated or powered off before the ESXi host can complete entering maintenance mode.

Submit
31. What are two benefits of physical compatibility mode for RDMs, as compared to virtual compatibility mode? (Choose two.)

Explanation

Physical compatibility mode for RDMs offers two benefits compared to virtual compatibility mode. Firstly, it allows the use of SAN-aware applications, which are specifically designed to work with storage area networks. This enables better performance and functionality for applications that require direct access to SAN resources. Secondly, physical compatibility mode allows the virtual machine to access SAN hardware directly, bypassing the virtualization layer. This can enhance performance and reduce latency for applications that require direct access to the underlying storage infrastructure.

Submit
32. Which two settings are required by the deployment wizard when installing the VMware vCenter Server Virtual Appliance (vCSA)? (Choose two.)

Explanation

When installing the VMware vCenter Server Virtual Appliance (vCSA), two settings are required by the deployment wizard. The first setting is the Datastore to install on, which determines where the vCSA will be stored. The second setting is the Name of the vCenter server, which is the unique identifier for the vCSA instance. The Number of CPUs and Linked-mode settings are not required for the installation process.

Submit
33. An administrator is investigating a report of slow disk performance. Where is the most efficient place for the administrator to check?

Explanation

The most efficient place for the administrator to check for slow disk performance would be the performance tab of the virtual machine. This is because the virtual machine is the entity directly responsible for disk operations, so monitoring its performance would provide the most accurate and relevant information regarding disk performance. Checking the performance tab of the vApp, vApp resource pool, or cluster may provide some insights, but they are not as specific or focused on the disk performance of the virtual machine.

Submit
34. Virtual machine VM1 is unable to communicate with virtual machine VM2. Both virtual machines are connected to a portgroup named Production on vSwitch1 on host ESXi01. Which statement could explain why?

Explanation

VGT (Virtual Guest Tagging) and VST (Virtual Switch Tagging) are two different VLAN tagging modes. VGT allows the virtual machine to handle its own VLAN tagging, while VST requires the VLAN tagging to be handled by the virtual switch. If VM1 is configured for VGT and VM2 is configured for VST, they will not be able to communicate with each other because they are using different VLAN tagging modes.

Submit
35. A mid-size company with a vSphere 5 cluster wants to enable their helpdesk staff to be able to acknowledge alarms on the hosts. Currently the group "HelpDesk" has the Read-only role assigned to the Cluster object. Which action should the administrator perform?

Explanation

The correct answer is D. Clone the role, add the Alarms - Acknowledge Alarm privilege, replace the current role. This is the best action to perform because cloning the role allows the administrator to create a new role with the necessary privileges without affecting the current role. By adding the Alarms - Acknowledge Alarm privilege to the cloned role, the helpdesk staff will be able to acknowledge alarms on the hosts. Finally, replacing the current role with the cloned role ensures that the helpdesk staff will have the necessary permissions without any disruption to their current access.

Submit
36. Which resource management technique can be used to relieve a network bottleneck caused by a virtual machine with occasional high outbound network activity?

Explanation

Creating a new portgroup for the virtual machine and enabling traffic shaping can help relieve a network bottleneck caused by occasional high outbound network activity. By creating a separate portgroup for the virtual machine, its network traffic can be isolated and managed separately from other virtual machines in the same port group. Enabling traffic shaping allows for the control and prioritization of network traffic, ensuring that the virtual machine with high activity does not overwhelm the network and cause a bottleneck.

Submit
37. Which network driver is not supported with virtual machine hardware version 8?

Explanation

Virtual machine hardware version 8 does not support the vmxnet 2 network driver.

Submit
38. Networking policies for a vSphere Standard Switch, such as traffic shaping and security, can be overridden on which vSphere elements?

Explanation

Networking policies for a vSphere Standard Switch can be overridden on the port group. This means that specific policies, such as traffic shaping and security, can be applied to individual port groups within the vSphere environment. This allows for more granular control and customization of networking settings based on the needs of different virtual machines or groups of virtual machines.

Submit
39. Which two options will be presented during the Migrate wizard for a powered on virtual machine? (Choose two.)

Explanation

During the Migrate wizard for a powered on virtual machine, the two options that will be presented are changing the host and changing the datastore. These options allow the user to move the virtual machine to a different host or a different datastore while the virtual machine is still running. This can be useful for load balancing, resource optimization, or for maintenance purposes. The option to change the network is not available during the Migrate wizard.

Submit
40.
An administrator views the Fault Tolerance pane of the Summary tab of a virtual machine and 
finds that the current status is Not Protected. 
What are two vSphere Fault Tolerance states that would cause the virtual machine to not be 
protected? (Choose two.)   

Explanation

The correct answers are B and D. If the Fault Tolerance status is "Need Secondary VM," it means that the primary virtual machine is running without a secondary virtual machine, which makes it unprotected. If the Fault Tolerance status is "Disabled," it means that Fault Tolerance is disabled for the virtual machine, also making it unprotected.

Submit
41. An administrator is unable to connect a vSphere Client to an ESXi 5.x host. Which option can be selected from the direct console to restore connectivity without disrupting running virtual machines?

Explanation

Restarting the Management Agent from the ESXi host can restore connectivity without disrupting running virtual machines. This option allows the administrator to restart the necessary services on the host without affecting the virtual machines.

Submit
42. Which of these factors indicates a high likelihood that the performance of a virtual machine disk is being constrained by disk I/O?

Explanation

Disk performance bottlenecks are usually due to either Disk queue lenght or Disk Latency

Submit
43. What is the recommended maximum memory value that is displayed when configuring a virtual machine based upon?

Explanation

The recommended maximum memory value that is displayed when configuring a virtual machine is based on the amount of memory in the ESXi host. This is because the virtual machine's memory allocation should not exceed the available memory on the host in order to ensure optimal performance and avoid resource contention.

Submit
44. When would a license server be configured for vCenter Server 5.x?

Explanation

A license server would be configured for vCenter Server 5.x when managing ESX 3.x servers. This is because ESX 3.x servers require a license server to manage the licensing for the vCenter Server.

Submit
45. Which memory conservation technique collaborates with the server to reclaim pages that are redundant in a virtual machine or virtual machines?

Explanation

Transparent Page Sharing is a memory conservation technique that collaborates with the server to reclaim pages that are redundant in a virtual machine or virtual machines. This technique identifies and eliminates duplicate memory pages across multiple virtual machines by sharing the identical pages. By doing so, it reduces the overall memory footprint and improves memory utilization efficiency. This helps in optimizing the memory resources and improving the performance of the virtual environment.

Submit
46. An administrator is configuring a stretched HA cluster. The administrator wishes to restrict the failover of VMs to certain hosts within a given site.   Which additional vSphere feature satisfies this requirement?

Explanation

Distributed Resource Scheduler (DRS) is the additional vSphere feature that satisfies the requirement of restricting the failover of VMs to certain hosts within a given site. DRS is responsible for load balancing and resource optimization in a cluster. It automatically migrates VMs between hosts based on resource utilization. By configuring DRS rules and affinity rules, the administrator can control which hosts VMs can failover to, ensuring that they only failover to the desired hosts within the given site.

Submit
47. What are two consequences of deleting a VMFS datastore from an ESXi 5.x host? (Choose two.)  

Explanation

Deleting a VMFS datastore from an ESXi 5.x host has two consequences. First, the datastore becomes inaccessible from all connected ESXi hosts. This means that any virtual machines or data stored on the datastore cannot be accessed or used by any of the hosts. Second, when the datastore is deleted, all virtual machines and their associated data are also removed from the storage device. This means that the virtual machines and their data are permanently deleted and cannot be recovered unless they have been backed up elsewhere.

Submit
48. Acme Disposal Services is a large company which has many administrators.  For auditing purposes, each administrator must use a unique account to access ESXi Standard hosts.   Which two actions satisfy this requirement and require the least amount of administrative effort? (Choose two.)

Explanation

Configuring Authentication Services for Active Directory based authentication allows each administrator to use their unique AD account to access the ESXi hosts, ensuring that each administrator has a unique account. Configuring the Active Directory group ESX Admins with each administrator's AD account further enforces this requirement by providing a centralized way to manage and assign permissions to the administrators. These actions minimize administrative effort by leveraging existing Active Directory accounts and groups.

Submit
49.    Which network settings are only available with vSphere Distributed Switches?

Explanation

PVLAN (Private VLAN) is a feature that is only available with vSphere Distributed Switches. PVLAN allows for more granular control over network traffic by segregating network ports into different VLANs within a single VLAN. This helps enhance network security and isolation within a virtualized environment. Jumbo Frames, Load Balancing, and Promiscuous Mode are network settings that are available with both vSphere Distributed Switches and standard vSphere switches.

Submit
50. An administrator is installing a Windows Server 2008 operating system into a virtual machine on an ESXi 5.x host. What are two valid SCSI adaptors for this installation? (Choose two.)

Explanation

Paravirtual SCSI and LSI Logic SAS are both valid SCSI adapters for installing a Windows Server 2008 operating system into a virtual machine on an ESXi 5.x host. These adapters are compatible with the virtualization software and can be used to connect virtual hard drives to the virtual machine.

Submit
51. ACME Catering Services is using esxtop to troubleshoot a performance problem with one of their ESXi 5.x hosts. Host disconnections from vCenter Server as well as sluggish performance when performing tasks on the host have been observed. Based on the output in the exhibit, how many vCPU's have been assigned to FileServer01?

Explanation

Based on the output in the exhibit, we can see that the "PCPU USED(%)" column for the VM named "FileServer01" is consistently around 800%. This indicates that the VM is using 8 vCPUs, as each vCPU can utilize up to 100% of a physical CPU core. Therefore, the correct answer is D. 8.

Submit
52. How does a hardware FCoE Adapter appear to an ESXi host?

Explanation

A hardware FCoE Adapter appears to an ESXi host as a Fibre Channel Adapter. This means that the FCoE Adapter is recognized and treated as a traditional Fibre Channel Adapter by the ESXi host. It allows the host to connect to Fibre Channel storage devices and access data on them. This is different from options A, B, and C, which do not accurately describe how a hardware FCoE Adapter appears to an ESXi host.

Submit
53. What would be a valid reason to enable traffic shaping?

Explanation

Enabling traffic shaping can be a valid reason to limit the bandwidth of a FTP server. Traffic shaping allows for the control and prioritization of network traffic, ensuring that certain types of traffic or specific applications do not consume excessive bandwidth. By implementing traffic shaping on a FTP server, the bandwidth can be limited, preventing it from overwhelming the network and affecting the performance of other critical applications or services.

Submit
54.   When you are configuring the NIC teaming policy for a vSwitch, what happens when the Failback option is set to Yes?

Explanation

When the Failback option is set to Yes in the NIC teaming policy for a vSwitch, a failed uplink will be returned to active duty immediately upon recovery. This means that once the failed uplink is restored, it will be automatically reactivated and used for network traffic again without any manual intervention. This option allows for faster recovery and ensures that all available uplinks are utilized efficiently.

Submit
55.   The storage administrator is preparing an action plan to upgrade a Fibre Channel storage array. The current plan will result in extended downtime for a VMFS LUN that is part of a SDRS cluster.     What steps can be taken in a vSphere 5.x environment to minimize the impact of the downtime? (Choose two.)

Explanation

In a vSphere 5.x environment, using Storage vMotion to migrate the affected VMDKs and placing the datastore into maintenance mode can help minimize the impact of downtime during the upgrade of a Fibre Channel storage array. By using Storage vMotion, the virtual machine disks (VMDKs) can be migrated to another datastore without interrupting the VMFS LUN. Placing the datastore into maintenance mode ensures that no virtual machines are running on it during the upgrade, reducing the risk of data corruption or loss. These steps help ensure continuous availability of the virtual machines and minimize the impact of the upgrade on the SDRS cluster.

Submit
56. When creating a dvPort group, which port binding option assigns a port to a virtual machine when the virtual machine is first powered on?

Explanation

Dynamic binding is the port binding option that assigns a port to a virtual machine when it is first powered on. This means that the port is allocated to the virtual machine dynamically and can be changed if needed. This option provides flexibility and allows for efficient resource allocation as ports are only assigned when they are actually needed.

Submit
57. How can virtual machines be moved between datacenters?

Explanation

Virtual machines can be moved between datacenters using cold migration. Cold migration refers to the process of shutting down a virtual machine, copying its files and configurations to another datacenter, and then starting it up again. This method is typically used when there is no shared storage between the source and destination datacenters. It requires downtime for the virtual machine during the migration process.

Submit
58. An administrator is performing maintenance on a storage array used by an ESXi 5.x host. The administrator wants to disable alarm actions for the host while the maintenance is taking place. What procedure will accomplish this task?

Explanation

To disable alarm actions for the ESXi host during maintenance, the administrator should right-click on the ESXi host and select "Alarm and Disable Alarm Actions." This will prevent any alarms related to the host from triggering any actions or notifications while the maintenance is being performed.

Submit
59. What is an accurate statement about the secondary virtual machine of a VM that has VMware Fault Tolerance enabled?

Explanation

When VMware Fault Tolerance is enabled, a secondary virtual machine is created on a different host from the primary. This secondary virtual machine is an exact replica of the primary and is kept in sync with it in real-time. If the primary virtual machine fails, the secondary takes over seamlessly. During this time, the secondary virtual machine reserves resources on the host, preventing other virtual machines from powering up until the primary is restored or the secondary takes over permanently.

Submit
60. How can vCenter maps be used outside of the vSphere client? (Choose two.)

Explanation

vCenter maps can be used outside of the vSphere client by sending them to a printer and exporting them as a jpg. Sending them to a printer allows for physical copies to be made, which can be useful for documentation or sharing with others. Exporting them as a jpg allows for digital copies to be saved, which can be easily shared or used in presentations or reports. Saving to a Visio .vsd file or as a PDF are not mentioned as options for using vCenter maps outside of the vSphere client.

Submit
61. When cloning a virtual machine to a template, what two attributes from the list below can be changed for the destination virtual disk? (Choose two.)

Explanation

When cloning a virtual machine to a template, the two attributes that can be changed for the destination virtual disk are the virtual disk format and the location for virtual machine files. The virtual disk format refers to the file format used to store the virtual disk, such as VMDK or VHD. The location for virtual machine files refers to the directory or storage location where the virtual machine files are stored.

Submit
62. For the selected item, what two properties could the storage administrator use to create a zone? (Choose two.)

Explanation

The storage administrator could use the properties "20.00.00.1b.32.13.14.a7" and "50.06.01.60.c1.e0.65.22" to create a zone. These properties likely refer to specific storage devices or addresses that can be used to identify and configure the zone.

Submit
63. A database administrator has requested a disk for a virtual machine that will run an I/O intensive database application on an ESXi 5.x host.  Which two disk types will best fit the needs of the application? (Choose two.)

Explanation

Explanation: http://www.vmware.com/pdf/Perf_Best_Practices_vSphere5.0.pdf page 31, clearly states that best performance is achieved using eager zeroed provisioned disks, even when VAAI is available

Submit
64. What tool can an administrator use to determine if an existing environment is ready for Fault Tolerance?

Explanation

The administrator can use the VMware SiteSurvey Tool to determine if an existing environment is ready for Fault Tolerance. This tool helps to assess the environment's readiness by analyzing various factors such as network connectivity, storage performance, and host compatibility. It provides valuable insights and recommendations to ensure that the environment meets the requirements for implementing Fault Tolerance effectively.

Submit
65. Which type of port on a seconday private VLAN can communicate with promiscuous ports and other ports that share its VLAN tag?

Explanation

A Community port on a secondary private VLAN can communicate with both promiscuous ports and other ports that share its VLAN tag. This means that it can send and receive traffic with both the promiscuous ports, which are connected to the primary VLAN, and other ports within the same secondary VLAN. This allows for more flexible and controlled communication within the private VLAN network.

Submit
66.
An administrator is working to implement Storage Profiles in their environment.
Which two ways can storage capabilities be generated? (Choose two.)

Explanation

Storage capabilities can be generated in two ways. Firstly, they can be retrieved from the array through the VMware APIs for Storage Awareness (VASA). This allows the administrator to gather information about the storage capabilities directly from the storage array. Secondly, the administrator can manually generate the storage capabilities. This means that the administrator can manually define and configure the storage capabilities based on their specific requirements and environment.

Submit
67. Which are the correct parameters to specify when adding an iSCSI target to an ESXi 5.x host using the Static Discovery tab?

Explanation

The correct parameters to specify when adding an iSCSI target to an ESXi 5.x host using the Static Discovery tab are the iSCSI server IP address, port 3260, and the iSCSI target name. The iSCSI server IP address is necessary to establish a connection, while port 3260 is the default port used for iSCSI communication. Additionally, the iSCSI target name is required to identify the specific target that the host will connect to.

Submit
68. Recently, a storage interface card in an ESXi 5.x host has been experiencing inconsistent connectivity states. Which two methods can be used to quickly identify the issue and immediately notify an administrator so that the issue can be resolved? (Choose two.)

Explanation

To quickly identify and notify an administrator about the inconsistent connectivity states of the storage interface card, two methods can be used. The first method is to set up an alarm with the Lost Storage Connectivity trigger. This alarm will send an email notification when the connection is lost. The second method is to set up the same alarm but also configure an SNMP trap for notification. This SNMP trap will provide additional notification when the connection is lost. By using these two methods, the administrator can be promptly notified about the issue and take necessary actions to resolve it.

Submit
69. What type of failure is VMware Fault Tolerance designed to protect against?

Explanation

VMware Fault Tolerance is designed to protect against a failure on the ESXi host running the primary virtual machine. This means that if the ESXi host fails, the secondary virtual machine will take over seamlessly without any interruption in service.

Submit
70.
An administrator has recently upgraded their Update Manager infrastructure to vSphere 5.x.
Several hosts and virtual machines have not been upgraded yet.
Which vSphere component when upgraded will have the least impact to the existing environment?

Explanation

Upgrading the VMware Tools will have the least impact on the existing environment because it is a software component that is installed inside the guest operating system of a virtual machine. It provides additional functionality and performance improvements, but upgrading it does not affect the underlying infrastructure or other virtual machines. On the other hand, upgrading the Virtual Machine Hardware, ESX Hosts, or VMFS datastores can have a more significant impact on the environment as it may require downtime, compatibility checks, and potential configuration changes.

Submit
71. If you create a custom role and do not assign privileges what system-defined privileges are added? (Choose two.)

Explanation

When creating a custom role and not assigning any privileges, the system automatically adds the System.Anonymous privilege. This privilege allows anonymous users to access certain resources or perform specific actions. Additionally, the System.Read privilege is also added by default. This privilege grants users the ability to read or view information and resources within the system.

Submit
72. An administrator is creating a vApp for a multi-tiered web application.  The vApp has been configured as shown in the exhibit.  Testing of the vApp indicates that attempts to communicate
with the web server on Dev_Web_01 fail.  The developer wants to be sure the database server OS is completely started before the other servers power on.  The developer also wants to minimize recovery time.     What changes to the vApp configuration will correct the issues?

Explanation

The correct answer is D. Moving the Dev_Web_01 virtual machine to Group 3 ensures that it powers on after the database server, as Group 3 is set to start after Group 2. Increasing the time value allows for more time for the database server to fully start before the other servers power on. Additionally, checking that VMware Tools are ready ensures that the necessary tools for communication are properly installed and functioning. These changes will address the issue of failed communication with the web server and minimize recovery time.

Submit
73. An administrator has discovered a failure that has affected network connectivity on the management network of a vSphere HA cluster. As a result, half of the hosts in the cluster are able to communicate with each other but not the other half.  The cluster was configured with default settings.     What happens as a result of the failure?

Explanation

In a vSphere HA cluster, when there is a failure in the management network, the hosts in the cluster are unable to communicate with each other. However, the VMs running on these hosts are unaffected by this failure. In this scenario, a second master will be elected to manage the cluster and ensure the availability of the VMs. Therefore, option C is the correct answer.

Submit
74. An administrator is migrating a virtual machine in a DRS cluster.  The migration fails the validation check because of a CPU incompatibility issue.   Which items below could be causing this issue? (Choose two.)

Explanation

The migration failed the validation check because of a CPU incompatibility issue. This means that there is a mismatch between the CPUs in the source and destination hosts. Inconsistent CPU manufacturers and inconsistent CPU generations could both be causing this issue. If the source and destination hosts have different CPU manufacturers or different CPU generations, they may not be compatible for migration.

Submit
75. An administrator is seeing a warning on one of their hosts. The warning in the Triggered Alarms panel appears to come from a custom configured host alarm. The administrator has not seen any actions taken for this alarm even though the actions are configured in the alarm definition. The configured actions are shown in the exhibit. What change can the administrator make to correct the problem?

Explanation

The administrator should add an action for when the alarm changes from green to yellow. Currently, the configured actions only cover the transition from yellow to red, but not from green to yellow. By adding this additional action, the administrator will ensure that the alarm triggers the desired actions when it changes from green to yellow.

Submit
76. An administrator is configuring a vSphere HA cluster for three ESXi 5.x hosts and their resident virtual machines. The cluster will be configured to support a single host failure. Resource reservations must be enforced during a failover event. Assuming default settings, how does HA determine the current failover capacity?

Explanation

HA determines the current failover capacity by calculating the largest possible CPU and Memory guarantee for any running virtual machine in the cluster. It then calculates how many virtual machines of that size can be started on the largest host and reserves space in the cluster accordingly. This ensures that resource reservations are enforced during a failover event.

Submit
77. The performance graph for a virtual machine with 1GB of RAM shows the Swap In rate to be 150 MBps and the Balloon value to be at 0 MB. Users of the virtual machine are complaining that performance is slow.     Which two actions could increase performance of the virtual machine? (Choose two.)

Explanation

Increasing the memory share value for the virtual machine can help increase its performance by allocating more resources to it. Installing VMware Tools into the virtual machine can also improve performance as it provides additional drivers and utilities that optimize the virtual machine's operations.

Submit
78.       What are two prerequisites for installing the vCenter Server application? (Choose two.)

Explanation

The correct answer for this question is C and D. The vCenter Server application must be installed on a physical machine, so option A is incorrect. A valid vSphere vCenter license is required before installing the application, so option B is incorrect. vCenter must be in the same network as the hosts if supporting vSphere Storage Appliance Cluster, so option C is correct. The system vCenter Server is installed on cannot be a domain controller, so option D is correct.

Submit
79. An administrator has deployed a two-node cluster with HA and DRS enabled. DRS has been configured for fully automated mode. The management and vMotion interfaces have been configured on separate physical networks. Initial DRS testing on this cluster reveals that virtual machines are not being migrated despite great disparity in resource use between the ESX hosts in the cluster. The exhibit shows the error and the network configuration for one of the hosts.     Which task would successfully resolve this problem?

Explanation

The exhibit shows that the network cable for the vMotion interface is connected to the incorrect physical network. In order for DRS to migrate virtual machines, the vMotion network must be properly configured. By connecting the network cable to the correct physical network, the issue should be resolved and DRS will be able to migrate virtual machines based on resource usage.

Submit
80.     When comparing software iSCSI initiators with independent hardware initiators, what are the additional CHAP security levels available for a software implementation? (Choose two.)

Explanation

The additional CHAP security levels available for a software implementation are "Do not use CHAP unless required by target" and "Use CHAP". These options provide flexibility in implementing CHAP security based on the requirements of the target.

Submit
81. What are two requirements for a fully functional vSphere HA cluster? (Choose two.)

Explanation

A fully functional vSphere HA cluster requires two things. First, it requires vCenter to be installed or a vCenter Server Virtual Appliance (vCSA) to be deployed. This is necessary for managing and orchestrating the cluster. Second, it requires a minimum of one VMkernel port per host. VMkernel ports are used for communication and networking within the cluster, so having at least one per host is essential for proper functioning.

Submit
82. A new ESXi 5.x host is set up with two virtual machines. A memory limit is applied so that users will have predictable performance as virtual machines are added to the host. What is the effect of applying a memory limit to these virtual machines?

Explanation

Applying a memory limit to the virtual machines means that the host will not allocate any physical memory above the set limit. However, the Virtual Machine Swap (VSWP) can be used to compensate for any memory shortage. VSWP allows the host to swap out memory pages to disk when there is contention for physical memory. Therefore, even if the virtual machines exceed their memory limit, they can still use VSWP to access additional memory resources.

Submit
83. What do changes made to resources reserved by a resource pool affect in the resource hierarchy?

Explanation

A resource pool can contain child resource pools, virtual machines, or both. You can create a
hierarchy of shared resources. The resource pools at a higher level are called parent resource
pools. Resource pools and virtual machines that are at the same level are called siblings. The
cluster itself represents the root resource pool. If you do not create child resource pools, only the
root resource pools exist.
In the following example, RP-QA is the parent resource pool for RP-QA-UI. RP-Marketing and RPQA
are siblings. The three virtual machines immediately below RP-Marketing are also siblings.
Figure 8-1. Parents, Children, and Siblings in Resource Pool Hierarchy

Submit
84.
An administrator has deployed vCenter Data Recovery and wants the largest possible deduplication
store. Which three storage options can be used? (Choose three.)

Explanation

The correct answer is B. Two RDMs on a FCP array, C. One NFS mount on the ESXi host and one RDMs on an iSCSI array, E. Two NFS mounts on the ESXi host. These options can be used because they provide different storage options that can be used for deduplication. Using two RDMs on a FCP array allows for deduplication to be performed on the storage array itself. Using one NFS mount on the ESXi host and one RDM on an iSCSI array allows for deduplication to be performed on both the ESXi host and the iSCSI array. Using two NFS mounts on the ESXi host allows for deduplication to be performed on both NFS mounts.

Submit
85. What number of IOPS should be used with Storage I/O Control to limit disk throughput to roughly 10 MBps if the guest application writes 64KB blocks?

Explanation

To calculate the number of IOPS needed to limit disk throughput to roughly 10 MBps, we can use the formula:

IOPS = Throughput (in bytes) / Block size (in bytes)

Given that the guest application writes 64KB blocks, we need to convert 10 MBps to bytes, which is 10,000,000 bytes.

Therefore, the calculation would be:

IOPS = 10,000,000 bytes / 64KB = 156.25

Since the number of IOPS must be a whole number, we round up to the nearest integer, which is 160. Therefore, the correct answer is B. 160.

Submit
86.    Which three modules are optional components that can be added from the vCenter Server installer? (Choose three.)

Explanation

The vCenter Syslog Collector is an optional component that can be added from the vCenter Server installer. It collects and stores logs from ESXi hosts and virtual machines, providing centralized log management. The vSphere Authentication Proxy is another optional component that can be added. It helps to secure remote access to the vCenter Server by acting as an intermediary between the user and the server. Finally, the vSphere Auto Deploy is the third optional component that can be added. It automates the deployment and provisioning of ESXi hosts, making it easier to manage large-scale deployments.

Submit
87.
 Which two conditions prevent the application of a host profile to an ESXi 5.x host? (Choose two.)  

Explanation

The host must be placed into maintenance mode before applying a host profile to prevent any disruptions to the running virtual machines. If the host is not in maintenance mode, the profile cannot be applied. Additionally, if the host is running virtual machines, applying a host profile may cause disruptions to the virtual machines, so the profile cannot be applied in this case as well.

Submit
88. An administrator is configuring vMotion in their environment. As part of the implementation, an administrator is examining resource mapping for virtual machines. What is a likely cause of the error shown in the exhibit?

Explanation

Explanation: This only shows up in the Maps when the vmotion OPTION is not checked in the
PORT group – hence vMotion is DISABLED!
Other Notes: vMotion doesn’t need a “production” network it can use any network. It also should
not be using a “production” network. Datastore has nothing to do with vMotion in this diagram –
this is Maps – it would give a vmotion error if it wasn’t on the datastore not a vmotion disabled..

Submit
89.
vCenter reports a connectivity problem with a ESXi 5.x host that is not a member of a cluster. An
administrator attempts to connect directly to the host using the vSphere Client but fails with the
message "An unknown connection error occurred." Virtual machines running on the host appear
to be running and report no problem.
What two methods would likely resolve the issue without affecting the virtual machines? (Choose
two.)

Explanation

Restarting the management agents in the Direct Console User Interface (DCUI) or using the services.sh restart command from either SSH or the local CLI are both likely methods to resolve the connectivity problem with the ESXi host. These actions would restart the management services on the host without affecting the virtual machines running on it.

Submit
90. An administrator has determined that storage performance to a group of virtual machines is reduced during peak activity. The virtual machines are located in a VMFS datastore called Production1 on an active-active storage array. The ESXi 5.x host running the virtual machines is configured with an MRU multipathing policy. Which two actions can be taken to improve the storage performance of these virtual machines? (Choose two.)

Explanation

To improve storage performance for the virtual machines located in the Production1 datastore, two actions can be taken. First, changing the storage multipathing policy to Round Robin will distribute I/O across all available paths, increasing throughput and reducing latency. Second, adding physical storage and creating a new VMFS datastore called Production2 will distribute the load across multiple datastores, further improving performance. Migrating some virtual machines from Production1 to Production2 will also help balance the workload and optimize performance.

Submit
91. A request has been made to the SAN administrator to provision a new LUN. A LUN (LUN 6) is created, and the SAN administrator presents the LUN to an ESXi 5.x host, using the storage array SAN management software. The administrator looks at the Storage configuration for the ESXi host, and does not see the new LUN. Other LUNs from the same storage array are visible.   Which two conditions are most likely to cause the error described? (Choose two.)    

Explanation

The correct answer is A. The administrator has not performed a Rescan All on the ESXi host and D. The LUN was not presented to the correct ESXi host.

A Rescan All operation is necessary for the ESXi host to detect new LUNs that have been presented to it. Without performing this operation, the new LUN will not be visible in the Storage configuration. Additionally, if the LUN was not presented to the correct ESXi host, it will not be visible in the Storage configuration.

Submit
92. ACME Logging Inc. has been using the vSphere Web Client to deploy templates to a five-node vSphere 5.x cluster. After deploying a new template, the resulting virtual machine is not able to connect to the Development network to which it was assigned.  When deploying another template, the message in the exhibit is shown.     Based on this information, what is the likely problem?

Explanation

The likely problem is that the Production virtual switch is internal only. This means that the virtual machines deployed using the template will not be able to connect to the Development network because the Production virtual switch is not connected to it. Therefore, the virtual machine is not able to establish a connection to the assigned network.

Submit
93. Which is an important benefit provided by VLANs?

Explanation

VLANs (Virtual Local Area Networks) provide the benefit of reducing hardware requirements. This is because VLANs allow for the logical segmentation of a physical network into multiple virtual networks, eliminating the need for separate physical switches for each network. By using VLANs, organizations can save on costs associated with purchasing and maintaining additional networking hardware.

Submit
94. An administrator notices that log files kept on an ESXi 5.x host are being rotated very quickly, inhibiting the troubleshooting of an issue. Which two configuration changes will resolve the issue? (Choose two.)

Explanation

To resolve the issue of log files being rotated quickly, the administrator can make two configuration changes. First, they can configure syslog to send the logs to a syslog server. By doing this, the logs will be stored externally, allowing for easier troubleshooting without the logs being rotated. Second, they can increase the number of logs kept. This will ensure that a larger number of logs are available for troubleshooting purposes. Increasing the logging level or the size of the partition where log files are stored will not directly address the issue of log rotation.

Submit
95.          Which three files are valid virtual machine files that might be identified when examining a folder that contains a virtual machine template on a VMFS datastore? (Choose three.)

Explanation

The RDM map file (-rdm.vmdk) is a valid virtual machine file that can be identified when examining a folder containing a virtual machine template on a VMFS datastore. The RDM map file is used to map raw device mappings (RDMs) to the virtual machine.

The Template file (.vmtx) is also a valid virtual machine file that can be identified. The template file is used to create new virtual machines based on a predefined configuration.

The Suspended state file (.vmsn) is another valid virtual machine file that can be identified. This file is created when a virtual machine is suspended, and it stores the state of the virtual machine at the time of suspension.

Submit
96. What are three of the steps recalled patches automatically go through in vSphere Update Manager? (Choose three.)

Explanation

When patches are recalled in vSphere Update Manager, three steps are followed. First, the recalled patch binary is deleted from the repository. Second, the recalled patch is flagged in the database. Finally, a notification is generated in the notification tab. These steps ensure that the recalled patches are properly removed and flagged for future reference, and that users are notified of the recall.

Submit
97.
Which two conditions must exist on all hosts in the cluster if Enhanced vMotion Compatibility
(EVC) is used? (Choose two.)

Explanation

For Enhanced vMotion Compatibility (EVC) to be used, two conditions must exist on all hosts in the cluster. Firstly, all hosts in the cluster must be running ESX/ESXi 3.5 Update 2 or later. This ensures that the necessary software compatibility is met. Secondly, all hosts in the cluster must have hardware virtualization support enabled. This ensures that the hardware is capable of supporting virtualization. Therefore, options B and C are the correct answers.

Submit
98. What differentiates a private cloud from a vSphere Infrastructure?

Explanation

A private cloud requires pooled resources including storage and networking, which means that these resources are shared and allocated dynamically based on demand. This allows for greater efficiency and flexibility in resource utilization. On the other hand, a vSphere Infrastructure assumes a secure location for the workloads, meaning that it focuses more on the security and isolation aspects rather than resource pooling. Additionally, vSphere Infrastructure allows consumption of resources over open standards, enabling interoperability with different technologies and platforms. However, the main differentiation between a private cloud and vSphere Infrastructure lies in the requirement of pooled resources for a private cloud.

Submit
99. What is the default VFAT scratch partition size for ESXi 5.x when installed on a USB drive?

Explanation

The correct answer is D. none. This means that there is no default VFAT scratch partition size for ESXi 5.x when installed on a USB drive. This suggests that the ESXi installation on a USB drive does not require a separate VFAT scratch partition.

Submit
100. Which two statements are true regarding vSphere standard switches? (Choose two.)

Explanation

Beaconing is a feature in vSphere standard switches that helps to detect and recover from network failures. It requires at least three uplinks to be considered useful because it needs multiple paths for redundancy and failover. Setting the number of ports to the maximum on a vSwitch will indeed exhaust the total ports on a host, as each port consumes system resources. Therefore, both statements A and D are true regarding vSphere standard switches.

Submit
101. When planning for an upgrade from vSphere4 to vSphere5 what will be the effect of upgrading a
1TB VMFS3 datastore with a 2MB block size to VMFS5?

Explanation

When upgrading a 1TB VMFS3 datastore with a 2MB block size to VMFS5, the effect will be that thin virtual disks can be expanded to a maximum of 2TB. This means that the storage capacity for thin virtual disks can be increased up to 2TB after the upgrade.

Submit
102. When PSA is coordinating the VMware NMP and any installed third-party MPPs, the MPPs perform which task?

Explanation

The correct answer is D. Manage physical path claiming and unclaiming. When PSA (Pluggable Storage Architecture) is coordinating the VMware NMP (Native Multipathing Plugin) and any installed third-party MPPs (Multipathing Plugins), the MPPs are responsible for managing the claiming and unclaiming of physical paths. This means that they handle the process of selecting and using the available physical paths to ensure redundancy and load balancing for the logical devices.

Submit
103. A vSphere 5.x environment has an ESXi 5.x host configured to boot from a hardware independent iSCSI adapter.     What is the expected outcome if the administrator attempts to disable the iSCSI HBA in the vSphere client?

Explanation

A hardware independent iSCSI adapter cannot be disabled from the vSphere Client. This means that even if the administrator attempts to disable the iSCSI HBA in the vSphere client, it will not be successful. The adapter will remain enabled and functioning.

Submit
104.      An administrator plans to deploy ESXi 5.x on a blade server containing no local disks. What boot options are supported for use in place of local disks? (Choose three.)

Explanation

ESXi 5.x can be deployed on a blade server without local disks using three boot options: an SD card, a NIC with iBFT, and Auto Deploy. These options allow the ESXi operating system to be loaded and run from external sources without the need for local storage. A dedicated NFS share is not a supported boot option for ESXi 5.x.

Submit
105.
An administrator is troubleshooting an ESXi 5.x host and needs to export diagnostic information.
The host is currently managed by a vCenter Server instance.
Which two ways can the information be gathered using the vSphere Client? (Choose two.)

Explanation

The correct answers for this question are A and D. Option A suggests that the administrator can navigate to the Home section in the vSphere Client, go to Administration, select System Logs, and click the Export System Logs button. They can then choose the affected ESXi host, select all the logs, specify a location, and click Finish to export the diagnostic information. Option D suggests that the administrator can select the affected ESXi host in the vSphere Client, go to the File menu, choose Export, and then select Export System Logs. They can then select all the logs, specify a location, and click Finish to export the diagnostic information.

Submit
106. What Windows security object is granted the vCenter Server administrator role during installation?

Explanation

During the installation of vCenter Server, the Windows security object that is granted the vCenter Server administrator role is the "Administrators" group. This group typically includes users with administrative privileges on the Windows operating system. Granting the vCenter Server administrator role to the Administrators group ensures that users in this group have the necessary permissions to manage and administer the vCenter Server environment.

Submit
107. A company wants to increase disk capacity for their vSphere environment Management mandates that: 1. vMotion must work in this environment. 2. The existing LAN infrastructure must be used. Which storage option best meets the company objectives?

Explanation

NFS (Network File System) is the best storage option that meets the company objectives. NFS allows for the sharing of files across a network and can be used with existing LAN infrastructure. It is also compatible with vMotion, which is a requirement for the company's vSphere environment. iSCSI and Fibre Channel are also viable options for increasing disk capacity, but they may require additional infrastructure and configuration. SATA is not a suitable option as it is a type of hard drive interface and not a storage option for network sharing.

Submit
108. How can you verify that vStorage APIs for Array Integration (VAAI) functionality is enabled for a storage array in a vSphere 5.x implementation?

Explanation

The correct answer is D. Supported will be listed in the Hardware Acceleration column for any datastore created on a compliant array. This is because vStorage APIs for Array Integration (VAAI) functionality is related to hardware acceleration, and enabling VAAI on a storage array allows for offloading specific storage operations from the ESXi host to the array. Therefore, if VAAI is enabled for a storage array in a vSphere 5.x implementation, it will be indicated in the Hardware Acceleration column for any datastore created on that array.

Submit
109. An administrator wants to configure a DRS Migration Threshold that allows automated migration only when a host is placed into maintenance or to satisfy cluster constraints. What setting should be utilized?

Explanation

The most conservative setting should be utilized in this case. This setting ensures that automated migration will only occur when a host is placed into maintenance or to satisfy cluster constraints. This setting is the safest option as it minimizes the risk of unnecessary or disruptive migrations.

Submit
110. An administrator wants to monitor the health status of an ESXi 5.x host. However, when the administrator clicks the Hardware Status tab the following error is displayed. This program cannot display the webpage What might cause this problem?

Explanation

The error message "This program cannot display the webpage" indicates that there is an issue with accessing the webpage. In this case, the problem is likely caused by the VMware VirtualCenter Management Webservices Service not being started. This service is responsible for providing the necessary web services for monitoring the health status of the ESXi host. Without this service running, the administrator will not be able to access the Hardware Status tab.

Submit
111. An iSCSI array is being added to a vSphere 5.x implementation. An administrator wants to verify that all IP storage VMkernel interfaces are configured for jumbo frames. What are two methods to verify this configuration? (Choose two.)

Explanation

To verify if all IP storage VMkernel interfaces are configured for jumbo frames in a vSphere 5.x implementation, the administrator can use two methods. First, they can run the "esxcli network ip interface list" command, which will display a list of network interfaces and their configurations. By checking the MTU (Maximum Transmission Unit) value for each interface, the administrator can determine if jumbo frames are enabled. Second, they can ensure that the MTU size is set correctly in the VMkernel interface properties in the vSphere client. By checking the MTU value in the interface properties, the administrator can confirm if jumbo frames are enabled.

Submit
112. An administrator has been tasked with adding a newly installed uplink to vSwitch1. Based on the exhibit, what is a true statement about this environment?  

Explanation

not-available-via-ai

Submit
113. Which two options cannot be edited if vApp Options is disabled in the Options tab of a virtual machine that is part of a vApp? (Choose two.)

Explanation

If vApp Options is disabled in the Options tab of a virtual machine that is part of a vApp, the two options that cannot be edited are A. Transient IP Addresses and B. Configure OVF properties. This means that the virtual machine will not be able to assign or modify transient IP addresses, which are temporary IP addresses assigned to a virtual machine, and it will also not be able to configure or modify OVF (Open Virtualization Format) properties, which are settings that define the behavior and configuration of a virtual machine.

Submit
114. An administrator decides to implement a Fixed multipathing policy for an ESXi 5.x host with four available paths to one VMFS datastore. After the policy has been enabled for the datastore, how many paths will have an active status by default?

Explanation

When a Fixed multipathing policy is implemented for an ESXi 5.x host with four available paths to one VMFS datastore, all four paths will have an active status by default. This means that all four paths will be used for data transfer and load balancing, providing redundancy and improved performance. Therefore, the correct answer is A. 4.

Submit
115. What are the three service offerings provided by a VMware-powered public cloud? (Choose three.)

Explanation

The three service offerings provided by a VMware-powered public cloud are Committed, Dedicated, and Basic. Committed service offering ensures a dedicated amount of resources for a specific period of time. Dedicated service offering provides dedicated resources exclusively for a single customer. Basic service offering provides a basic level of resources and functionalities. Transient and Highly Elastic are not mentioned as service offerings in the given options.

Submit
116. An administrator is creating a virtual machine that will be running Windows 2008 Enterprise (64- bit). The application to be installed in the virtual machine requires eight vCPUs to run effectively. During installation, the only available options are one, two, three, or four vCPUs.     What condition explains the available vCPU selections?

Explanation

The available vCPU selections are limited to one, two, three, or four because the ESXi host has two non hyperthreaded dual-core CPUs. Each non-hyperthreaded dual-core CPU can support up to two vCPUs, resulting in a maximum of four vCPUs for the virtual machine.

Submit
117.
An administrator is working to update the hosts and virtual machines in a vSphere 5.x deployment
using Update Manager Baselines.
Other than host patches, which three items require a separate procedure or process to update?
(Choose three.)

Explanation

The correct answer is A, D, and E. Operating system patches, VMware Tools on machines without VMware Tools already installed, and application patches within the virtual machine all require a separate procedure or process to update. These updates cannot be performed through the Update Manager Baselines and need to be handled separately.

Submit
118.
An ESXi 5.x host displays a warning icon in the vSphere console and its summary page lists a
configuration issue "SSH for the host has been enabled." What are two ways to clear this
warning? (Choose two.)

Explanation

To clear the warning icon and configuration issue of "SSH for the host has been enabled" on an ESXi 5.x host, two ways can be used. The first way is to go to the vSphere Client, navigate to the Configuration tab, and select the Security Profile pane. From there, the SSH service can be disabled or configured as per the requirements. The second way is to use the Direct Console User Interface (DCUI) by accessing the host directly. In the DCUI, the SSH service can be disabled or configured.

Submit
119. In vSphere, a bound physical NIC can be configured to transmit and receive jumbo frames. What is the default maximum transmission unit (MTU) in vSphere?

Explanation

The default maximum transmission unit (MTU) in vSphere is 1500. This is the standard MTU size for Ethernet networks and is the most commonly used value. Jumbo frames, which have a larger MTU size, can be configured on a bound physical NIC in vSphere, but the default value is 1500.

Submit
120. On which two vSphere elements can traffic shaping be configured? (Choose two.)

Explanation

Traffic shaping can be configured on both a vSphere Distributed Switch dvPort and a vSphere Distributed Switch. This means that you can apply traffic shaping to specific ports on the distributed switch, as well as to the entire distributed switch itself. This allows for finer control over the inbound and outbound traffic on the network.

Submit
121.            A user has permissions to create and manage alarms and tasks for a group of virtual machines. What happens if an administrator modifies permissions for the user so that they can no longer manage alarms?   

Explanation

If an administrator modifies permissions for the user so that they can no longer manage alarms, the user will still be able to create alarms but will no longer be able to modify or delete existing alarms.

Submit
122. Which two configuration settings can be modified when using the Typical option in the Create New Virtual Machine wizard? (Choose two.)

Explanation

When using the Typical option in the Create New Virtual Machine wizard, the configuration settings that can be modified are the Datastore on which to place the virtual machine disks and the Guest Operating System. The Datastore setting allows the user to choose the storage location for the virtual machine disks, while the Guest Operating System setting allows the user to select the operating system that will be installed on the virtual machine.

Submit
123. What does the graph in the exhibit indicate?

Explanation

The graph in the exhibit indicates the average amount of read and write latency from the ESXi host to the datastore. This means that it shows the average time it takes for data to be read from or written to the datastore by the ESXi host. The graph does not provide information about latency from the guest operating system to the virtual machine virtual disk file or from the cluster to the datastore.

Submit
124. What are two requirements for successful vMotion migration? (Choose two.)

Explanation

The two requirements for successful vMotion migration are that virtual machines must not utilize hardware local to the host such as SCSI pass-through and virtual machines must not have a CDROM connected via the vSphere client. These requirements ensure that the virtual machines can be seamlessly migrated between hosts without any dependencies on specific hardware or peripherals.

Submit
125. What failure will beacon probing identify in vSphere networking?

Explanation

Beacon probing is a feature in vSphere networking that helps to identify network failures. It works by sending beacon packets to the physical switch ports and checking for responses. If there is an improper VLAN configuration on a physical switch port, the beacon probing will not receive the expected response, indicating a failure. Therefore, option A is the correct answer as it correctly identifies the failure that beacon probing can detect.

Submit
126. While building a VMware View environment one of the design requirements is keeping vCenter and View Composer always available. Which solution can be utilized to achieve this?

Explanation

vCenter Server Heartbeat is a solution that can be utilized to achieve the design requirement of keeping vCenter and View Composer always available in a VMware View environment. This solution provides high availability for vCenter Server by creating a standby vCenter Server instance that continuously monitors the primary vCenter Server. In case of a failure, the standby instance takes over and ensures the availability of vCenter and View Composer services. This solution helps to minimize downtime and maintain the availability of critical components in the environment.

Submit
127.
An administrator is enabling Enhanced vMotion Compatibility (EVC) in a DRS cluster. The
administrator wants only hosts with the newest Intel processors added to the cluster.
Which setting satisfies this requirement?

Explanation

The correct answer is D. Create a new baseline and add only the latest processor family. This setting allows the administrator to create a new baseline specifically for the newest Intel processors. By adding only the latest processor family to the baseline, the administrator ensures that only hosts with the newest Intel processors will be added to the cluster. This satisfies the requirement of only including hosts with the newest Intel processors.

Submit
128.
Users are experiencing performance issues when updating their database hosted on a virtual
machine. The administrator determines that disk I/O is high across one of the HBAs on the ESXi
host containing the virtual machine.
What is the action will most likely correct the issue without significantly impacting other users or
datastores?

Explanation

By manually configuring the disk multipathing policy to Round Robin for the datastore, the administrator can distribute the I/O load across multiple paths, reducing the strain on a single HBA. This can help improve performance without significantly impacting other users or datastores. Migrating the virtual machine to a different datastore or mapping additional LUNs may not directly address the high disk I/O issue.

Submit
129. Which two migration techniques can be used together to move a running virtual machine to a local datastore on a different server? (Choose two.)

Explanation

Storage vMotion and vMotion are two migration techniques that can be used together to move a running virtual machine to a local datastore on a different server. Storage vMotion allows for the live migration of a virtual machine's storage from one datastore to another, while vMotion enables the live migration of a virtual machine's compute resources from one host to another. By using both techniques together, the virtual machine can be seamlessly moved to a different server while its storage is also migrated to a local datastore.

Submit
130. Which is the most secure method of connecting to an iSCSI storage array using an independent hardware iSCSI adapter?

Explanation

One-way CHAP (Challenge Handshake Authentication Protocol) is the most secure method of connecting to an iSCSI storage array using an independent hardware iSCSI adapter. This method ensures that the initiator (client) authenticates itself to the target (storage array) using a username and password, providing a one-way authentication process. This helps to prevent unauthorized access to the storage array and ensures the security of the data being transferred. Mutual CHAP, per-target CHAP, and per-subnet CHAP are not as secure as they either allow for two-way authentication (mutual CHAP) or have less granular control over authentication (per-target CHAP and per-subnet CHAP).

Submit
131. An administrator is informed that there will be a storage maintenance window and that failovers may occur. What is the expected length of time that a Windows 2008 virtual machine storage I/O will pause during a path failover?

Explanation

During a path failover in a Windows 2008 virtual machine, the expected length of time that the storage I/O will pause is between 30 to 60 seconds. This means that there may be a temporary interruption in the storage access for the virtual machine during the failover process.

Submit
132. What function does Enhanced vMotion Compatibility (EVC) provide?

Explanation

EVC provides the ability to replace manual CPU identification masks with an automated process managed by the cluster. This means that instead of manually configuring CPU compatibility for each virtual machine, EVC allows for automatic configuration based on the cluster's CPU capabilities. This simplifies the process and ensures that virtual machines can be migrated between hosts without compatibility issues.

Submit
133. Windows virtual machines use a page file and Linux virtual machines use a swap partition for virtual memory. When you are determining the appropriate size for these, which file is affected?

Explanation

The virtual disk size is affected when determining the appropriate size for the page file in Windows virtual machines and the swap partition in Linux virtual machines. The virtual disk size needs to be large enough to accommodate the page file/swap partition and any other data or files stored on the virtual machine.

Submit
134.     Which VMware solution allows for the automated discovery and mapping of applications running over the VM infrastructure?

Explanation

VMware vCenter Infrastructure Navigator allows for the automated discovery and mapping of applications running over the VM infrastructure. This solution helps in identifying and visualizing the dependencies between different applications and their underlying infrastructure components. It provides a clear understanding of the application landscape and helps in troubleshooting and optimizing the performance of the virtualized environment.

Submit
135.
Which three Storage I/O Control conditions might trigger the Non-VI workload detected on the
datastore alarm? (Choose three.)

Explanation

The Non-VI workload detected on the datastore alarm can be triggered by three conditions. Firstly, if the datastore is connected to an ESX/ESXi 4.0 host that does not support Storage I/O Control. Secondly, if the datastore is on an array that is performing system tasks such as replication. Lastly, if the datastore is connected to an ESX/ESXi 4.0 host that is not managed by vCenter.

Submit
136. A series of Auto Deploy ESXi 5.x hosts which utilize vSphere Standard Switches are unable to boot. In prior testing, all of the hosts were able to boot successfully. Which two conditions might cause this issue? (Choose two.)

Explanation

The given correct answer states that the issue might be caused by the TFTP server being down and the DHCP server being down. This means that the hosts are unable to boot because they are unable to connect to the TFTP server to retrieve the necessary boot files, and they are also unable to obtain an IP address from the DHCP server. Both of these conditions can prevent the hosts from successfully booting.

Submit
137. Based on the exhibit, what is the appropriate action to set a preferred path?

Explanation

not-available-via-ai

Submit
138. What are two reasons why a company would choose to use ESXi 5.x instead of using VMware Workstation 8? (Choose two.)   

Explanation

ESXi 5.x is a hypervisor platform specifically designed for server virtualization, whereas VMware Workstation 8 is a desktop virtualization software. Therefore, a company would choose to use ESXi 5.x instead of VMware Workstation 8 if they need support for virtual machines with up to sixteen vCPUs, as VMware Workstation has limitations on the number of vCPUs it can support. Additionally, ESXi 5.x provides a lower overhead for the virtual infrastructure compared to VMware Workstation 8, making it a better choice for companies looking for optimal performance and resource utilization.

Submit
139. An administrator plans to deploy ESXi 5.x, but does not want to use CD or DVD media. What are two alternate ways to provide the ESXi 5.x installation script to the host? (Choose two.)

Explanation

Two alternate ways to provide the ESXi 5.x installation script to the host are FTP and HTTP. FTP (File Transfer Protocol) allows for transferring files over a network, making it a suitable option for deploying the installation script. HTTP (Hypertext Transfer Protocol) is commonly used for accessing and transferring files on the internet, so it can also be used to provide the installation script to the host.

Submit
140.
An administrator has created a virtual machine that will be accessed from a public kiosk.
Management has requested that the virtual machine be reset to a known state once a week or on
demand if requested.
Which method is the simplest way to meet this requirement?

Explanation

Setting the VMDKs of the virtual machine to be Independent-Nonpersistent allows any changes made to the virtual machine to be discarded upon restart. This ensures that the virtual machine always starts in a known state. By scheduling regular restarts of the virtual machine, either once a week or on demand, the requirement of resetting the virtual machine to a known state is met. This method is the simplest because it does not require any additional hardware or software, such as a storage array or imaging server.

Submit
141.
What are three true statements about quiescing virtual machine snapshots? (Choose three.)

Explanation

The correct answer is C, D, and E. The quiescing operation varies by guest OS, meaning that different operating systems may have different methods of quiescing virtual machine snapshots. Quiescing should occur before array-based snapshots to ensure consistency, as it allows for the proper freezing of the file system and applications to create a stable snapshot. VMware Tools is required for quiescing to be successful, as it provides the necessary drivers and services for the virtual machine to communicate with the host and properly quiesce the snapshot.

Submit
142. An administrator has been tasked with upgrading an exsiting host from ESX 4.1 to ESXi 5.x. The existing host has only vSwitch0 with all the default settings. The upgraded host will have the following new requirements. 1. 116 virtual machines will be connected. 2. Four uplinks configured for port-based load balancing. 3. The switch will include a secondary heartbeat network for HA. Which two statements are true about this configuration? (Choose two.)

Explanation

A. The Service Console Port will be removed during the upgrade: In ESXi, the Service Console is replaced by the Management Network, which uses VMkernel ports. Therefore, during the upgrade from ESX to ESXi, the Service Console port will be removed.
D. A change to vSwitch0 Properties is required: Since the upgraded host will have four uplinks configured for port-based load balancing, a change to the vSwitch0 properties is required to configure the load balancing settings. The default settings of vSwitch0 will not be sufficient for this configuration.

Submit
143. Which two vCenter plug-ins are installed with a default vSphere Client installation? (Choose two.)

Explanation

The correct answer is A. vCenter Hardware Status and D. VMware vCenter Storage Monitoring Service. These two vCenter plug-ins are installed by default with a vSphere Client installation. The vCenter Hardware Status plug-in provides information about the hardware status of the vCenter Server system, such as CPU, memory, and network usage. The VMware vCenter Storage Monitoring Service plug-in allows monitoring and management of storage devices connected to the vCenter Server system. These plug-ins enhance the functionality of the vSphere Client by providing additional features and capabilities related to hardware and storage monitoring.

Submit
144. An administrator is configuring a stretched HA configuration and has HA errors on all of the hosts at the remote site. What can be done to ensure virtual machines at one site can be restarted at the remote site?

Explanation

To ensure virtual machines at one site can be restarted at the remote site in a stretched HA configuration, it is important to ensure that any firewalls between the hosts are allowing port 8182. This port is necessary for communication between the hosts in order to facilitate the HA functionality. By allowing port 8182, the necessary communication can occur, allowing for successful VM restarts at the remote site.

Submit
145. What is a valid example of a vSphere Update Manager upgrade?

Explanation

not-available-via-ai

Submit
146. Users are having difficulty accessing a Web server since a new Web application was configured in a virtual machine running on sc-titanium03.vmeduc.com. The web server has been assigned 1 vCPU. The vSphere Client reports the error shown in the exhibit. DRS is set to fully automated mode, but the problem has not resolved. Which action can resolve the issue?

Explanation

Setting a CPU reservation for the web server VM can resolve the issue because it guarantees that the specified amount of CPU resources will always be available for the virtual machine. This will prevent other virtual machines from using all the CPU resources and causing performance issues for the web server.

Submit
147. Which statement describes the functionality of traffic shaping on a vSphere Standard Switch?

Explanation

Explanation: A traffic shaping policy is defined by average bandwidth, peak bandwidth, and burst size. You can establish a traffic shaping policy for each port group and each distributed port or distributed port group.
ESXi shapes outbound network traffic on standard switches and inbound and outbound traffic on distributed switches. Traffic shaping restricts the network bandwidth available on a port, but can also be configured to allow bursts of traffic to flow through at higher speeds.

Submit
148. What is a benefit of vCenter Linked-Mode?

Explanation

vCenter Linked-Mode does not provide the benefit of pooling vRAM entitlement. This feature allows multiple vCenter Server instances to be linked together, providing a single pane of glass management for multiple sites. It increases vCenter reliability by allowing administrators to access and manage multiple vCenter instances from a single interface.

Submit
149. An administrator has purchased a new 10GB Converged Network Adapter (CNA) for installation in a system that is running ESXi 5.x. The administrator has downloaded the latest driver from the hardware vendor and wants to include the driver in an image. The image profile acceptance level is set to VMwareSupported. The acceptance level of the driver is VMwareSupported. Which two statements are true about the inclusion of this driver in the image? (Choose two.)

Explanation

The explanation for the given correct answers is that when the image profile acceptance level is set to VMwareSupported and the acceptance level of the driver is also VMwareSupported, it means that the driver is compatible and supported by VMware. Therefore, the image can be built and the driver will be included. Additionally, support calls for the driver will be directed to the partner, indicating that the hardware vendor will handle any support issues related to the driver.

Submit
150. Which tool defines the Image Profiles used with Auto Deploy?

Explanation

The correct answer is B. The vSphere PowerCLI new-deployrule cmdlet. This cmdlet is used to define the Image Profiles that are used with Auto Deploy. The new-deployrule cmdlet allows administrators to create and configure rules for deploying vSphere hosts using Auto Deploy. This tool is part of the vSphere PowerCLI, which is a command-line interface for managing and automating vSphere environments.

Submit
151. An administrator has a DRS/HA cluster with five ESXi 5.x hosts. When the administrator tries to start a new Web server virtual machine, an error is displayed saying insufficient resources exist for HA. Based

Explanation

The correct answer is A. Shut down one or more virtual machines on the cluster and D. Suspend one or more virtual machines in the cluster. Both of these options involve freeing up resources by shutting down or suspending virtual machines on the cluster. By doing so, the administrator can allocate the necessary resources for starting the new Web server virtual machine and resolve the error of insufficient resources for HA.

Submit
152. Which two statements are true about VLANs and port groups defined on a vSphere Standard Switch? (Choose two.)

Explanation

VLANs can be accessed by either the entire virtual switch or individual port groups. This means that all virtual machines connected to the virtual switch can access the VLAN, or specific virtual machines connected to a particular port group can access the VLAN. Additionally, multiple VLANs can be accessed by virtual machines connected to a single port group. Therefore, options A and D are the correct statements.

Submit
153. Which types of traffic can a VMkernel port be enabled to carry on a ESXi 5.x host? (Choose three.)

Explanation

A VMkernel port on an ESXi 5.x host can be enabled to carry Fault Tolerant traffic, Management traffic, and vMotion traffic. Fault Tolerant traffic allows for the replication of a virtual machine to a secondary host for high availability. Management traffic is used for ESXi host management tasks. vMotion traffic enables live migration of virtual machines between hosts.

Submit
154. Which vSwitch or vSwitch port group policy setting allows packets to be received by a virtual machine with different destination MAC addresses than the configured MAC address?

Explanation

The correct answer is D. MAC address changes. This policy setting allows packets to be received by a virtual machine with different destination MAC addresses than the configured MAC address. This means that the virtual machine can receive packets intended for other MAC addresses, which can be useful in certain networking scenarios. The other options, such as promiscuous mode, traffic shaping, and forged transmits, do not specifically allow for receiving packets with different destination MAC addresses.

Submit
155. An administrator is setting up vMotion in a vSphere environment. A migration is run to test the configuration, but fails. What could the administrator do to resolve the issue?

Explanation

The administrator should ensure that the vMotion enabled adaptors are configured for the same subnet. This is because vMotion requires the source and destination hosts to be on the same subnet in order to successfully migrate virtual machines. If the adaptors are not configured for the same subnet, the migration will fail.

Submit
156. The storage administrator has recommended testing the performance benefits of jumbo frames and enabled jumbo frames on the storage array. The VMware administrator has enabled jumbo frames on the VMkernel port used for the software iSCSI initiator. What other two components must be modified to enable jumbo frames support for the software iSCSI initiator? (Choose two.)

Explanation

To enable jumbo frames support for the software iSCSI initiator, two other components that must be modified are the physical switch and the virtual switch. The physical switch needs to be configured to support jumbo frames, as it is responsible for forwarding the larger frames between devices. The virtual switch also needs to be configured to support jumbo frames, as it acts as a bridge between the VMkernel port and the physical network. By modifying both the physical and virtual switches, the software iSCSI initiator will be able to take advantage of the performance benefits of jumbo frames.

Submit
157.     What are two valid use cases for vCenter Server Linked Mode? (Choose two.)

Explanation

Linked Mode allows multiple vCenter Server instances to be linked together, creating a single pane of glass management interface. This enables administrators to manage multiple vCenter Server instances from a single vSphere Client. Use case B is valid because Linked Mode allows the vRAM entitlement pool to be shared across all linked vCenter Server instances, providing a centralized pool of resources for virtual machine memory allocation. Use case C is also valid because Linked Mode allows administrators to manage both a virtual server environment and a View environment from the same interface, simplifying management and reducing the need for multiple management consoles.

Submit
158.     For security reasons, an administrator removes a user from the Active Directory domain used by all ESXi hosts for authentication. At the time the user is removed they are actively logged into an ESXi 5.x host through the vSphere Client.     What is true regarding this scenario?

Explanation

Explanation: http://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsphere-esxi- vcenter-server-50-security-guide.pdf

Submit
159.      Which two features secure the VMkernel? (Choose two.)

Explanation

The correct answer is C. Kernel module integrity and D. Trusted Platform Module (TPM). Kernel module integrity ensures that the VMkernel modules have not been tampered with, providing protection against unauthorized modifications. Trusted Platform Module (TPM) is a hardware chip that stores cryptographic keys and provides secure storage and encryption capabilities, enhancing the security of the VMkernel. These two features work together to secure the VMkernel by ensuring the integrity of its modules and providing secure storage for cryptographic keys.

Submit
160. What is true about the HA agent on ESXi 5.x hosts?

Explanation

The correct answer is C because HA agents on ESXi 5.x hosts can store configuration information locally. This means that even if the host loses connection to vCenter Server, it can still maintain its HA configuration and continue to provide high availability for virtual machines.

Submit
161.      A vSphere Standard Switch has been configured for IP-based load balancing using two uplinks. A new uplink is added to the vSwitch.     What is the status of the uplink by default?

Explanation

When a new uplink is added to a vSphere Standard Switch that has been configured for IP-based load balancing, the default status of the uplink is that it is marked as active. However, it cannot be used by the active NIC team until it is added to the existing 802.3ad group on the physical switch. This means that although the uplink is active, it will not participate in the active NIC team until it is assigned to a port group and added to the physical switch's 802.3ad group.

Submit
162. Before upgrading an ESXi host to vSphere 5.x from vSphere 4.x, which three actions should be taken? (Choose three.)

Explanation

Before upgrading an ESXi host to vSphere 5.x from vSphere 4.x, three actions should be taken. Firstly, vCenter should be updated from 4.x to 5.x to ensure compatibility. Secondly, vSphere 4.x licenses should be updated using the VMware License Portal. Finally, it is important to verify that the intended host is compatible with vSphere 5.x to avoid any compatibility issues during the upgrade process.

Submit
163. Which two storage adapters require no VMkernel ports? (Choose two.)

Explanation

The two storage adapters that require no VMkernel ports are the Independent Hardware iSCSI Adapter and the Fibre Channel HBA. These adapters do not rely on the VMkernel for network connectivity, as they have their own dedicated hardware for handling iSCSI or Fibre Channel traffic. Therefore, they do not require VMkernel ports to function properly.

Submit
164. An administrator has just completed an update of an ESXi 5.x host. Prior to the upgrade, a backup of the host configuration was performed. After the upgrade, the backup was restored to the upgraded host. Shortly after the upgrade was completed, the administrator receives complaints that users are unable to power on virtual machines.     What are the two most likely reasons that VMs cannot power up on this host? (Choose two.)

Explanation

The two most likely reasons that VMs cannot power up on this host are:

B. It has been more than 60 days since the host was originally installed: ESXi hosts have a 60-day evaluation period, and if the host has been running for more than 60 days without a valid license, it will enter a lockdown mode where virtual machines cannot be powered on.

D. The backup was performed prior to a license key being applied: If the backup was taken before a license key was applied to the host, restoring the backup will not include the license key. Without a valid license, virtual machines cannot be powered on.

Submit
165. What are three valid subprofile configurations that can be edited with the Host Profile editor? (Choose three.)

Explanation

The Host Profile editor allows users to edit three valid subprofile configurations: Date and Time, Networking, and Security. These configurations can be customized and adjusted according to the specific requirements and preferences of the user. The editor provides the necessary tools and options to make changes to these subprofiles, ensuring that the host profile aligns with the desired settings for date and time synchronization, networking configurations, and security measures.

Submit
166.
An administrator takes a vSphere snapshot of a virtual machine and applies an OS update. After
confirming the update the administrator cannot enable Fault Tolerance on the virtual machine and
suspects there are snapshots that have not been consolidated.
Which two operations can the administrator perform to verify consolidation is needed? (Choose
two.)

Explanation

To verify if consolidation is needed, the administrator can perform two operations. First, they can expose the Needs Consolidation column in the virtual machines tab of the host. This column will show if any virtual machines require consolidation. Second, they can browse the datastore containing the vmdk files and look for files with the "-delta.vmdk" extension. These files indicate that there are snapshots that have not been consolidated. By performing these two operations, the administrator can confirm if consolidation is needed.

Submit
167.
A new LUN has been provisioned to all hosts in a vSphere 5.x cluster. On one host a new VMFS
datastore has been created.
How will the new datastore be discovered by the other ESXi 5.x hosts?

Explanation

The new VMFS datastore will not be automatically discovered by the other ESXi 5.x hosts. Instead, a manual refresh is required on each ESXi host to discover the new VMFS datastore. This means that the administrator will need to manually initiate a scan or refresh on each host to detect the new datastore.

Submit
168.
An administrator selects the Profile Compliance tab of an vSphere cluster, then selects Check
Compliance Now. Which features requirements are not checked by this?

Explanation

When the administrator selects the "Check Compliance Now" option on the Profile Compliance tab of a vSphere cluster, it checks the compliance of the cluster with the configured host profiles. Host profiles are used to ensure that hosts in the cluster are configured according to a predefined set of policies and settings. Therefore, the correct answer is D. Host Profiles, as this option specifically checks the compliance of host profiles and not the other features such as vMotion, Fault Tolerance, or DRS.

Submit
169. Which component is the metering tool for vCloud administration?

Explanation

VMware vCenter Chargeback is the metering tool for vCloud administration. It helps to track and measure resource usage in a vCloud environment, allowing administrators to allocate costs to different departments or customers based on their resource consumption. This tool provides detailed reports and insights into resource usage, helping organizations optimize their resource allocation and make informed decisions regarding resource provisioning and billing.

Submit
170. Which three tasks can be selected from the home page of an ESXi 5.x host? (Choose three.)

Explanation

From the home page of an ESXi 5.x host, three tasks that can be selected are: browsing objects managed by the host, browsing NFS mounts for this host, and downloading VMware vCenter or the vSphere client from vmware.com. These tasks provide the user with options to manage and browse objects, access NFS mounts, and download necessary software for managing the host.

Submit
171.          An administrator is configuring an ESXi 5.x host with two dual-port Fibre Channel (FC) HBAs. The FC storage array has four active storage processor ports.  Zoning is configured on both fabrics, with ESXi HBA ports and the array ports in the same zone.  There are two LUNs with VMFS datastores configured.     Using Round Robin multipathing, what is the maximum number of paths that can be used to send data to the VMFS datastores at any given time?

Explanation

The maximum number of paths that can be used to send data to the VMFS datastores at any given time using Round Robin multipathing is 2. This is because the ESXi host has two dual-port FC HBAs, which means there are a total of four paths available. However, with Round Robin multipathing, the paths are distributed in a round-robin fashion, so at any given time, only two paths will be active for sending data.

Submit
172. Where are IP addresses for a vSphere Storage Appliance (VSA) cluster managed?

Explanation

The IP addresses for a vSphere Storage Appliance (VSA) cluster are managed on the VSA Manager tab for the cluster hosting VSA. This suggests that the VSA Manager is responsible for handling the management of IP addresses for the cluster.

Submit
173. An administrator finds that vMotion and Storage vMotion operations do not succeed on a virtual machine. The virtual machine has been configured with N_Port ID Virtualization. The virtual machine has two data RDMs, one using a RAID5 LUN and one using a RAID0+1 LUN. The mapping file for the RAID5 LUN was created on the same datastore as the virtual machine, and the mapping file for the RAID0+1 LUN was placed in a datastore used for production data virtual disks. Which two statements are true about this configuration? (Choose two.)

Explanation

The correct answer is B. vMotion cannot be used unless both mapping files are placed on the same datastore. This is because vMotion requires both the virtual machine files and the mapping files to be located on the same datastore. Since the mapping file for the RAID0+1 LUN is placed in a different datastore, vMotion cannot be used for this virtual machine.

The answer D. Storage vMotion cannot be used with NPIV is incorrect because NPIV (N_Port ID Virtualization) does not impact the ability to use Storage vMotion. NPIV is a feature that allows multiple virtual machines to share a single physical Fibre Channel HBA port, and it does not affect the ability to perform Storage vMotion operations.

Submit
174. An administrator has implemented a new vSphere 5 environment and is deploying their first Windows 2008 R2 template. When running the Deploy Template wizard, the error shown in the exhibit appears. What can be done to correct the problem?

Explanation

Explanation: http://communities.vmware.com/thread/45830

Submit
175. An administrator is upgrading an ESXi 3.5 host to ESXi 5.x with an intermediate upgrade to 4.0 using Update Manager. The host has a single Intel Xeon processor, 4GB of RAM, and a VMFS datastore on a private, SAN-attached LUN. What might cause the upgrade to be unsuccessful?

Explanation

The given scenario involves upgrading an ESXi 3.5 host to ESXi 5.x with an intermediate upgrade to 4.0 using Update Manager. However, the answer D states that Update Manager cannot upgrade a previously upgraded host. This means that if the host has already been upgraded to a newer version using Update Manager, it cannot be upgraded again using the same tool. Therefore, attempting to upgrade a previously upgraded host using Update Manager would cause the upgrade to be unsuccessful.

Submit
176. What is one requirement when adding an extent to a VMFS datastore?

Explanation

When adding an extent to a VMFS datastore, one requirement is to have an unused iSCSI or FCP LUN. A LUN (Logical Unit Number) is a unique identifier for a particular storage device or partition. In this case, the VMFS datastore needs to have access to an unused iSCSI or FCP LUN in order to expand its storage capacity. This allows the VMFS datastore to utilize additional storage resources and accommodate more virtual machines or data.

Submit
177. Which two VMware software components can be updated by Update Manager? (Choose two.)

Explanation

Update Manager is a software component in VMware that is used to automate the process of updating and patching VMware components. ESX 3.5 and Virtual Appliances are two components that can be updated using Update Manager. ESX 3.5 is a hypervisor software that runs on physical servers and Virtual Appliances are pre-configured virtual machines with specific applications or services. Therefore, Update Manager can be used to update both the hypervisor software and the virtual machines running on it. vCenter Server and Guest OS are not updated using Update Manager.

Submit
178. An administrator uses VMware Data Recovery to make backups of virtual machines. Checking on the backup jobs that were run the previous evening, the administrator notices that some jobs completed but that other jobs did not. What are two possible causes for the failure? (Choose two.)

Explanation

Two possible causes for the failure could be that eight backup jobs were running simultaneously, causing new jobs to fail to start, and that the backup window was not open long enough to retrieve all of the changed blocks.

Submit
179. Which two circumstances might cause a DRS cluster to become invalid? (Choose two.)

Explanation

If an ESXi host is removed from the cluster, it can cause the DRS cluster to become invalid as the cluster is no longer balanced and may not have enough resources to properly distribute the virtual machines. Additionally, if virtual machines are powered on directly from an ESXi host using the vSphere Client, it bypasses the DRS cluster and can cause the cluster to become invalid as the virtual machines are not being managed by DRS.

Submit
180. The Power and Suspend buttons for a virtual machine can be configured from the Options tab of the virtual machine. What are the two default actions that are configured for these buttons? (Choose two.)

Explanation

The Power button is configured to do a graceful shutdown, meaning it will send a signal to the guest operating system to shut down properly before powering off the virtual machine. The Suspend button is configured to suspend the virtual machine through ESXi, which means it will save the current state of the virtual machine and pause its execution until it is resumed.

Submit
181. Which two actions can be scheduled through the Scheduled Task wizard in the vSphere Client? (Choose two.)

Explanation

The Scheduled Task wizard in the vSphere Client allows users to schedule two actions: changing the power state of a virtual machine and creating a virtual machine. This means that users can automate tasks such as powering on or off a virtual machine at specific times or creating new virtual machines on a predefined schedule. The other options, removing a host and reverting to a snapshot, cannot be scheduled through the wizard.

Submit
182. An administrator notices that the database virtual machines fail to backup within the backup window. Each database virtual machine has 4 vCPUs, 16GB RAM and 12 virtual disks. There are 16 database virtual machines to backup using 8 backup jobs. Which is the simplest way to improve the backup performance for these virtual machines?

Explanation

Adding 1MB VMDK drives at 1.0, 2.0, and 3.0 on the VDR appliance is the simplest way to improve the backup performance for these virtual machines. This will distribute the backup load across multiple drives, allowing for faster backups. Adding a backup job for each virtual machine (option A) would increase the number of backup jobs and may not necessarily improve performance. Setting a 16GB reservation for each virtual machine (option B) would allocate more resources but may not directly impact backup performance. Upgrading the array to 8GB FCP and ensuring proper multipathing (option D) would improve storage performance but may not directly address the backup issue.

Submit
183.     A virtual machine, VM21, will be migrated between two ESXi 5.x hosts, labeled ESXi01 and ESXi02. Each host has two vSphere Standard Switches (vSS), configured as follows:         1.  vSwitch0 has a portgroup labeled Management and a portgroup labeled vMotion.   2.  The Management portgroup contains a vmkernel port tagged for management traffic.   3.  The vMotion portgroup contains a vmkernel port tagged for vMotion traffic.   4.  vSwitch0 on ESXi01 has a single uplink attached to the 10.1.20.0/24 network.   5.  vSwitch0 on ESXi02 has a single uplink attached to the 10.1.20.0/24 network.   6.  Each host has a vSwitch1 with a Production portgroup used by virtual machine traffic.   7.  Each vSwitch1 has an uplink attached to the 10.1.40.0/24 network. What is true about migrating VM21 to the new host?

Explanation

In this configuration, both ESXi hosts have vSwitch0 with a portgroup labeled vMotion, which contains a vmkernel port tagged for vMotion traffic. This means that vMotion is supported between the hosts. The fact that each host has a vSwitch1 with a Production portgroup used by virtual machine traffic is not relevant to the question of whether vMotion is supported. Therefore, option A is the correct answer.

Submit
184. When designing a storage infrastructure to support ESXi 5.x hosts what limit will be reached first?

Explanation

When designing a storage infrastructure to support ESXi 5.x hosts, the limit that will be reached first is the maximum number of paths to an iSCSI RDM. This means that there is a maximum number of paths that can be established between the ESXi host and an iSCSI RDM (Raw Device Mapping). Once this limit is reached, no more paths can be added, potentially limiting the scalability and performance of the storage infrastructure.

Submit
185.   vCenter Server is running in a virtual machine that is part of a vSphere DRS cluster. The vCenter Server virtual machine has been tested and can successfully migrate with vMotion between all ESXi hosts in the cluster. DRS is configured for partial automation.     What happens if an ESXi 5.x host that is running the vCenter Server virtual machine experiences a power outage?

Explanation

If an ESXi host that is running the vCenter Server virtual machine experiences a power outage, the vCenter Server will remain offline. However, all virtual machines on the remaining hosts in the vSphere DRS cluster will continue without interruption. This is because vSphere DRS will automatically migrate the virtual machines to other hosts in the cluster to ensure their availability.

Submit
186. During peak operating hours, an administrator finds that a business-critical application running in a virtual machine is not performing as well as during normal hours. Which memory management method can be used to guarantee that the application performs well at all times?

Explanation

not-available-via-ai

Submit
187. An administrator is applying patches to a batch of ESXi 5.x hosts in an under-allocated HA/DRS cluster. An attempt is made to place the host into maintenance mode, but the progress has stalled at 2%. DRS is configured as shown in the exhibit. Of the four choices below, two would effectively resolve this issue. Which two steps could be taken to correct the problem? (Choose two.)

Explanation

Setting the virtual machines on the host to Fully Automated would allow DRS to automatically migrate the virtual machines to other hosts in the cluster, freeing up resources on the host being placed in maintenance mode. Shutting down the virtual machines on the host would also free up resources and allow the host to enter maintenance mode successfully.

Submit
188. What reasons would prevent an administrator from deploying a virtual machine from a template? (Choose two.)

Explanation

The administrator would be prevented from deploying a virtual machine from a template if the vSphere Client is connected to an ESXi host. This is because the vSphere Client needs to be connected to the vCenter Server in order to deploy a virtual machine from a template. Additionally, the template being listed as Orphaned would also prevent the deployment as it indicates that the template is no longer associated with a virtual machine or a host.

Submit
189. Using the vSphere Storage Appliance (VSA) Manager to view the Appliances Status column, what are three valid states? (Choose three.)

Explanation

The vSphere Storage Appliance (VSA) Manager allows users to view the status of the appliances. The three valid states that can be seen in the Appliances Status column are "Degraded," "Online," and "Offline." "Degraded" indicates that the appliance is functioning at a lower level of performance or reliability. "Online" means that the appliance is currently connected and functioning properly. "Offline" signifies that the appliance is not currently connected or accessible.

Submit
190. A VMFS3 datastore has just been upgraded to VMFS5.   In what two ways does this affect the datastore? (Choose two.)

Explanation

When a VMFS3 datastore is upgraded to VMFS5, the existing VMFS3 block size is retained (option A). This means that the block size used for storing data on the datastore remains the same. Additionally, any existing VMDK (virtual machine disk) on the datastore can be expanded up to 2TB (option C). This allows for increased storage capacity for virtual machines on the upgraded datastore.

Submit
191. An administrator has configured a vSphere Distributed Switch to send all network traffic to a collector virtual machine for analysis. However, after checking the collector virtual machine several hours later the administrator finds that no data has been collected. vSphere 5.x has been deployed in the datacenter. Which two items below could be causing this issue? (Choose two.)

Explanation

The correct answer is B and D. The issue could be caused by the source and target virtual machines not being on the same vSphere Distributed Switch, as this is necessary for the traffic to be sent to the collector virtual machine. Additionally, the port group or distributed port may not have NetFlow enabled, which is required for the data to be collected and analyzed by the collector virtual machine.

Submit
192. It appears that a single vCPU virtual machine in a resource pool called Production is having performance problems because it does not have enough CPU resources available. Which two methods can be used to improve performance and reduce CPU contention of this virtual machine while maintaining compatibility with DRS? (Choose two.)

Explanation

To improve performance and reduce CPU contention for the single vCPU virtual machine in the Production resource pool while maintaining compatibility with DRS, two methods can be used. Firstly, configuring a CPU reservation for the virtual machine will ensure that a specific amount of CPU resources is always available for it, preventing contention. Secondly, increasing the CPU shares for the virtual machine will give it a higher priority in resource allocation, ensuring it gets a larger share of CPU resources when contention occurs. These two methods will help improve performance and reduce CPU contention for the virtual machine.

Submit
193. What are three use cases for vSphere Fault Tolerance? (Choose three.)

Explanation

The correct answers are B, D, and E. These use cases for vSphere Fault Tolerance include providing efficient scheduled reliability for a payroll virtual machine, guaranteed reliability for a legacy Windows NT virtual machine, and ensuring uptime for a Linux virtual machine without making any changes to the OS. These scenarios highlight the benefits of using vSphere Fault Tolerance to enhance the reliability and availability of different types of virtual machines in a VMware environment.

Submit
194. A company is planning an upgrade from vSphere 4.x to vSphere 5. They currently have three dual CPU servers licensed for ESXi 4.1 Advanced Each server has 256GB of RAM installed. Their virtual machines are sized three ways. Light. 1v CPU, 4GB RAM Medium. 2v CPU, 8GB RAM Heavy. 4 vCPU, 12GB RAM The Production workload consists of. 20 Light servers 20 Medium servers 2 Heavy servers The Development workload consists of. 10 Light servers 10 Medium servers How will vSphere 5 licensing impact their upgrade? (Choose two.)

Explanation

The correct answer is B. They will be able to reduce their power consumption. Upgrading to vSphere 5 will provide them with new features and capabilities that can help optimize power usage and reduce power consumption, resulting in cost savings and environmental benefits.

The correct answer is C. They will be restricted from powering on additional virtual machines. vSphere 5 has a different licensing model compared to vSphere 4.x. With the upgrade, they may face restrictions on the number of virtual machines they can power on based on their licensing agreement. They may need to purchase additional licenses to power on more virtual machines.

Submit
195.       An administrator has deployed a vCenter Server to manage a virtual environment. The administrator has been asked to develop a plan for handling major upgrades to the application.   What should be included in the upgrade plan?

Explanation

Explanation: Page 131 of vsphere-update-manager-50-install-administration-guide.pdf

NOTE
Update Manager 5.0 does not support virtual machine patch baselines.
If a host is connected to vCenter Server by using an IPv6 address, you cannot scan and remediate


virtual machines and virtual appliances that run on the host.
Remediation of VMware vCenter Server Appliance is not supported. For more information about upgrading the virtual appliance, see the vCenter Server upgrade documentation.
Page 56 of vsphere-esxi-vcenter-server-50-upgrade-guide.pdf Upgrade the VMware vCenter Server Appliance
Because the VMware vCenter Server Appliance was first released with vSphere 5.0, upgrading
the appliance is not required until a future release. This information helps you plan for future upgrades.
Procedure
1. Deploy the new version of the vCenter Server Appliance. The new appliance has a default network configuration, and the vCenter Server service is unconfigured and disabled.
2. Connect to both the old and new appliances in separate browser windows.
3. In the Upgrade tab of the new appliance, select destination for the appliance role, and click Set role.
4. In the Upgrade tab of the old appliance, select source for the appliance role, and click Set role.
5. In each appliance, click Establish Trust. The local appliance key appears.
6. In the new appliance, copy the local appliance key.
7. Paste the local appliance key into the Remote appliance key field of the old appliance.
8. Click Import remote key in the old appliance.
9. In the old appliance, copy the local appliance key.
10. Paste the local appliance key into the Remote appliance key field of the new appliance.
11. Click Import remote key in the new appliance.
12. In the new appliance, click Import, and click Start import.
The new appliance shuts down the old appliance and assumes the network identity of the old appliance. This process can take several minutes. When the import is complete, the new vCenter Server Appliance starts.

Submit
196. ACME Anvil Incorporated has several departments which each have unique resource requirements in their environment.     1.  The Manufacturing department has ten production virtual machines.   2.  The Development department has two test/dev virtual machines.   3.  The Manufacturing virtual machines have only CPU reservations.   4.  No Development virtual machine should be able to use more resources than any Manufacturing virtual machine requests.   5.  Manufacturing department virtual machines must always be able to power on.
Resource Pools will be used to address these requirements.   When creating the "Manufacturing" and "Development" pools, which settings should be part of the configuration to meet the stated requirements? (Choose two.)

Explanation

To meet the stated requirements, setting a reservation for CPU resources on the Manufacturing resource pool is necessary. This ensures that the Manufacturing virtual machines always have the required CPU resources available to them. Additionally, ensuring that the shares set on the Manufacturing pool are at least five times the shares set on the Development pool ensures that the Manufacturing department virtual machines have a higher priority and access to resources compared to the Development department virtual machines.

Submit
197. Two child resource pools exist for a DRS cluster.       The Production resource pool has been configured with a CPU reservation of 20GHz and a memory reservation of 20GB. The pool has 16 single-processor virtual machines and 4 dual- processor virtual machines. Each of these virtual machines has a CPU reservation of 1GHz and a memory reservation of 1GB.     The Development resource pool and it's virtual machines have been configured with no reservations. The pool has 1 single-processor virtual machine and 1 dual-processor virtual machine.  CPU Shares are set to 4000 and Memory Shares are set to 163840. The Production team members occasionally complain about the performance of their servers. Which two options could be part of the plan to to resolve the issue while minimizing the amount of resources reserved by the pool? (Choose two.)  

Explanation

The Production resource pool is experiencing performance issues, so the plan should focus on allocating more CPU resources to the virtual machines in that pool. Option B suggests increasing the CPU Shares of the Production pool to 40000, which will give it higher priority for CPU resources. Option C suggests doubling the CPU reservation on the Production virtual machines and pool, which will ensure that a certain amount of CPU resources are always available for them. These two options will help improve the performance of the Production virtual machines without reserving excessive resources.

Submit
198.     Which two statements are true regarding a mixed DRS cluster with Intel-based and AMD-based ESXi 5.x hosts? (Choose two.)

Explanation

In a mixed DRS cluster with Intel-based and AMD-based ESXi hosts, DRS can load-balance running virtual machines as long as there are multiple hosts per CPU family. This means that DRS can distribute the virtual machines across the hosts to ensure optimal performance. Additionally, cold migration may be needed to balance the performance load on the cluster. This involves manually moving virtual machines from one host to another to evenly distribute the workload. Therefore, options A and C are the correct statements.

Submit
199. What two statements are true about Fibre Channel zoning? (Choose two.)

Explanation

Fibre Channel zoning is a method of partitioning a Fibre Channel fabric into smaller groups called zones. These zones define paths to a Fibre Channel array, allowing specific devices to communicate with each other while isolating them from other devices in the fabric. This helps in optimizing performance and improving security. Additionally, zones can be configured as either soft or hard. Soft zoning allows communication between devices within the same zone, while hard zoning restricts communication only to devices explicitly defined within the zone.

Submit
200. Which two types of information can be obtained about a VMFS datastore using the Summary tab for a connected host in the vSphere Client? (Choose two.)

Explanation

The Summary tab for a connected host in the vSphere Client provides information about the hardware acceleration status of a VMFS datastore. This information is useful for determining if hardware acceleration is enabled or disabled for the datastore, which can impact the performance of virtual machines running on that datastore. Additionally, the Summary tab also provides information about the alarm actions status for the datastore. This allows administrators to see if any alarms have been triggered for the datastore and what actions have been taken in response to those alarms.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 08, 2012
    Quiz Created by
    DavidTarr
Cancel
  • All
    All (200)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
When deploying an OVF template, the resulting virtual disk is created...
An administrator has just finished deploying a vApp for a web service....
What are two valid Resource settings that can be set at the vApp...
Which VMware solution uses the security of a vSphere implementation...
An administrator has configured a virtual machine using the Emulate...
An administrator is editing the IP allocation policy for a vApp. ...
A group of virtual machines has been deployed using thin disks because...
In a vSphere HA cluster, what is the maximum number of point-to-point...
While performing a security check the vSphere administrator finds...
The RDP performance for a virtual machine on an ESXi 5.x host appears...
Why is converting a virtual machine to a template significantly faster...
A company has converted several physical machines to virtual machines...
The page file for a Windows guest operating system or the swap...
A user wants to receive an email notification when the virtual machine...
A vSphere environment is created with two virtual machines, VM23 and...
A database administrator has reported periodic poor performance on a...
When memory is overcommitted, which two values can an administrator...
What virtual machine action listed below can be performed on a...
A user attempts a remote SSH connection to a newly-installed ESXi 5.x...
An administrator creates a new Role of "Virtual Machine...
What is the size of a virtual machine .vswp file?
An administrator is attempting to clone a running virtual machine, but...
What are three valid objects to place in a vApp? (Choose three.)
  ...
An administrator decides to use Data Recovery to back up some key...
What options must be configured in the vCenter Server settings before...
Which functions can be performed with the Plug-in Manager? (Choose...
An administrator is performing upgrades to ESXi 5.x from ESX 3.x and...
   ...
Which conditions are true regarding an ESXi 5.x host placed into...
What are two benefits of physical compatibility mode for RDMs, as...
Which two settings are required by the deployment wizard when...
An administrator is investigating a report of slow disk performance....
Virtual machine VM1 is unable to communicate with virtual machine VM2....
A mid-size company with a vSphere 5 cluster wants to enable their...
Which resource management technique can be used to relieve a network...
Which network driver is not supported with virtual machine hardware...
Networking policies for a vSphere Standard Switch, such as traffic...
Which two options will be presented during the Migrate wizard for a...
An administrator views the Fault Tolerance pane of the Summary tab...
An administrator is unable to connect a vSphere Client to an ESXi 5.x...
Which of these factors indicates a high likelihood that the...
What is the recommended maximum memory value that is displayed when...
When would a license server be configured for vCenter Server 5.x?
Which memory conservation technique collaborates with the server to...
An administrator is configuring a stretched HA cluster. The...
What are two consequences of deleting a VMFS datastore from an ESXi...
Acme Disposal Services is a large company which has many...
  ...
An administrator is installing a Windows Server 2008 operating system...
ACME Catering Services is using esxtop to troubleshoot a performance...
How does a hardware FCoE Adapter appear to an ESXi host?
What would be a valid reason to enable traffic shaping?
 ...
 ...
When creating a dvPort group, which port binding option assigns a port...
How can virtual machines be moved between datacenters?
An administrator is performing maintenance on a storage array used by...
What is an accurate statement about the secondary virtual machine of a...
How can vCenter maps be used outside of the vSphere client? (Choose...
When cloning a virtual machine to a template, what two attributes from...
For the selected item, what two properties could the storage...
A database administrator has requested a disk for a virtual machine...
What tool can an administrator use to determine if an existing...
Which type of port on a seconday private VLAN can communicate with...
An administrator is working to implement Storage Profiles in their...
Which are the correct parameters to specify when adding an iSCSI...
Recently, a storage interface card in an ESXi 5.x host has been...
What type of failure is VMware Fault Tolerance designed to protect...
An administrator has recently upgraded their Update Manager...
If you create a custom role and do not assign privileges what...
An administrator is creating a vApp for a multi-tiered web...
An administrator has discovered a failure that has affected network...
An administrator is migrating a virtual machine in a DRS...
An administrator is seeing a warning on one of their hosts. The...
An administrator is configuring a vSphere HA cluster for three ESXi...
The performance graph for a virtual machine with 1GB of RAM shows the...
     ...
An administrator has deployed a two-node cluster with HA and DRS...
   ...
What are two requirements for a fully functional vSphere HA cluster?...
A new ESXi 5.x host is set up with two virtual machines. A memory...
What do changes made to resources reserved by a resource pool affect...
An administrator has deployed vCenter Data Recovery and wants the...
What number of IOPS should be used with Storage I/O Control to limit...
  ...
 Which two conditions prevent the application of a host profile...
An administrator is configuring vMotion in their environment. As part...
VCenter reports a connectivity problem with a ESXi 5.x host that is...
An administrator has determined that storage performance to a group of...
A request has been made to the SAN administrator to provision a new...
ACME Logging Inc. has been using the vSphere Web Client to deploy...
Which is an important benefit provided by VLANs?
An administrator notices that log files kept on an ESXi 5.x host are...
        ...
What are three of the steps recalled patches automatically go through...
Which two conditions must exist on all hosts in the cluster if...
What differentiates a private cloud from a vSphere Infrastructure?
What is the default VFAT scratch partition size for ESXi 5.x when...
Which two statements are true regarding vSphere standard switches?...
When planning for an upgrade from vSphere4 to vSphere5 what will be...
When PSA is coordinating the VMware NMP and any installed third-party...
A vSphere 5.x environment has an ESXi 5.x host configured to boot from...
    ...
An administrator is troubleshooting an ESXi 5.x host and needs to...
What Windows security object is granted the vCenter Server...
A company wants to increase disk capacity for their vSphere...
How can you verify that vStorage APIs for Array Integration (VAAI)...
An administrator wants to configure a DRS Migration Threshold that...
An administrator wants to monitor the health status of an ESXi 5.x...
An iSCSI array is being added to a vSphere 5.x implementation. An...
An administrator has been tasked with adding a newly installed uplink...
Which two options cannot be edited if vApp Options is disabled in the...
An administrator decides to implement a Fixed multipathing policy for...
What are the three service offerings provided by a VMware-powered...
An administrator is creating a virtual machine that will be running...
An administrator is working to update the hosts and virtual machines...
An ESXi 5.x host displays a warning icon in the vSphere console and...
In vSphere, a bound physical NIC can be configured to transmit and...
On which two vSphere elements can traffic shaping be configured?...
          ...
Which two configuration settings can be modified when using the...
What does the graph in the exhibit indicate?
What are two requirements for successful vMotion migration? (Choose...
What failure will beacon probing identify in vSphere networking?
While building a VMware View environment one of the design...
An administrator is enabling Enhanced vMotion Compatibility (EVC) in a...
Users are experiencing performance issues when updating their database...
Which two migration techniques can be used together to move a running...
Which is the most secure method of connecting to an iSCSI storage...
An administrator is informed that there will be a storage maintenance...
What function does Enhanced vMotion Compatibility (EVC) provide?
Windows virtual machines use a page file and Linux virtual machines...
   ...
Which three Storage I/O Control conditions might trigger the Non-VI...
A series of Auto Deploy ESXi 5.x hosts which utilize vSphere Standard...
Based on the exhibit, what is the appropriate action to set a...
What are two reasons why a company would choose to use ESXi 5.x...
An administrator plans to deploy ESXi 5.x, but does not want to use CD...
An administrator has created a virtual machine that will be accessed...
What are three true statements about quiescing virtual machine...
An administrator has been tasked with upgrading an exsiting host from...
Which two vCenter plug-ins are installed with a default vSphere Client...
An administrator is configuring a stretched HA configuration and has...
What is a valid example of a vSphere Update Manager upgrade?
Users are having difficulty accessing a Web server since a new Web...
Which statement describes the functionality of traffic shaping on a...
What is a benefit of vCenter Linked-Mode?
An administrator has purchased a new 10GB Converged Network Adapter...
Which tool defines the Image Profiles used with Auto Deploy?
An administrator has a DRS/HA cluster with five ESXi 5.x hosts. When...
Which two statements are true about VLANs and port groups defined on a...
Which types of traffic can a VMkernel port be enabled to carry on a...
Which vSwitch or vSwitch port group policy setting allows packets to...
An administrator is setting up vMotion in a vSphere environment. A...
The storage administrator has recommended testing the performance...
    What are two valid use cases for vCenter Server...
   ...
    ...
What is true about the HA agent on ESXi 5.x hosts?
    ...
Before upgrading an ESXi host to vSphere 5.x from vSphere 4.x, which...
Which two storage adapters require no VMkernel ports? (Choose two.)
An administrator has just completed an update of an ESXi 5.x host....
What are three valid subprofile configurations that can be edited with...
An administrator takes a vSphere snapshot of a virtual machine and...
A new LUN has been provisioned to all hosts in a vSphere 5.x cluster....
An administrator selects the Profile Compliance tab of an vSphere...
Which component is the metering tool for vCloud administration?
Which three tasks can be selected from the home page of an ESXi 5.x...
        ...
Where are IP addresses for a vSphere Storage Appliance (VSA) cluster...
An administrator finds that vMotion and Storage vMotion operations do...
An administrator has implemented a new vSphere 5 environment and is...
An administrator is upgrading an ESXi 3.5 host to ESXi 5.x with an...
What is one requirement when adding an extent to a VMFS datastore?
Which two VMware software components can be updated by Update Manager?...
An administrator uses VMware Data Recovery to make backups of virtual...
Which two circumstances might cause a DRS cluster to become invalid?...
The Power and Suspend buttons for a virtual machine can be configured...
Which two actions can be scheduled through the Scheduled Task wizard...
An administrator notices that the database virtual machines fail to...
   ...
When designing a storage infrastructure to support ESXi 5.x hosts what...
 ...
During peak operating hours, an administrator finds that a...
An administrator is applying patches to a batch of ESXi 5.x hosts in...
What reasons would prevent an administrator from deploying a virtual...
Using the vSphere Storage Appliance (VSA) Manager to view the...
A VMFS3 datastore has just been upgraded to VMFS5. ...
An administrator has configured a vSphere Distributed Switch to send...
It appears that a single vCPU virtual machine in a resource pool...
What are three use cases for vSphere Fault Tolerance? (Choose three.)
A company is planning an upgrade from vSphere 4.x to vSphere 5. They...
     ...
ACME Anvil Incorporated has several departments which each have unique...
Two child resource pools exist for a DRS cluster. ...
   ...
What two statements are true about Fibre Channel zoning? (Choose two.)
Which two types of information can be obtained about a VMFS datastore...
Alert!

Advertisement