Courseiva
Key Value StorehardMultiple SelectObjective-mapped

Consul 1.15 Key Value Store Practice Question

Which TWO of the following are true regarding the behavior of the Consul KV store?

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

Stale reads allow for reading from non-leader nodes

KV values are stored as base64 encoded strings in the API, and they are eventually consistent for stale reads.

Answer analysis

Option-by-option breakdown

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

  • Keys can only contain alphanumeric characters

    Why it's wrong here

    Keys can contain most characters.

  • All KV writes are synchronous across all nodes

    Why it's wrong here

    Writes are synchronous across a quorum, not necessarily all nodes.

  • The KV store is limited to 1GB of data

    Why it's wrong here

    There is no hard 1GB limit, but performance degrades with size.

  • Stale reads allow for reading from non-leader nodes

    Why this is correct

    Stale consistency mode permits non-leader reads.

  • Values are stored as base64-encoded strings in the API response

    Why this is correct

    The API returns values as base64.

About these practice questions

One of 194 original Consul 1.15 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official HashiCorp exam blueprint

This Consul 1.15 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 Consul 1.15 exam.