VMware Certified Advanced Professional - VMware Cloud Foundation Architect
Architect enterprise hybrid cloud solutions with Broadcom VMware Cloud Foundation. This expert-level certification validates your ability to design, deploy, and manage scalable, secure, and resilient multi-cloud infrastructures.
Exam syllabus, organized by domain
Try a real question
Sample VMware Certified Advanced Professional - VMware Cloud Foundation Architect exam question
Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.
In an automated backup of VCF management VMs using vRO, the workflow succeeds individually but fails under load due to thread pool exhaustion. What architectural change should the architect make to the automation design?
// Example vRO configuration to add a workflow lock
var lock = LockManager.getLock("com.vmware.vcf.backup.mgmt");
lock.acquire(180000); // wait up to 3 minutes
System.log("Acquired backup lock");
try {
// Perform backup steps
} finally {
lock.release();
System.log("Released backup lock");
}Frequently asked questions
Key facts about the VMware Certified Advanced Professional - VMware Cloud Foundation Architect certification and how to prepare for it.
Skills & Requirements
What you need to know before attempting the VMware Certified Advanced Professional - VMware Cloud Foundation Architect exam.
Compare related certifications
Explore other certifications in the same category and see how they stack up.


