Module Quiz
Please answer the questions below to complete the test.
Question 1
Which Meshery Operator component continuously watches the Kubernetes cluster and syncs discovered state into Meshery's data layer?
Select one answer
Meshery Server
MeshSync
Kanvas
Prometheus Adapter
Question 2
When preparing log and event data for LLM analysis, which of the following pre-processing steps reduce token usage and improve output quality?
Select all that apply
Deduplicate repeated events, collapsing them to a single entry with a count field
Include all metadata fields such as resourceVersion and managedFields to preserve full fidelity
Sort entries by recency so the freshest signal appears first
Strip metadata fields that carry no diagnostic value
Question 3
In a well-structured diagnostic prompt, what is the purpose of requiring the agent to include verbatim quotes from the input signals for each hypothesis?
Select one answer
To make the output longer and more detailed
To suppress hallucination and make hypotheses verifiable against the source data
To allow the agent to suggest remediation steps based on specific log lines
To enable the agent to correlate metrics with deployment events automatically
Question 4
In the four-phase symptom-to-hypothesis method, what is the correct order of phases?
Select one answer
Gather state, observe symptom, form hypotheses, test cheapest hypothesis
Observe symptom, gather state, form hypotheses, test cheapest hypothesis
Form hypotheses, observe symptom, gather state, apply fix
Observe symptom, form hypotheses, apply fix, gather state to confirm
close