VCP-DCV • Timed Hard Questions
This is a timed practice session. You have 15 minutes to answer 25 questions — approximately 1 minute per question, matching real VCP-DCV exam pace. Answer every question before time expires.
Time remaining
15:00
Exam-pace drill
Allow 1 minute per question. On the real VCP-DCV exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
An administrator sees the above JSON output from a vLCM compliance report. What should the administrator do to resolve the compliance issue?
Refer to the exhibit.
```
{
"image": {
"version": "8.0.1",
"vibs": [
{"name": "vmware-esx", "version": "8.0.1-123456"},
{"name": "custom-vib", "version": "1.0.0-1"}
],
"firmware": {
"vendor": "Dell",
"version": "2.10.0"
}
},
"compliance": {
"status": "NON_COMPLIANT",
"issues": [
{"host": "esxi-02.corp.com", "type": "VIB_MISSING", "vib": "custom-vib"}
]
}
}
```