Course Test
Please answer the questions below to complete the test.
Question 1
What are the three enforcement postures a Meshery relationship definition can express?
Select all that apply
Required
Allowed
Denied
Encrypted
Deprecated
Question 2
Which `mesheryctl` command imports a design file in Kubernetes Manifest format?
Select one answer
mesheryctl system start
mesheryctl design import -f <file> -s "Kubernetes Manifest"
mesheryctl perf apply
mesheryctl system check
Question 3
A coding agent generates a design that violates two OPA constraints. What is the recommended next step before any human reviews the design?
Select one answer
Deploy the design to dev immediately and note the violations in a ticket
Ask a human reviewer to decide whether the violations are acceptable
The agent revises the design to resolve violations and re-validates before human review
Disable the OPA constraint that is failing and retry
Question 4
What is the purpose of a ConstraintTemplate in an OPA constraint framework?
Select one answer
It stores the list of approved container image registries
It defines the reusable Rego logic that Constraint instances parameterise
It generates violation messages automatically without writing Rego
It maps Meshery environments to OPA server endpoints
Question 5
Which of the following accurately describes the three phases of Meshery's validation pipeline in order?
Select one answer
OPA evaluation, then schema validation, then relationship evaluation
Schema validation, then relationship evaluation, then OPA constraint evaluation
Relationship evaluation, then OPA evaluation, then schema validation
Schema validation only - relationship and OPA checks are optional
Question 6
Why should policy constraint sets be stored in version control alongside infrastructure definitions?
Type your answer below
close