Learning Path Exam
Please answer the questions below to complete the test.
Question 1
Which statement best describes 'cloud native'?
Select one answer
A specific product you buy from one vendor
Building and running scalable apps with containers, orchestration, and dynamic management
Running virtual machines in a public cloud
A programming language for the cloud
Question 2
What makes a container image well-suited to reliable, repeatable deployments?
Select one answer
It is mutable and changes at runtime
It is immutable and self-contained
It always runs as root
It requires a hypervisor
Question 3
Which are core Kubernetes objects? (Select all that apply.)
Select all that apply
Pod
Deployment
Service
Dockerfile
Question 4
Why does a declarative, version-controlled model suit LLM/agent automation?
Select one answer
It hides changes from reviewers
Desired state can be diffed, reviewed, and reverted
It removes the need for any human review
It only works without Git
Question 5
In one phrase, what is Meshery?
Select one answer
A hosted LLM API
The open-source cloud native manager
A container registry
A Linux distribution
Question 6
Which Meshery component provides real-time discovery and state sync of cluster resources?
Type your answer below
Question 7
Which command imports a Kubernetes manifest as a Meshery design?
Select one answer
mesheryctl design import -f <file> -s "Kubernetes Manifest"
kubectl meshery apply <file>
mesheryctl apply design <file>
helm install meshery <file>
Question 8
What does the Meshery registry's relationships layer enable?
Select one answer
Faster container image builds
Validation of how components relate, catching misconfigurations
Automatic GPU scheduling
Encryption of secrets at rest
Question 9
Why store Meshery designs in Git (designs as code)?
Select all that apply
Version history and auditability
Review changes via pull requests
Roll back to a previous version
It deploys designs without any cluster
Question 10
What is the Meshery Catalog used for?
Select one answer
Storing and sharing reusable designs as templates
Hosting container images
Running CI pipelines
Managing DNS records
close