Courseiva
Explain Vault architecturemediumMultiple ChoiceObjective-mapped

VA-003 Explain Vault architecture Practice Question

A Vault administrator is configuring Consul as the storage backend. The Consul cluster will span three data centers with low latency links. Which Consul deployment is recommended for Vault to ensure data safety?

⚠ Common exam trap

HashiCorp often tests the misconception that distributing Consul servers across datacenters improves resilience, but in reality, Raft requires low-latency, reliable connectivity between all servers, and spreading them across DCs increases the risk of network partitions that break quorum.

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

5 Consul servers in a single datacenter

Vault requires a strong consistency guarantee for its storage backend, and Consul achieves this via the Raft consensus protocol, which requires a majority of servers to be available. A single datacenter with 5 Consul servers provides the necessary fault tolerance and quorum (3 out of 5) to survive failures while maintaining data safety. Spreading servers across datacenters with low latency links still introduces network partitions and higher latency, which can break Raft's stability and lead to split-brain scenarios or degraded 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.

  • 3 Consul servers across 3 datacenters (1 per DC)

    Why it's wrong here

    Cross-datacenter latency can cause write delays and potential consistency issues.

  • 3 Consul servers in each datacenter (total 9)

    Why it's wrong here

    Multiple datacenters add complexity and latency without benefit for Vault storage.

  • 3 Consul servers in one datacenter with agents in others

    Why it's wrong here

    Agents do not participate in the Raft consensus, so server count and placement are critical.

  • 5 Consul servers in a single datacenter

    Why this is correct

    A single datacenter setup provides strong consistency and low latency for Vault writes.

About these practice questions

This VA-003 question is part of Courseiva's 498-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.