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

Page 3 of 51

In order to extend Vault beyond a data center or cloud regional boundary, what feature should be used?

  1. plugins
  2. secrets engine
  3. replication
  4. seal/unseal
  5. snapshots

Answer(s): C

Explanation:

To extend Vault beyond a data center or cloud regional boundary, replication can be used. Vault supports both DR replication and Performance replication to copy data from the primary cluster to a secondary cluster safely.



When creating a dynamic secret in Vault, Vault returns what value that can be used to renew or revoke the lease?

  1. lease_id
  2. vault_accessor
  3. revocation_access
  4. token_revocation_id

Answer(s): A

Explanation:

When reading a dynamic secret, such as via vault read, Vault always returns a lease_id. This is the ID used with commands such as vault lease renew and vault lease revoke to manage the lease of the secret.
vault lease lookup
Usage: vault lease <subcommand> [options] [args]
This command groups subcommands for interacting with leases. Users can revoke or renew leases.
Renew a lease:

$ vault lease renew database/creds/readonly/2f6a614c...
Revoke a lease:
$ vault lease revoke database/creds/readonly/2f6a614c...
Subcommands:
renew Renews the lease of a secret
revoke Revokes leases and secrets


Reference:

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



Which is not a capability that can be used when writing a Vault policy?

  1. read
  2. list
  3. delete
  4. create
  5. modify
  6. update

Answer(s): E

Explanation:

When writing a Vault policy, permissions which can be applied to paths include create, read, update, delete, list, deny, and sudo.


Reference:

https://www.vaultproject.io/docs/concepts/policies
Modify is not one of them.



Which is not a benefit of running HashiCorp Vault in your environment?

  1. Integrate with your code repository to pull secrets when deploying your applications
  2. Consolidate static, long-lived passwords used throughout your organization
  3. Act as root or intermediate certificate authority to automate the generation of PKI certificates
  4. The ability to generate dynamic secrets for applications and resource access

Answer(s): A

Explanation:

Vault does not integrate with any VCS (Version Control System) to checkout or read code. However, It can use GitHub as an auth method.



Page 3 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