VCAP - VMware Cloud Foundation Automation
Broadcom logo

VCAP - VMware Cloud Foundation Automation

3V0-21.25

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.

MasterWorkload Domain Lifecycle Automation

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?

javascript
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.