Courseiva
Compare authentication methodsmediumMultiple SelectObjective-mapped

VA-003 Compare authentication methods Practice Question

Which TWO authentication methods allow a machine to authenticate without storing a static secret? (Choose two.)

⚠ Common exam trap

HashiCorp often tests the misconception that AppRole is a 'secretless' method, but in reality, the RoleID is a static secret that must be stored, and the SecretID, while dynamic, still requires secure distribution, making it not truly stateless.

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

Kubernetes

Kubernetes authentication in Vault uses the Kubernetes service account token (a JWT) to authenticate. The JWT is dynamically generated by the Kubernetes API server and is not a static secret stored by the machine; Vault verifies it against the Kubernetes API server's token review endpoint. This allows the machine to authenticate without storing a long-lived static credential.

Answer analysis

Option-by-option breakdown

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

  • LDAP

    Why it's wrong here

    LDAP requires credentials.

  • AppRole

    Why it's wrong here

    AppRole requires a SecretID, which is a static secret.

  • Kubernetes

    Why this is correct

    Kubernetes auth uses the pod's service account token, no static secret.

  • Userpass

    Why it's wrong here

    Userpass requires a password.

  • AWS

    Why this is correct

    AWS auth uses instance identity documents, no static secret.

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.