VA-003 • Timed Hard Questions
This is a timed practice session. You have 15 minutes to answer 25 questions — approximately 1 minute per question, matching real VA-003 exam pace. Answer every question before time expires.
Time remaining
15:00
Exam-pace drill
Allow 1 minute per question. On the real VA-003 exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
Refer to the exhibit. A developer reports that a token they created using `vault token create -policy=my-policy -ttl=2h` is no longer working after 1 hour. The token lookup output shows the token details. What is the most likely cause?
Refer to the exhibit. ``` $ vault token lookup s.abc123 Key Value --- ----- accessor a.xyz789 creation_time 1712345678 expiration_time 1712355678 creation_ttl 2h display_name mytoken entity_id entity-uuid-123 meta map[team:dev] num_uses 0 orphan true path auth/token/create policies [default my-policy] renewable true type service ```