Courseiva
Explain Vault architecturemediumMultiple ChoiceObjective-mapped

VA-003 Explain Vault architecture Practice Question

A company is running Vault in production with a single active node and two standby nodes using Integrated Storage. The operations team notices that after a network partition, one of the standby nodes becomes unavailable for a few minutes. Upon recovery, the node rejoins the cluster. However, the active node's performance degrades temporarily. What is the most likely cause?

⚠ Common exam trap

HashiCorp often tests the misconception that a reconnecting standby node triggers a leadership election or a full data sync, when in reality Raft uses snapshot installation to efficiently catch up followers, which can cause temporary performance degradation on the active node.

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

The standby node's recovery caused Raft snapshot installation, leading to temporary I/O load on the active node.

When a standby node reconnects after a network partition, the Raft consensus protocol may require the node to catch up on missed log entries. If the log gap is large, the active node initiates a snapshot installation, which involves reading and sending a compressed snapshot of the Raft state. This process causes significant I/O and CPU load on the active node, temporarily degrading its performance.

Answer analysis

Option-by-option breakdown

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

  • The standby node caused a leadership election upon reconnection.

    Why it's wrong here

    A leadership election only happens if the active node fails, not on reconnection.

  • The standby node was not using a seal wrapping key, causing re-encryption of all data.

    Why it's wrong here

    Seal wrapping is unrelated to node rejoin behavior.

  • The standby node's recovery caused Raft snapshot installation, leading to temporary I/O load on the active node.

    Why this is correct

    When a node rejoins after a partition, it may need to install a snapshot, causing I/O on the leader.

  • The standby node forced a full data sync from the active node, consuming resources.

    Why it's wrong here

    Raft syncs incrementally, not a full data sync.

About these practice questions

Courseiva writes every VA-003 question from scratch — 498 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This VA-003 practice question is part of Courseiva's free HashiCorp 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 VA-003 exam.