HashiCorp Certified: Vault Operations Professional
Validates professional-level skills in deploying, configuring, managing, and monitoring HashiCorp Vault in production environments. Covers server configuration with secrets engines and auth methods, production hardening, auto-unseal and integrated storage, monitoring via telemetry and audit logs, the Vault security model including secure introduction and Kubernetes considerations, fault-tolerant environments with HA clusters and Enterprise DR replication, HSM integration with seal wrap, performance scaling with batch tokens and performance replication, access control with identity entities, ACL policies, Sentinel, control groups, and namespaces, and Vault Agent configuration. Lab-based exam running Vault Enterprise binary.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Create a Working Vault Server Configurationmedium
A platform team is rolling out a fintech Vault Enterprise cluster on EC2 with the AWS KMS auto-unseal seal block and the principal security engineer wants to know how Vault selects AWS credentials at unseal time. Per the AWS KMS seal documentation, which option matches the credential hierarchy Vault uses?
- A.Vault implements a credential hierarchy using the official AWS SDK: explicitly provided configuration values take priority, followed by environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, then AWS CLI profile credentials, and finally IAM role or ECS task credentials.Correct answer
- B.Vault always reads AWS_SESSION_TOKEN from the systemd unit file first and falls back to a hardcoded developer access key compiled into the binary when no token is present on the instance at unseal time.
- C.
Sources
Questions are grounded in 150 references from official and authoritative materials.