Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

VA-002-P Sample Questions Answers

Questions 4

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?

Options:

A.

vault agent

B.

namespaces

C.

plugin backend

D.

control groups

Buy Now
Questions 5

While Terraform is generally written using the HashiCorp Configuration Language (HCL), what another syntax can Terraform be expressed in?

Options:

A.

JSON

B.

XML

C.

TypeScript

D.

YAML

Buy Now
Questions 6

Which of the following cloud providers are not supported by Vault secrets engines?

Options:

A.

Oracle

B.

Azure

C.

AWS

D.

GCP

E.

AliCloud

Buy Now
Questions 7

Which command is used to initialize Vault after first starting the Vault service?

Options:

A.

vault create key

B.

vault operator init

C.

vault operator initialize keys

D.

vault start

E.

vault operator unseal

Buy Now
Questions 8

A user has created three workspaces using the command line - prod, dev, and test. The user wants to create a fourth workspace named stage. Which command will the user execute to accomplish this?

Options:

A.

terraform workspace -new stage

B.

terraform workspace -create stage

C.

terraform workspace create stage

D.

terraform workspace new stage

Buy Now
Questions 9

Using multi-cloud and provider-agnostic tools provides which of the following benefits? (select two)

Options:

A.

operations teams only need to learn and manage a single tool to manage infrastructure, regardless of where the infrastructure is deployed

B.

slower provisioning speed allows the operations team to catch mistakes before they are applied

C.

can be used across major cloud providers and VM hypervisors

D.

increased risk due to all infrastructure relying on a single tool for management

Buy Now
Questions 10

What are some of the problems of how infrastructure was traditionally managed before Infrastructure as Code? (select three)

Options:

A.

Requests for infrastructure or hardware required a ticket, increasing the time required to deploy applications

B.

Traditional deployment methods are not able to meet the demands of the modern business where resources tend to live days to weeks, rather than months to years

C.

Traditionally managed infrastructure can't keep up with cyclic or elastic applications

D.

Pointing and clicking in a management console is a scalable approach and reduces human error as businesses are moving to a multi-cloud deployment model

Buy Now
Questions 11

By default, how long does the transit secrets engine store the resulting ciphertext?

Options:

A.

24 hours

B.

32 days

C.

transit does not store data

D.

30 days

Buy Now
Questions 12

When creating a dynamic secret in Vault, Vault returns what value that can be used to renew or revoke the lease?

Options:

A.

lease_id

B.

vault_accessor

C.

revocation_access

D.

token_revocation_id

Buy Now
Questions 13

What is the Consul Agent?

Options:

A.

a process that registers services with Consul

B.

an agent that runs in the background to provide additional features for Consul

C.

the core process of Consul which maintains membership information, manages services, runs checks, responds to queries, and more.

D.

a daemon that Vault uses to register auth methods across all of its clusters to ensure consistency among the data written to disk

Buy Now
Questions 14

When Vault is sealed, which are the only two options available to a Vault administrator? (select two)

Options:

A.

rotate the encryption key

B.

unseal Vault

C.

view the status of Vault

D.

configure policies

E.

author security policies

F.

view data stored in the key/value store

Buy Now
Questions 15

What command is used to renew a token, if permitted?

Options:

A.

vault operator token renew

B.

vault token update

C.

vault new

D.

vault update token

E.

vault token renew

F.

vault renew token

Buy Now
Questions 16

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

Options:

A.

the original encryption key has been rotated at least once

B.

this is the second version of the encrypted data

C.

similar to the KV secrets engine, the transit secrets engine was enabled using the transit v2 option

D.

the data is stored in Vault using a KV v2 secrets engine

Buy Now
Questions 17

Terraform has detailed logs which can be enabled by setting the _________ environmental variable.

Options:

A.

TF_LOG

B.

TF_TRACE

C.

TF_DEBUG

D.

TF_INFO

Buy Now
Questions 18

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.

Options:

A.

False

B.

True

Buy Now
Questions 19

What feature of Terraform Cloud and/or Terraform Enterprise can you publish and maintain a set of custom modules which can be used within your organization?

Options:

A.

custom VCS integration

B.

remote runs

C.

private module registry

D.

Terraform registry

Buy Now
Questions 20

In Terraform Enterprise, a workspace can be mapped to how many VCS repos?

Options:

A.

5

B.

3

C.

2

D.

1

Buy Now
Questions 21

In order to extend a Consul storage backend, Consul nodes should be provisioned across multiple data centers or cloud regions.

Options:

A.

True

B.

False

Buy Now
Questions 22

Provider dependencies are created in several different ways. Select the valid provider dependencies from the following list: (select three)

Options:

A.

Use of any resource belonging to a particular provider in a resource or data block in the configuration.

B.

Existence of any provider plugins found locally in the working directory.

C.

Explicit use of a provider block in configuration, optionally including a version constraint.

D.

Existence of any resource instance belonging to a particular provider in the current state.

Buy Now
Questions 23

Which of the following statements best describes the Terraform list(...) type?

Options:

A.

a collection of unique values that do not have any secondary identifiers or ordering.

B.

a collection of values where each is identified by a string label.

C.

a sequence of values identified by consecutive whole numbers starting with zero.

D.

a collection of named attributes that each have their own type.

Buy Now
Questions 24

A "backend" in Terraform determines how the state is loaded and how an operation such as apply is executed. Which of the following is not a supported backend type?

Options:

A.

terraform enterprise

B.

s3

C.

github

D.

consul

E.

artifactory

Buy Now
Questions 25

Your organization is running Vault open source and has decided it wants to use the Identity secrets engine. You log into Vault but are unable to find it in the list to enable. What gives?

Options:

A.

because you are running open-source and the identity secrets engine is an Enterprise feature, it is not available to enable.

B.

the identity secrets engine was deprecated in previous versions

C.

this secrets engine will be mounted by default.

D.

the policy attached to your user doesn't allow access to the Identity secrets engine.

Buy Now
Questions 26

When writing the Terraform code, HashiCorp recommends that you use how many spaces between each nesting level?

Options:

A.

2

B.

5

C.

4

D.

1

Buy Now
Questions 27

What could you do with the feature found in the screenshot below? (select two)

Options:

A.

encrypt the Vault master key that is stored in memory

B.

using a short TTL, you could encrypt data in order to place only the encrypted data in Vault

C.

encrypt sensitive data to send to a colleague over email

D.

use response-wrapping to protect data

Buy Now
Questions 28

True or False:

State is a requirement for Terraform to function.

Options:

A.

True

B.

False

Buy Now
Questions 29

True or False?

terraform init cannot automatically download Community providers.

Options:

A.

False

B.

True

Buy Now
Questions 30

Anyone can publish and share modules on the Terraform Public Module Registry, and meeting the requirements for publishing a module is extremely easy. Select from the following list all valid requirements. (select three)

Options:

A.

The registry uses tags to identify module versions. Release tag names must be for the format x.y.z, and can optionally be prefixed with a v.

B.

Module repositories must use this three-part name format, terraform--.

C.

The module must be PCI/HIPPA compliant.

D.

The module must be on GitHub and must be a public repo

Buy Now
Exam Code: VA-002-P
Exam Name: HashiCorp Certified: Vault Associate
Last Update: May 3, 2024
Questions: 200
$64  $159.99
$48  $119.99
$40  $99.99
buy now VA-002-P