Course Test
Please answer the questions below to complete the test.
Question 1
Which command verifies that all Meshery system components - including Meshery Operator and MeshSync - are running before an agent workflow begins?
Select one answer
mesheryctl system start
mesheryctl system check
mesheryctl design list
kubectl get pods -n meshery
Question 2
An agent needs to retrieve design IDs, their associated environments, and relevant registry components in a single network call. Which Meshery API should it use?
Select one answer
REST GET /api/pattern followed by GET /api/environments
GraphQL POST /api/graphql/query with a multi-entity query
mesheryctl design list --all
MCP tool list_designs called three times in parallel
Question 3
What flag specifies the source type when importing a design with mesheryctl?
Type your answer below
Question 4
In the agent connection model, which of the following statements are true? (Select all that apply)
Select all that apply
The MCP server and mesheryctl share the same Meshery server backend
Authentication tokens are read from ~/.meshery/auth.json by both surfaces
The MCP server is the only way to trigger a design deploy
mesheryctl cannot be used alongside the MCP server in the same workflow
Question 5
An agent has proposed a change to the observability-stack design and the human operator has approved it in Kanvas. What is the correct next mesheryctl command to execute the deploy?
Select one answer
mesheryctl design import -f updated-observability-stack.yaml -s "Kubernetes Manifest"
mesheryctl design apply -f updated-observability-stack.yaml
mesheryctl design deploy -f updated-observability-stack.yaml
mesheryctl system deploy --design updated-observability-stack.yaml
Question 6
Which of the following best describes the role of MeshSync in an agent-driven Meshery workflow?
Select one answer
MeshSync provides the MCP server's tool definitions to the agent
MeshSync continuously reports live Kubernetes resource state into Meshery, making it accurate for agent reads
MeshSync authenticates the agent's token against the Meshery API
MeshSync deploys designs to Kubernetes on behalf of mesheryctl
close