Question 163 of 511
vSphere Lifecycle ManagementhardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to verify that the custom-vib is available in the depot and that esxi-02 can install it. This is because vLCM enforces compliance by comparing each host’s actual VIB set against a depot-based image specification; when a custom VIB is present on one host but missing from another, the mismatch indicates the VIB is either absent from the depot or unreachable by the non-compliant host. On the VCP-DCV exam, this scenario tests your understanding of vLCM’s dependency on depot accessibility—a common trap is assuming you can simply copy the VIB manually, which bypasses vLCM’s desired-state model. Remember that vLCM treats the depot as the single source of truth; if a VIB is missing, the first troubleshooting step is always to confirm the depot contains it and the target host can connect. Memory tip: “Depot first, install second” — never try to push a VIB directly when vLCM reports a missing-VIB compliance issue.

VCP-DCV vSphere Lifecycle Management Practice Question

This VCP-DCV practice question tests your understanding of vsphere lifecycle management. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

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"}
    ]
  }
}
```

An administrator sees the above JSON output from a vLCM compliance report. What should the administrator do to resolve the compliance issue?

Question 1hardmultiple choice
Full question →

Exhibit

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"}
    ]
  }
}
```

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Verify that the custom-vib is available in the depot and that esxi-02 can install it.

The JSON output indicates that a custom VIB is present on esxi-01 but missing from esxi-02, causing a compliance mismatch. Option B is correct because the administrator must first verify that the custom VIB is available in the configured depot and that esxi-02 can install it, as vLCM uses depot-based image specifications and any missing VIB must be reachable and installable from the depot to achieve compliance.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Add the custom-vib to the desired image.

    Why it's wrong here

    The VIB is already in the image.

  • Verify that the custom-vib is available in the depot and that esxi-02 can install it.

    Why this is correct

    The host is missing the VIB; check depot and acceptance level.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Update the firmware version for esxi-02.

    Why it's wrong here

    Firmware is not mentioned in the issues.

  • Re-define the desired image for the cluster.

    Why it's wrong here

    The image is correctly defined; the issue is on the host.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume the VIB must be added to the desired image (Option A) when the JSON already shows it is present in the image definition, but the real issue is depot availability or host connectivity to install the VIB.

Detailed technical explanation

How to think about this question

vLCM uses a declarative model where the desired image is defined at the cluster level, and each host compares its software specification against that image. The compliance report shows a 'missing' status for the custom VIB on esxi-02, meaning the host cannot find or install the VIB from the configured depot (e.g., an online VMware depot or a local ZIP file). Under the hood, vLCM uses the Image Builder API to resolve VIB dependencies and checksum validation; if the depot URL is unreachable or the VIB is not signed correctly, the host will fail to install it, even if the VIB is listed in the desired image.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the VCP-DCV exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related VCP-DCV practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free VCP-DCV practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this VCP-DCV question test?

vSphere Lifecycle Management — This question tests vSphere Lifecycle Management — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Verify that the custom-vib is available in the depot and that esxi-02 can install it. — The JSON output indicates that a custom VIB is present on esxi-01 but missing from esxi-02, causing a compliance mismatch. Option B is correct because the administrator must first verify that the custom VIB is available in the configured depot and that esxi-02 can install it, as vLCM uses depot-based image specifications and any missing VIB must be reachable and installable from the depot to achieve compliance.

What should I do if I get this VCP-DCV question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on VCP-DCV

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. An administrator sees the above output from a vLCM pre-check prior to remediation. The administrator wants to remediate all hosts in the cluster with the image. What should the administrator do first?

medium
  • A.Remove the incompatible host from the cluster.
  • B.Change the image firmware requirement to false.
  • C.Add the required network card driver component to the image.
  • D.Reboot the host esx-02 to apply a firmware update.

Why C: Option B is correct because the host is incompatible due to a missing driver. Adding the required driver component to the image resolves the incompatibility. Option A is wrong because a reboot alone won't add the driver. Option C is wrong because removing the host is not necessary. Option D is wrong because the firmware requirement is not the issue.

Variation 2. After adding a new ESXi host to a vLCM-managed cluster, the compliance status shows 'Non-Compliant'. All other hosts in the cluster are compliant. The cluster uses a custom image. Which is the most likely cause of the non-compliance?

medium
  • A.The cluster image has not been exported to the host.
  • B.The host profile is not attached to the host.
  • C.The cluster image is corrupted.
  • D.The host's software inventory differs from the cluster image.

Why D: Option A is correct because a new host may have a different software version or firmware, causing it to deviate from the cluster image. Option B is wrong because the cluster image is applied to all hosts, not per host. Option C is wrong because the image itself is typically correct if other hosts are compliant. Option D is wrong because host profiles are not used with vLCM image-based management.

Variation 3. An administrator notices that after applying a vLCM image to a cluster, some hosts fail compliance with error: 'Host does not have required add-on'. What is the most likely cause?

medium
  • A.The add-on is not present in the vLCM depot.
  • B.The vCenter license does not include vLCM.
  • C.The host is not in maintenance mode during the check.
  • D.The host does not have internet access to download the add-on.

Why A: Option A is correct because vLCM requires all add-ons to be available in the depot and included in the image. Option B is wrong because internet connectivity is not required for local depots; Option C is wrong because the host does not need to be in maintenance mode for compliance check; Option D is wrong because vLCM works regardless of vCenter license level as long as it is Enterprise Plus.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.