Sample questions
HashiCorp Vault Associate VA-003 practice questions
An administrator wants to use Vault's authentication method that allows users to log in with their corporate credentials via a federated identity system. The credentials are stored…
A security engineer wants to ensure that all requests to Vault are logged for compliance. Which component must be configured?
Drag and drop the steps to configure Vault's AWS secrets engine to generate IAM credentials into the correct order.
An organization uses the AWS secrets engine to generate IAM users dynamically. They notice that the generated IAM user is not immediately available for use in AWS. What is the most…
A security team wants to issue tokens that can be used for exactly 10 API calls, after which they must be renewed. Which two token parameters should be set on the token role?
Which THREE are required for Vault to encrypt data at rest? (Choose three.)
A user attempts to read a secret at path 'secret/data/app' and receives a 403 Forbidden error. What is the most likely cause?
A company wants to grant developers the ability to read and write secrets under the path 'secret/dev/*', but only they should be able to delete their own secrets. Which policy desi…
An administrator wants to write a secret 'myapp' with value 'password=pass123' to the KV v2 secret engine mounted at 'secret/'. Which command should they use?
When running Vault in development mode, which storage backend is used by default?
An operator needs to perform token lifecycle operations. Which THREE API endpoints are valid for token-related actions?
A large e-commerce company uses Vault to manage database credentials for microservices. They have a Vault cluster of 5 nodes using Integrated Storage (Raft). To increase capacity,…
Which TWO of the following are valid uses of a token accessor? (Select exactly 2 options.)
Which TWO of the following are features of the AWS secrets engine compared to the Azure secrets engine?
An administrator needs to issue tokens that are automatically renewable by the client (so they can stay alive as long as renewed) but must expire no later than 30 days. Which TWO t…
Refer to the exhibit. After executing these commands, what is the expected behavior?
A cloud-native application uses Vault's Kubernetes auth method to inject tokens into pods. Each pod receives a Vault token with a TTL of 1 hour, renewable. The application is desig…
An application is failing to decrypt data using the transit secrets engine. The ciphertext was generated with key 'my-key' version 3, but the engine currently shows key version 5.…
Drag and drop the steps to enable AppRole authentication in Vault into the correct order.
A DevOps team needs to create a Vault policy that allows reading secrets from path "secret/data/app" but only for the key "db_password". They want to enforce this using Vault's pol…
An organization uses Kubernetes pods to access Vault. They want to avoid hardcoding any secrets in the pod definition. Which authentication method should they use?
A company is using Vault's PKI secrets engine to issue certificates for internal services. They have set up a root CA and an intermediate CA. The intermediate CA's certificate expi…
A user runs 'vault write secret/mydata value=hello' and gets a warning about missing metadata. They intended to store a simple key-value pair. What is the most likely issue?
Which TWO of the following are valid capabilities that can be specified in a Vault policy?