Exam 3V0-21.25 Topic 1 Question 2 Discussion
Actual exam question for VMware's 3V0-21.25 exam
Question #: 2
Topic #: 1
Question #: 2
Topic #: 1
A customer requires a backup of blueprints within VMware Cloud Foundation (VCF) Automation to a third- party solution each time the blueprint is released.
What construct will satisfy the requirement?
What construct will satisfy the requirement?
Suggested Answer: B Vote an answer
To automate the export or backup of Blueprints (Cloud Templates) in VCF 9.0, the Event Broker Service (EBS) is the required mechanism. While Velero (Option A) is used for backing up vSphere Pods and ArgoCD (Option C) is for continuous delivery, neither is designed to "listen" for internal automation metadata changes.
By creating an Event Broker Subscription mapped to the "Blueprint Released" or "Template Version Created" topic, the administrator can trigger an action every time a developer finalizes a new version of their infrastructure code. This triggered action (typically an ABX or Orchestrator task) can then programmatically retrieve the YAML definition of the blueprint via the VCF Automation API and push it to an external third- party storage solution or a secondary Git repository for long-term archival and backup. This ensures that the organization maintains a complete, off-appliance history of its infrastructure designs, satisfying auditing and disaster recovery requirements.
By creating an Event Broker Subscription mapped to the "Blueprint Released" or "Template Version Created" topic, the administrator can trigger an action every time a developer finalizes a new version of their infrastructure code. This triggered action (typically an ABX or Orchestrator task) can then programmatically retrieve the YAML definition of the blueprint via the VCF Automation API and push it to an external third- party storage solution or a secondary Git repository for long-term archival and backup. This ensures that the organization maintains a complete, off-appliance history of its infrastructure designs, satisfying auditing and disaster recovery requirements.
by Jo at Mar 15, 2026, 11:36 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).