
HashiCorp Certified:Vault Operations Professional
Domain 7Objective 3
[ Vault Enterprise] Understand Sentinel Policies VAULT-OPERATIONS-PROFESSIONAL Practice Questions (Page 3)
Part of the Configure access control domain, which makes up ~13% of our current practice bank. HashiCorp does not publish an official question count, but from its 240-minute exam (~95–160 total, ~12–21 in this domain), expect 2–4 from this objective — we provide 18 practice questions to prepare you well beyond it. (estimate)
18questions here
4free pages
5concepts
Questions 11–15
- 11
What is the primary purpose of Sentinel policies in Vault Enterprise?
Select an answer first - 12
A Vault Enterprise administrator has written a Sentinel policy that uses the `ldap` service to check the user's group membership. The policy is intended to allow access only to users in the `admin` group. The administrator wants to test the policy locally before deploying it. The administrator has written a test file that defines a mock `ldap` service. What is the correct way to run the test?
Select an answer first - 13
A Vault Enterprise administrator is writing a Sentinel policy that imports the `sockaddr` library to check the source IP address. The policy includes the following code: ``` import "sockaddr" main = rule { sockaddr.is_contained(request.connection.remote_addr, "10.0.0.0/8") } ``` What is the purpose of the `import` statement in this policy?
Select an answer first - 14
A Vault Enterprise administrator is writing a Sentinel policy to restrict access to the `secret/prod/*` path to only requests that come from the IP address `10.0.0.0/8`. The policy includes the following code snippet: ``` import "sockaddr" main = rule { sockaddr.is_contained(request.connection.remote_addr, "10.0.0.0/8") } ``` What is the role of the `main` rule in this Sentinel policy?
Select an answer first - 15
In Vault Enterprise, how do Sentinel policies interact with ACL policies during request evaluation?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by HashiCorp. “VAULT-OPERATIONS-PROFESSIONAL” is a trademark of its owner, used for identification only.