Module Quiz
Please answer the questions below to complete the test.
Question 1
Which two artifacts in the Meshery registry together make up the policy evaluation stack for a design?
Select all that apply
Relationship definitions
OPA constraint bundles
Catalog entries
Performance profiles
Question 2
What does fail-closed validation mean in Meshery's policy engine?
Select one answer
Validation blocks all designs regardless of their content
If the policy engine is unreachable, validation returns an error rather than passing
Only designs with zero components pass validation
Designs are closed (locked) after validation passes
Question 3
In a graduated policy stack, which environment typically applies the full constraint set including NetworkPolicy and PodDisruptionBudget requirements?
Select one answer
dev
staging
prod
All environments apply identical constraints
Question 4
In Rego, what is the role of the `input` keyword?
Select one answer
It defines the package namespace for the policy module
It imports external Rego libraries
It references the structured data being evaluated by the policy rule
It declares which OPA server to connect to
close