Question 61

By default, what methods of authentication does Vault support? (Select four)
  • Question 62

    Using the Vault CLI, there are several ways to create a new policy. Select the valid commands (Select three)
  • Question 63

    You need a simple and self-contained HashiCorp Vault cluster deployment with minimal dependencies.
    Which storage backend is best suited for this use case, providing all configuration within Vault and avoiding external services?
  • Question 64

    What command would have created the token displayed below?
    $ vault token lookup hvs.nNeZ2I64ALCxuO7dqQEJGPrO
    Key: policies Value: [default dev], num_uses: 5, ttl: 767h59m49s
    * Key Value
    * --- -----
    * accessor mfvaVMFgOcXHIeqlRasroSOn
    * creation_time 1604610457
    * creation_ttl 768h
    * display_name token
    * entity_id n/a
    * expire_time 2024-12-07T16:07:37.7540672-05:00
    * explicit_max_ttl 0s
    * id hvs.nNeZ2I64ALCxuO7dqQEJGPrO
    * issue_time 2024-11-05T16:07:37.7540672-05:00
    * meta <nil>
    * num_uses 5
    * orphan false
    * path auth/token/create
    * policies [default dev]
    * renewable true
    * ttl 767h59m49s
    * type service
  • Question 65

    A security architect is designing a solution to address the "Secret Zero" problem for a Kubernetes-based application that needs to authenticate to HashiCorp Vault. Which approach correctly leverages Vault features to solve this challenge?