최신 HCVA0-003 무료덤프 - HashiCorp Certified: Vault Associate (003)Exam
Without logging into another interface, what feature can Chad use to execute a simple CLI command to enable a new secrets engine?


정답: A
설명: (DumpTOP 회원만 볼 수 있음)
What API endpoint is used to enable and configure a secrets engine?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
From the options below, select the benefits of using the PKI (x.509 certificates) secrets engine (select three):
정답: A,B,D
You are using an orchestrator to deploy a new application. Even though the orchestrator creates anew AppRole secret ID, security requires that only the new application has the combination of the role ID and secret ID. What feature can you use to meet these requirements?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Hanna is working with Vault and has been assigned a namespace called integration, where she stores all her secrets. Hanna configured her application to use the following API request, but the request is failing. What changes below will help Hanna correctly retrieve the secret? (Select two)
$ curl \
--header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" \
--request GET \
https://vault.example.com:8200/v1/secret/data/my-secret
$ curl \
--header "X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag" \
--request GET \
https://vault.example.com:8200/v1/secret/data/my-secret
정답: A,C
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following are valid types of tokens available in Vault? (Select five)
정답: A,B,C,E,F
설명: (DumpTOP 회원만 볼 수 있음)
Below is a list of parent and child tokens and their associated TTL. Which token(s) will be revoked first?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Which core component of Vault can store, generate, or encrypt data for organizations?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
What occurs when a Vault cluster cannot maintain a quorum while using the Integrated Storage backend?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
True or False? All Vault policies are deny by default.
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
You have enabled the Transit secrets engine on your Vault cluster to provide an "encryption as a service" service as your team develops new applications. What is a prime use case for the Transit secrets engine?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
A developer has requested access to manage secrets at the path kv/apps/webapp01. You create the policy below which gives them the proper access:
path "kv/apps/webapp01" {
capabilities = ["read", "create", "update", "list"]
}
However, when the developer logs in to the Vault UI, they see the following screenshot and cannot access the desired secret. Why can't the developer see the secrets they need?

path "kv/apps/webapp01" {
capabilities = ["read", "create", "update", "list"]
}
However, when the developer logs in to the Vault UI, they see the following screenshot and cannot access the desired secret. Why can't the developer see the secrets they need?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
What is true about the output of the following command (select three)?
정답: B,C,D
설명: (DumpTOP 회원만 볼 수 있음)
You are using the Vault API to test authentication before modifying your CI/CD pipeline to properly authenticate to Vault. You manually authenticate to Vault and receive the response below. Based on the provided options, which of the following are true? (Select four)
* $ curl \
* --request POST \
* --data @payload.json \
* https://vault.krausen.com:8200/v1/auth/userpass/login/bryan.krausen | jq
* *******************************************************************************
* ******* RESPONSE BELOW ********************************************************
* *******************************************************************************
* {
* "request_id": "f758e8da-11b6-8341-d404-56f0c370a7fa",
* "lease_id": "",
* "renewable": false,
* "lease_duration": 0,
* "data": null,
* "wrap_info": null,
* "warnings": null,
* "auth": {
* "client_token": "hvs.CbzCNJCVWt63jyzyaJakgDwz",
* "accessor": "rffwXzKFcxvaQi6Vgo8tY4Lt",
* "policies": [
* "training",
* "default"
* ],
* "token_policies": [
* "training",
* "default"
* ],
* "metadata": {
* "username": "bryan.krausen"
* },
* "lease_duration": 84600,
* "renewable": true,
* "entity_id": "f1795f6a-c576-d619-b2d5-74c0aee08edb",
* "token_type": "service",
* "orphan": true
* }
* }
* $ curl \
* --request POST \
* --data @payload.json \
* https://vault.krausen.com:8200/v1/auth/userpass/login/bryan.krausen | jq
* *******************************************************************************
* ******* RESPONSE BELOW ********************************************************
* *******************************************************************************
* {
* "request_id": "f758e8da-11b6-8341-d404-56f0c370a7fa",
* "lease_id": "",
* "renewable": false,
* "lease_duration": 0,
* "data": null,
* "wrap_info": null,
* "warnings": null,
* "auth": {
* "client_token": "hvs.CbzCNJCVWt63jyzyaJakgDwz",
* "accessor": "rffwXzKFcxvaQi6Vgo8tY4Lt",
* "policies": [
* "training",
* "default"
* ],
* "token_policies": [
* "training",
* "default"
* ],
* "metadata": {
* "username": "bryan.krausen"
* },
* "lease_duration": 84600,
* "renewable": true,
* "entity_id": "f1795f6a-c576-d619-b2d5-74c0aee08edb",
* "token_type": "service",
* "orphan": true
* }
* }
정답: A,B,C,D
설명: (DumpTOP 회원만 볼 수 있음)