Join the discussion
Question 1/68
Given the following screenshot, how many secrets engines have been enabled?


Correct Answer: B
The Cubbyhole secret engine is a default secrets engine that is enabled by default for each Vault user.
Add Comments
- Other Question (68q)
- Q1. Given the following screenshot, how many secrets engines have been enabled? (Exhibit)...
- Q2. You've deployed Vault in your production environment and are curious to understand metrics...
- Q3. A "backend" in Terraform determines how the state is loaded and how an operation such as a...
- Q4. In order to extend Vault beyond a data center or cloud regional boundary, what feature sho...
- Q5. In the example below, the depends_on argument creates what type of dependency? 1. esource ...
- Q6. The Terraform language supports a number of different syntaxes for comments. Select all th...
- Q7. True or False: When using the transit secrets engine, setting the min_decryption_version w...
- Q8. Which Terraform command will force a marked resource to be destroyed and recreated on the ...
- Q9. Which of the following storage backends are supported by HashiCorp technical support? (sel...
- Q10. What are some of the features of Terraform state? (select three)...
- Q11. Your organization is running Vault open source and has decided it wants to use the Identit...
- Q12. What does the following API request return? 1. $ curl \ 2. --header "X-Vault-Token: ..." \...
- Q13. After encrypting data using the transit secrets engine, you've received the following outp...
- Q14. While Terraform is generally written using the HashiCorp Configuration Language (HCL), wha...
- Q15. What is the purpose of using the local-exec provisioner? (select two)...
- Q16. What does the command terraform fmt do?
- Q17. Select the feature below that best completes the sentence: The following list represents t...
- Q18. After executing a terraform apply, you notice that a resource has a tilde (~) next to it. ...
- Q19. From the options below, select the benefits of using a batch token over a service token. (...
- Q20. What feature of Vault would allow you to architect a "Vault within a Vault"?...
- Q21. Which of the following allows Terraform users to apply policy as code to enforce standardi...
- Q22. Which of the following secrets engine can generate dynamic credentials? (select three)...
- Q23. After enabling the vault to autocomplete feature, you type vault and press the tab button,...
- Q24. Which of the following best describes the default local backend?...
- Q25. True or False? terraform init cannot automatically download Community providers....
- Q26. Provider dependencies are created in several different ways. Select the valid provider dep...
- Q27. When administering Vault on a day-to-day basis, why is logging in with the root token, as ...
- Q28. Which of the following best describes a Terraform provider?...
- Q29. When configuring Vault replication and monitoring its status, you keep seeing something ca...
- Q30. What is the Consul Agent?
- Q31. Which of the following commands will launch the Interactive console for Terraform interpol...
- Q32. Permissions for Vault backend functions are available at which path?...
- Q33. Given the policy below, what would the user be able to access? 1. path "*" { 2. capabiliti...
- Q34. Which of the following commands will remove all secrets at a specific path?...
- Q35. In a Consul cluster, participating nodes can be only one of two types. Select the valid ty...
- Q36. What happens when a terraform plan is executed?...
- Q37. Which of the following Vault features is available only in the Enterprise version? (select...
- Q38. What Terraform feature is shown in the example below? 1. resource "aws_security_group" "ex...
- Q39. True or False? By default, Terraform destroy will prompt for confirmation before proceedin...
- Q40. Why might a user opt to include the following snippet in their configuration file? 1. terr...
- Q41. In the example below, where is the value of the DNS record's IP address originating from? ...
- Q42. When configuring a remote backend in Terraform, it might be a good idea to purposely omit ...
- Q43. Terraform Cloud is more powerful when you integrate it with your version control system (V...
- Q44. True or False: Multiple providers can be declared within a single Terraform configuration ...
- Q45. Terraform Enterprise (also referred to as pTFE) requires what type of backend database for...
- Q46. Which of the following settings are configured using the configuration file? (select three...
- Q47. From the answers below, select the advantages of using Infrastructure as Code. (select fou...
- Q48. By default, where does Terraform store its state file?...
- Q49. Vault secrets engines are used to do what with data? (select three)...
- Q50. In the following code snippet, the block type is identified by which string? 1. resource "...
- Q51. When Vault is sealed, which are the only two options available to a Vault administrator? (...
- Q52. After logging into the Vault UI, a user complains that they cannot enable Replication. Why...
- Q53. Which two interfaces automatically assume the token for subsequent requests after successf...
- Q54. After issuing the command to delete a secret, you run a vault kv list command but the secr...
- Q55. After decrypting data using the transit secrets engine, the plaintext output does not matc...
- Q56. Select the most accurate statement to describe the Terraform language from the following l...
- Q57. You've decided to use AWS KMS to automatically unseal Vault on private EC2 instances. Afte...
- Q58. After creating a dynamic credential on a database, the DBA accidentally deletes the creden...
- Q59. Which two characters can be used when writing a policy to reflect a wildcard or path segme...
- Q60. True or False? When using the Terraform provider for Vault, the tight integration between ...
- Q61. Which type of Vault replication copies all data from Vault, including K/V data, policies, ...
- Q62. After a client has authenticated, what security feature is used to make subsequent calls?...
- Q63. What is the result of the following terraform function call? zipmap(["a", "b"], [1, 2])...
- Q64. Unsealing Vault creates the encryption keys, which is used to unencrypt the data on the st...
- Q65. True or False: You can migrate the Terraform backend but only if there are no resources cu...
- Q66. Which three interfaces can be used to access Vault? (select three)...
- Q67. What is the result of the following terraform function call? lookup({a="hello", b="goodbye...
- Q68. From the options below, select the benefits of using the PKI (certificates) secrets engine...
