Question 388 of 514
Explain Vault architecturehardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to accept the data loss and continue with the secondary as the new primary. This outcome occurs because Performance Replication in Vault is fundamentally asynchronous, meaning that writes acknowledged by the primary are not guaranteed to have been replicated to the secondary before a failure. When the primary suffers a complete outage, any secrets written just before the outage that had not yet been received and committed by the secondary are permanently lost, even if the replication status shows no errors—that status only confirms consistency up to the last successfully replicated point. On the HashiCorp Vault Associate VA-003 exam, this scenario tests your understanding of the trade-offs between availability and durability in a replicated architecture, often appearing as a trap where candidates mistakenly look for a recovery mechanism like manual sync or replay logs. A simple memory tip is to remember that “async means accept the loss”—if the replication is asynchronous, data written right before a primary outage is gone for good, and the only valid action is to promote the secondary and move forward.

VA-003 Explain Vault architecture Practice Question

This VA-003 practice question tests your understanding of explain vault architecture. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

A company deploys Vault in a production environment with three nodes using Integrated Storage (Raft). They have configured Performance Replication to a secondary datacenter. The primary datacenter experiences a complete outage. After restoring the primary, they promote the secondary to primary. However, they notice that some secrets written to the primary just before the outage are missing in the secondary. The replication status shows no errors. What is the most likely cause and correct action?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

  • Clue: "primary"

    Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

Question 1hardmultiple choice
Full question →

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

Accept the data loss and continue with the secondary as primary

Performance Replication in Vault is asynchronous, meaning there is no guarantee that all writes to the primary are replicated to the secondary before a failure. When the primary experiences a complete outage, any secrets written just before the outage that had not yet been acknowledged by the secondary are permanently lost. Since the replication status shows no errors, the system is consistent up to the last replicated point, and the only correct action is to accept the data loss and continue with the promoted secondary as the new primary.

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.

  • Accept the data loss and continue with the secondary as primary

    Why this is correct

    Asynchronous replication may lose recent writes; accept and move on.

    Clue confirmation

    The clue words "most likely", "primary" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Restore the primary from backup to recover missing secrets

    Why it's wrong here

    Backup may not contain the latest data, and restoring would overwrite secondary.

  • Failback to the original primary after restoring it

    Why it's wrong here

    Performance Replication does not support failback directly.

  • Re-promote the original primary and use it as the new primary

    Why it's wrong here

    Would cause data inconsistency.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume replication guarantees zero data loss because the status shows no errors, but they fail to recognize that asynchronous replication inherently allows a small window of unreplicated writes.

Detailed technical explanation

How to think about this question

Vault Performance Replication uses asynchronous streaming replication where the primary sends write-ahead log entries to the secondary. The secondary acknowledges receipt but does not wait for the write to be committed locally before the primary considers the write complete. This means a window of data loss exists equal to the replication lag, which can be milliseconds to seconds depending on network latency and load. In a Raft-based Integrated Storage cluster, the primary node is the leader, and Performance Replication operates at the cluster level, not per-node, so the entire primary cluster must be unavailable for this scenario to occur.

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 VA-003 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 VA-003 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 VA-003 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 VA-003 question test?

Explain Vault architecture — This question tests Explain Vault architecture — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Accept the data loss and continue with the secondary as primary — Performance Replication in Vault is asynchronous, meaning there is no guarantee that all writes to the primary are replicated to the secondary before a failure. When the primary experiences a complete outage, any secrets written just before the outage that had not yet been acknowledged by the secondary are permanently lost. Since the replication status shows no errors, the system is consistent up to the last replicated point, and the only correct action is to accept the data loss and continue with the promoted secondary as the new primary.

What should I do if I get this VA-003 question wrong?

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

Are there clue words in this question I should notice?

Yes — watch for: "most likely", "primary". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

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

Keep practising

More VA-003 practice questions

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 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.