VA-002-P 試験問題を無料オンラインアクセス
試験コード: | VA-002-P |
試験名称: | HashiCorp Certified: Vault Associate Exam |
認定資格: | HashiCorp |
無料問題数: | 202 |
更新日: | 2025-08-29 |
True or False:
The terraform refresh command is used to reconcile the state Terraform knows about (via its state file) with the real-world infrastructure. If the drift is detected between the real-world infrastructure and the last known-state, it will modify the infrastructure to correct the drift.
While Vault provides businesses tons of functionality out of the box, what feature allows you to extend its functionality with solutions written by third-party providers?
The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/
True or False:
Once you create a KV v1 secrets engine and place data in it, there is no way to modify the mount to include the features of a KV v2 secrets engine.