Which of the following Vault features is available only in the Enterprise version? (select three)
When using parent/child modules to deploy infrastructure, how would you export value from one module to import into another module?
For example, a module dynamically deploys an application instance or virtual machine, and you need the IP address in another module to configure a related DNS record in order to reach the newly deployed application.
Which is not a benefit of running HashiCorp Vault in your environment?
True or False:
Multiple providers can be declared within a single Terraform configuration file.
You've set up multiple Vault clusters, one on-premises which is intended to be the primary cluster, and the second cluster in AWS, which was deployed to be used for performance replication. After enabling replication, developers complain that all the data they've stored in the AWS Vault cluster is missing. What happened?
Environment variables can be used to set variables. The environment variables must be in the format "____"_
Which of the following commands will remove all secrets at a specific path?
After a client has authenticated, what security feature is used to make subsequent calls?
In regards to the transit secrets engine, which of the following is true given the following command and output: (select three)
1. $ vault write encryption/encrypt/creditcard plaintext=$(base64 <<< "1234 5678 9101 1121")
2. Key Value
3. --- -----
4. ciphertext vault:v3:cZNHVx+sxdMErXRSuDa1q/pz49fXTn1PScKfhf+PIZPvy8xKfkytpwKcbC0fF2U=
In a Consul cluster, participating nodes can be only one of two types. Select the valid types. (select two)