VA-003 • Practice Test 1 — 10 Questions
Free VA-003 practice test 1 — 10 questions with explanations. No signup required.
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 ```