CAINA Capstone - Exam
Please answer the questions below to complete the test.
Question 1
What is Meshery, in one phrase?
Select one answer
A hosted large language model service
An open-source cloud native manager for designing and operating infrastructure across clusters
A container runtime that replaces containerd
A CI system for building container images
Question 2
Which mesheryctl command imports a Kubernetes manifest as a design?
Type your answer below
Question 3
When an LLM generates a design, who is accountable for what gets deployed?
Select one answer
The model vendor
No one, because it was automated
The engineer who reviews and approves the change
Meshery
Question 4
Select the checks you should make on an AI-generated Deployment before deploying. (Select all that apply.)
Select all that apply
Every container declares resource requests and limits
Service selectors match the Deployment's pod labels
Readiness/health probes are present where appropriate
The model said it was 95% confident
Question 5
In Kanvas, what does relationship and policy validation help you catch?
Select one answer
Spelling mistakes in lesson content
Misconfigurations such as a Service selector that matches no pods
The cost of the model API call
Git merge conflicts
Question 6
Why is asking an LLM for 'only YAML, no commentary' useful when generating designs?
Select one answer
It makes the model run faster
It produces a clean, directly usable artifact and avoids parsing errors
It guarantees the YAML is correct
It disables hallucinations
Question 7
A coding agent proposes applying changes directly to production. What is the safest next step?
Select one answer
Let it apply immediately to save time
Ask for a dry-run/diff and review it before applying
Delete the namespace first
Disable Meshery validation
Question 8
Which Meshery component provides real-time discovery and state sync of cluster resources?
Select one answer
MeshSync
Grafana
etcd
kubelet
Question 9
In a Deployment, how does a container request a GPU on a GPU node pool?
Type your answer below
Question 10
True or false: a default-deny NetworkPolicy plus an allow-same-namespace rule restricts ingress to traffic from pods in the same namespace.
Type your answer below
close