Questions With Correct Answers (Verified
Answers) Plus Rationales 2026 Q&A | Instant
Download Pdf
1. What is the primary role of a Zabbix item?
A. To define user permissions
B. To collect a specific type of data from a host
C. To configure alerts
D. To manage dashboards
Answer: B
An item in Zabbix defines what data should be collected from a
monitored host, such as CPU usage, memory consumption, or log
entries. It is the core data collection unit that periodically
retrieves metrics or receives them via traps.
2. Which Zabbix component is responsible for actively collecting data
from hosts?
A. Zabbix proxy
, B. Zabbix server
C. Zabbix agent
D. Zabbix frontend
Answer: B
The Zabbix server is responsible for initiating polling checks and
collecting data from agents, SNMP devices, IPMI interfaces, and
other sources unless a proxy is used.
3. What is passive monitoring in Zabbix?
A. Agent sends data without request
B. Server requests data from agent
C. Proxy stores configuration
D. Frontend generates metrics
Answer: B
In passive mode, the Zabbix server requests data from the agent,
and the agent responds with the requested information.
4. What is active monitoring in Zabbix?
A. Server pulls data from agent
B. Agent sends data to server
C. Proxy filters data
, D. Dashboard calculates trends
Answer: B
In active checks, the agent periodically connects to the server
and pushes collected data, reducing server-side polling load.
5. What is a Zabbix preprocessing step used for?
A. Sending alerts
B. Transforming collected data before storage
C. Installing agents
D. Creating hosts
Answer: B
Preprocessing allows transformation, validation, and filtering of
collected values before they are stored in the database.
6. Which of the following is NOT a supported item type?
A. Zabbix agent
B. SNMP agent
C. HTTP agent
D. SQL agent
Answer: D
, Zabbix supports agent, SNMP, IPMI, JMX, HTTP agent, and
others, but not a native "SQL agent" item type.
7. What is the purpose of item key in Zabbix?
A. Identify the host
B. Define the exact metric to collect
C. Store alerts
D. Assign permissions
Answer: B
The item key specifies what data is being requested from the
agent or monitoring source, such as system.cpu.load.
8. What does Zabbix preprocessing step "JSONPath" do?
A. Sends JSON alerts
B. Extracts values from JSON data
C. Encrypts JSON
D. Converts JSON to XML
Answer: B
JSONPath preprocessing extracts specific values from JSON-
formatted data returned by an item.