An administrator is tasked to converge an existing VMware vSphere environment to VMware Cloud Foundation (VCF). The following information has been provided to the administrator for this task:
Three VMware vCenters in Enhanced Linked Mode.
Five vSphere clusters per vCenter.
Lifecycle Manager configured with baselines and images.
Each VMware ESX host has 10 Gbps uplinks.
All ESX hosts are configured with LACP.
All clusters within a vCenter share a single vSphere Distributed Switch.
Which two configurations need to be changed before the environment is converged? (Choose two.)
Answer : B, E
The VCF 9.0 Convergence and Migration Guide outlines prerequisites and unsupported configurations when moving from a standalone vSphere deployment into VCF-managed workload domains.
Enhanced Linked Mode (ELM) must be removed:
VCF does not support multiple vCenters joined in Enhanced Linked Mode. Each workload domain has its own dedicated vCenter instance, managed by SDDC Manager. The documentation states:
''Before convergence, Enhanced Linked Mode must be deactivated. VCF requires independent vCenters for each workload domain.''
Lifecycle Manager must use Images only:
VCF lifecycle operations are exclusively image-based. Baselines are not supported.
''All clusters managed by VCF must be converted to vSphere Lifecycle Manager image-based lifecycle management prior to convergence.''
Other options are not required:
25 Gbps uplinks (A) are recommended for high throughput but not mandatory; 10 Gbps uplinks are supported.
An additional vMotion VMkernel (C) is not required by default, as standard vMotion networking is included in convergence designs.
vSphere Standard Switches (D) are not supported; VCF requires Distributed Switches, and existing vDS configurations can be adapted.
Therefore, the two configurations that must change are: Deactivate Enhanced Linked Mode (B) and switch Lifecycle Manager to Images only (E).
Which Kubernetes object is used to grant permissions to a cluster-wide resource?
Answer : B
In Kubernetes RBAC, ClusterRoleBinding is the mechanism for granting permissions to resources that are not namespace-scoped. The documentation integrated into VCF 9.0 explains: ''ClusterRoleBinding binds a user, group, or service account to a ClusterRole, granting cluster-wide permissions to non-namespaced resources such as nodes, storage classes, or persistent volumes.''
A RoleBinding grants access to namespace-scoped resources. RoleReference is a field within a RoleBinding/ClusterRoleBinding object, not a standalone object. ClusterRoleAccess is not a valid Kubernetes construct.
Thus, to assign permissions at a cluster-wide level, the correct object is ClusterRoleBinding.
An administrator is preparing to deploy a new VMware Cloud Foundation (VCF) fleet to an environment that does not have Internet access. Which two binaries must be uploaded to the VCF Installer appliance before initiating the deployment? (Choose two.)
Answer : C, D
In VCF 9.x, air-gapped bring-up requires staging the required binaries in the VCF Installer. The documented list explicitly includes NSX and VCF Operations among the components to upload. The product guide states: ''VMware Cloud Foundation required binaries include... NSX ... VMware Cloud Foundation Operations ... vCenter ... SDDC Manager...'' (exact list excerpt). This list does not call for ESX images or the legacy ''Lifecycle Manager.''
Therefore, from the given options the two binaries that must be uploaded are NSX and VCF Operations. ESX is pre-imaged on hosts per preparation guidance and is not a required VCF Installer binary; ''Lifecycle Manager'' is not used in VCF 9.0 bring-up.
===========
Which tool does an administrator use to collect and validate the initial inputs for the deployment of a VMware Cloud Foundation (VCF) fleet?
Answer : C
VCF 9.0 replaces legacy bring-up tooling with the VCF Installer, which provides a deployment wizard that validates configuration before bring-up. The guide describes: ''The deployment wizard validates your inputs... and displays errors and warnings if any.'' and that administrators ''Download and complete the planning and preparation workbook and have the information ready for validating inputs in the deployment wizard.''
While the workbook is used to collect information, the validation of those inputs is performed by the VCF Installer wizard prior to deployment. SDDC Manager is used after bring-up for lifecycle operations, and Cloud Builder is not used in VCF 9.0 deployments. Therefore, VCF Installer is the correct tool for collecting (via wizard prompts) and validating initial deployment inputs.
===========
An administrator is tasked to upgrade a VMware Cloud Foundation (VCF) environment from 5.2 to 9.0. During preparation, the administrator sees only the SDDC Manager 9.0 bundle available. Why are no other bundles available?
Answer : D
The VCF 9.0 Upgrade Documentation clearly outlines a staged upgrade sequence: ''The upgrade to VCF 9.0 begins with the SDDC Manager upgrade. Only after SDDC Manager is upgraded to 9.0 are the other component bundles (vCenter, ESXi, NSX, Operations) made available for download and application.''
This design ensures SDDC Manager is compatible with the lifecycle operations required for the rest of the environment. If SDDC Manager is not upgraded first, it cannot process or display other bundles. Offline repositories (A), proxy servers (B), or ASYNC tools (C) do not affect the bundle visibility order. Therefore, the correct answer is D. SDDC Manager must be upgraded first.
An administrator is tasked to deploy a new vSAN Storage Cluster to an existing VCF instance. The VCF instance is deployed as a single workload domain. What must the administrator do to achieve this without deploying additional management components?
Answer : C
Comprehensive and Detailed
The VCF 9.0 Architecture and Deployment Guide explains that within a single Workload Domain, administrators can scale resources by adding additional clusters, including compute or vSAN storage clusters. Specifically, ''A Workload Domain can contain multiple clusters. You can deploy a new cluster, such as a vSAN cluster, into an existing domain without introducing new management components.'' .
Options A and D both introduce new workload domains or VCF instances, which require their own management stack (vCenter, NSX Manager, etc.) and are unnecessary in this scenario. Option B is incorrect because ''vSAN storage-only nodes'' are supported in vSAN but are not the method for adding a new cluster within VCF automation. The correct approach is deploying a second cluster inside the same workload domain---this reuses the existing management components while meeting the requirement for a new vSAN storage cluster.
Which two are use cases for VMware Cloud Foundation (VCF) Automation? (Choose two.)
Answer : C, E
The VCF Automation documentation defines its primary use cases as:
Self-Service Catalog -- ''VCF Automation Service Broker provides a catalog for developers and operators to request services and blueprints.''
Application Dependency Mapping -- achieved through integration with VCF Operations for Networks. The guide highlights: ''Developers can discover application relationships and map dependencies through automated workflows in VCF Automation.''
Alerting (A) is handled by VCF Operations, not Automation. VPC implementation (B) and Private AI (D) are supported solutions but not direct Automation use cases. Therefore, the correct answers are C (Self-Service Catalog) and E (Application Dependency Mapping).