VMware Site Recovery Manager (2025) — Question 47
An administrator is responsible for managing a VMware Cloud Foundation (VCF) instance. The administrator has been tasked with configuring VCF Automation to support a new critical project that requires logical isolation from the other ongoing development activities located within the workload domain.
The administrator has been tasked with completing the following:
• Ensure that all workloads for the project can only be managed by the application development (appdev) team.
• Ensure that all workloads for the appdev project only get deployed to one of the newly created network segments.
• Ensure that the self-service user can specify the VLAN number which will determine which appdev network a workload gets deployed to.
• Ensure that all workloads deployed to appdev segments automatically get an ip address from the internal IPAM solution.
The administrator completed the following tasks:
• Creates the necessary network infrastructure including new segments in NSX.
• Creates a new VCF Automation project and configures appdev team access to the project.
Before starting to develop any templates for the new appdev project, what three additional tasks in VCF Automation must the administrator complete to allow the deployment of workloads to different clusters? (Choose three.)
Answer options
- A. Add the net: appdev capability tag to all network segments discovered by NSX.
- B. Create a new network profile, include all appdev network segments in the network profile and add the net: appdev tag to the profile.
- C. Add all appdev networks to the existing development project’s network profile.
- D. Configure each appdev network with a gateway, subnet mask and IP range from the internal IPAM.
- E. Add a capability tag using vlan:to each corresponding appdev network segment based on the vlan number.
- F. Create a custom group that specifies the network name.
Correct answer: A, D, E
Explanation
The correct tasks A, D, and E ensure that the network segments are properly tagged, configured with necessary IP settings, and associated with the correct VLANs for the appdev project. Option B, while creating a network profile is important, does not specifically address the tagging of existing segments, and option C is irrelevant since it mixes appdev networks with development project settings, which does not align with the requirement for logical isolation.