With Correct Answers (Verified Answers) Plus
Rationales 2026 Q&A | Instant Download Pdf
1. What is the primary purpose of a Zabbix proxy?
A. To replace the Zabbix server entirely
B. To act as a local data collection and forwarding component
C. To store historical dashboards permanently
D. To manage user permissions centrally
Answer: B
Rationale: A Zabbix proxy is used to collect monitoring data from
agents or devices in a local network and forward it to the central
Zabbix server, reducing load and improving scalability.
2. Which database engines are supported by Zabbix proxy?
A. Only MySQL
B. Only PostgreSQL
C. SQLite, MySQL, and PostgreSQL
D. Only Oracle
,Answer: C
Rationale: Zabbix proxy supports SQLite (commonly used for
lightweight deployments), MySQL/MariaDB, and PostgreSQL
depending on deployment requirements.
3. In which mode can a Zabbix proxy operate?
A. Passive only
B. Active only
C. Both active and passive modes
D. Debug and production modes only
Answer: C
Rationale: A proxy can operate in active mode (connecting to server)
or passive mode (server connects to proxy), depending on network
design.
4. Where is proxy configuration primarily defined?
A. On the Zabbix frontend UI only
B. In the zabbix_proxy.conf file
C. In the database only
D. In the agent configuration file
,Answer: B
Rationale: The main configuration of a Zabbix proxy is stored in the
zabbix_proxy.conf file.
5. What is required before a proxy can send data to a Zabbix server?
A. A dashboard must be created
B. A host entry for the proxy must exist in the server
C. A trigger must be assigned
D. An agent must be installed on the server
Answer: B
Rationale: The Zabbix server must have a proxy configured as a host
entity to accept and process incoming data.
6. Which parameter defines the proxy mode in configuration?
A. ProxyMode
B. ServerMode
C. ModeType
D. ProxyState
, Answer: A
Rationale: The ProxyMode parameter defines whether the proxy
operates in active or passive mode.
7. What is a key advantage of using Zabbix proxies?
A. Eliminates the need for a database
B. Reduces load on the Zabbix server
C. Disables agent communication
D. Replaces triggers entirely
Answer: B
Rationale: Proxies help reduce the load on the central server by
aggregating and buffering monitoring data.
8. How does an active proxy communicate with the server?
A. Server pulls data from proxy
B. Proxy initiates connection to server
C. Agent connects directly to server
D. Database sync only