Courseiva
Assess Vault tokensmediumMultiple ChoiceObjective-mapped

VA-003 Assess Vault tokens Practice Question

Exhibit

Refer to the exhibit.
```
$ vault token lookup
Key                 Value
---                 -----
accessor            abc123
expire_time         2025-06-01T12:00:00Z
id                  s.abcdefghijklmnop
issue_time          2025-05-01T12:00:00Z
meta                map[team:dev]
policies            [default devops]
renewable           true
ttl                 720h
type                service
```

Based on the exhibit, what is the maximum lifetime of this token?

⚠ Common exam trap

HashiCorp Vault often tests the distinction between `ttl` and `expire_time`, trapping candidates who assume the token's lifetime is solely based on the `ttl` value or that renewable tokens have no maximum lifetime.

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 token will expire at expire_time unless renewed

The token will expire at the absolute timestamp shown in `expire_time` unless it is renewed before that time. While `max_ttl` (not displayed in the exhibit) defines the absolute maximum lifetime if the token is repeatedly renewed, the token's current expiration is `expire_time`. Therefore, given the options, the token will expire at that time unless renewed.

Answer analysis

Option-by-option breakdown

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

  • 720 hours

    Why it's wrong here

    720h is the current TTL, but renewable tokens can extend up to max TTL.

  • The max TTL is shown as 'ttl' and cannot exceed that

    Why it's wrong here

    TTL is the initial TTL; renewable tokens can exceed it.

  • The token is valid indefinitely because it is renewable

    Why it's wrong here

    Renewable does not mean indefinite; it has a max TTL.

  • The token will expire at expire_time unless renewed

    Why this is correct

    The max TTL is not shown; the token behaves with current TTL and can be renewed.

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.