VCP-DCV • Hard Questions
The 25 most difficult VCP-DCV questions — topics that eliminate candidates. Full explanations for every option.
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"}
]
}
}
```