
VCAP - VMware Cloud Foundation Automation
Validate advanced automation skills for VMware Cloud Foundation. Master workload domain lifecycle, troubleshooting, and API-driven infrastructure management with Broadcom technology.
Exam syllabus, organized by domain
Try a real question
Sample VCAP - VMware Cloud Foundation Automation 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.
A vRealize Orchestrator workflow is designed to scale up a workload domain. The workflow includes a custom scriptable task that calls the SDDC Manager API. Inspect the code snippet. What logic flaw could cause the workflow to hang indefinitely?
var taskUrl = ...;
var token = ...;
while (true) {
var response = System.getModule("com.vmware.library.http").restGetRequest(taskUrl, token);
var task = JSON.parse(response);
if (task.status == "SUCCESSFUL") {
break;
}
System.sleep(30000);
}Frequently asked questions
Key facts about the VCAP - VMware Cloud Foundation Automation certification and how to prepare for it.
Skills & Requirements
What you need to know before attempting the VCAP - VMware Cloud Foundation Automation exam.
Compare related certifications
Explore other certifications in the same category and see how they stack up.


