Free VA-002-P Exam Braindumps (page: 18)

Page 18 of 51

After enabling the vault to autocomplete feature, you type vault and press the tab button, but nothing happens. Why doesn't vault display the available completions?
1. $ vault -autocomplete-install
2. $ vault

  1. your SSH client doesn't support autocompletion
  2. the SSH session needs to be restarted upon installation
  3. you don't have the permissions to use autocomplete
  4. you didn't use -force when enabling the feature

Answer(s): B

Explanation:

Be sure to restart your shell after installing autocompletion!



What feature of Vault would allow you to architect a "Vault within a Vault"?

  1. sentinel
  2. secrets engines
  3. control groups
  4. namespaces

Answer(s): D

Explanation:

Namespaces are isolated environments that functionally exist as "Vaults within a Vault." They have separate login paths and support creating and managing data isolated to their namespace. This data includes the following:
- Secret Engines
- Auth Methods
- Policies
- Identities (Entities, Groups)
- Tokens


Reference:

https://www.vaultproject.io/docs/enterprise/namespaces



What system endpoint can you query to determine which node is the leader of a cluster?

  1. /sys/tools
  2. /sys/leader
  3. /sys/health
  4. /sys/init

Answer(s): B

Explanation:

The /sys/leader endpoint is used to check the current leader of Vault as well as high availability status.



An application requires a specific key/value to be updated in order to process a batch job. The value should be either "true" or "false". However, when developers have been updating the value, sometimes they mistype the value or capitalize on the value, causing the batch job not to run. What feature of a Vault policy can be used in order to restrict the entry to the required values?

  1. added an allowed_parameters value to the policy
  2. use a * wildcard at the end of the policy
  3. change the policy to include the list capability
  4. add a deny statement for all possible misspellings of the value

Answer(s): A

Explanation:

allowed_parameters - Whitelists a list of keys and values that are permitted on the given path. Setting a parameter with a value of the empty list allows the parameter to contain any value.


Reference:

https://www.vaultproject.io/docs/concepts/policies



Page 18 of 51



Post your Comments and Discuss HashiCorp VA-002-P exam with other Community members:

Bruno commented on October 10, 2023
PDF is Vault, EXM is Teraform.
UNITED STATES
upvote