최신 VA-002-P 무료덤프 - HashiCorp Certified: Vault Associate
After encrypting data using the transit secrets engine, you've received the following output. Which of the following is true based upon the output?
1. Key Value
2. --- -----
3. ciphertext vault:v2:45f9zW6cglbrzCjI0yCyC6DBYtSBSxnMgUn9B5aHcGEit71xefPEmmjMbrk3
1. Key Value
2. --- -----
3. ciphertext vault:v2:45f9zW6cglbrzCjI0yCyC6DBYtSBSxnMgUn9B5aHcGEit71xefPEmmjMbrk3
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
From the unseal options listed below, select the options you can use if you're deploying Vault on-premises. (select four)
정답: A,B,C,D
설명: (DumpTOP 회원만 볼 수 있음)
In the following code snippet, the block type is identified by which string?
1. resource "aws_instance" "db" {
2. ami = "ami-123456"
3. instance_type = "t2.micro"
4. }
1. resource "aws_instance" "db" {
2. ami = "ami-123456"
3. instance_type = "t2.micro"
4. }
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following Vault policies will allow a Vault client to read a secret stored at secrets/applications/app01/api_key?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
After decrypting data using the transit secrets engine, the plaintext output does not match the plaintext credit card number that you encrypted. Which of the following answers provides a solution?
1. $ vault write transit/decrypt/creditcard\ ciphertext="vault:v1:cZNHVx+sxdMErXRSuDa1q/pz49fXTn1PScKfhf+PIZPvy8xKfkytpwKcbC0fF2U=" \
2.
3. Key Value
4. --- -----
5. plaintext Y3JlZGl0LWNhcmQtbnVtYmVyCg==
1. $ vault write transit/decrypt/creditcard\ ciphertext="vault:v1:cZNHVx+sxdMErXRSuDa1q/pz49fXTn1PScKfhf+PIZPvy8xKfkytpwKcbC0fF2U=" \
2.
3. Key Value
4. --- -----
5. plaintext Y3JlZGl0LWNhcmQtbnVtYmVyCg==
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following storage backends are supported by HashiCorp technical support? (select four)
정답: A,B,E,F
설명: (DumpTOP 회원만 볼 수 있음)
Given the Terraform configuration below, in which order will the resources be created?
1. resource "aws_instance" "web_server" {
2. ami = "i-abdce12345"
3. instance_type = "t2.micro"
4. }
5. resource "aws_eip" "web_server_ip" {
6. vpc = true
7. instance = aws_instance.web_server.id
8. }
1. resource "aws_instance" "web_server" {
2. ami = "i-abdce12345"
3. instance_type = "t2.micro"
4. }
5. resource "aws_eip" "web_server_ip" {
6. vpc = true
7. instance = aws_instance.web_server.id
8. }
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
What command is used to renew a token, if permitted?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
The security barrier protects all of the following Vault components except ___.
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following unseal options can automatically unseal Vault upon the start of the Vault service? (select four)
정답: A,C,D,E
설명: (DumpTOP 회원만 볼 수 있음)