nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #76

Vault operators can create two types of groups in Vault. What are the two types?

The correct answer is B. external groups D. internal groups. Vault operators can create internal groups, which are managed within Vault, and external groups, which are synced or mapped from external identity providers.

Submitted by kavita_s· Apr 18, 2026Understand Vault Concepts

Question

Vault operators can create two types of groups in Vault. What are the two types?

Options

  • Auser groups
  • Bexternal groups
  • Cpolicy groups
  • Dinternal groups
  • Esecurity groups

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    91% (40)
  • C
    2% (1)
  • E
    5% (2)

Why each option

Vault operators can create internal groups, which are managed within Vault, and external groups, which are synced or mapped from external identity providers.

Auser groups

"User groups" is a generic term; in Vault, the specific types are internal and external.

Bexternal groupsCorrect

External groups in Vault are typically managed by an external identity provider (like LDAP or Active Directory) and allow Vault to map these external groups to Vault policies, streamlining access control for users from external systems.

Cpolicy groups

While groups are used to apply policies, "policy groups" is not a formal type of group in Vault; rather, policies are *applied* to internal or external groups.

Dinternal groupsCorrect

Internal groups are created and managed directly within Vault, enabling operators to define collections of Vault entities and assign policies to these groups, which then apply to all member entities.

Esecurity groups

"Security groups" is a term often used in networking or cloud provider contexts (e.g., AWS Security Groups) and does not refer to a type of group within Vault's identity management system.

Concept tested: Vault identity group types

Source: https://developer.hashicorp.com/vault/docs/concepts/identity#groups

Topics

#Vault groups#Internal groups#External groups#Group management

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice