Updated Questions and Verified Answers |
Real Exam Coverage | Grade A
Instructions
This study guide contains 80 unique multiple-choice questions designed to pre-
pare candidates for the Zabbix Certified Specialist Exam (3) in 2025. Each ques-
tion includes four answer options, with one correct answer and a detailed techni-
cal rationale explaining the choice. The questions cover advanced Zabbix topics,
including architecture, configuration, monitoring, templates, triggers, actions,
and integrations, reflecting the latest 2025 exam content. This document is for-
matted for clarity and professional PDF output.
Multiple-Choice Questions
Question 1: What properties from a template can be overridden on a host?
(A) Hostname, IP address, and port
(B) Update interval, history, and trend storage periods
(C) Trigger severity and notification settings
(D) SNMP community string and encryption
Correct Answer: B
Rationale: Templates in Zabbix allow overriding specific proper-
ties like update interval, history, and trend storage periods on a
host. These settings can be customized without affecting the tem-
plate, but changes to the template later override host-level settings
unless explicitly preserved.
Question 2: Can templates in Zabbix contain other templates?
(A) No
(B) Yes
(C) Only in Zabbix 6.4 and earlier
(D) Only for low-level discovery
1
, Correct Answer: B
Rationale: Zabbix allows templates to be nested, enabling modu-
lar configuration where one template can inherit items, triggers,
or graphs from another, simplifying management of complex envi-
ronments.
Question 3: Where can you find all available public templates for Zabbix?
(A) Zabbix configuration file
(B) Zabbix integrations page or zabbix.com/integrations
(C) Zabbix agent configuration
(D) Zabbix server log
Correct Answer: B
Rationale: Public templates are accessible via the integrations page
in the Zabbix GUI or on the official website (zabbix.com/integrations),
providing pre-configured monitoring solutions.
Question 4: Which entities can be updated using Zabbix’s Mass Update feature?
(A) Only hosts and triggers
(B) Hosts, templates, items, and triggers
(C) Only items and graphs
(D) Only users and user groups
Correct Answer: B
Rationale: Mass Update in Zabbix allows bulk modifications to hosts,
templates, items, and triggers, enabling efficient configuration changes
across multiple entities.
Question 5: What can be updated with Mass Update on an item?
(A) Hostname and IP address
(B) General properties, tags, and preprocessing steps
(C) User permissions and roles
(D) Database schema and version
Correct Answer: B
Rationale: Mass Update for items allows changes to general prop-
erties (e.g., name, type), tags, and preprocessing steps, but not host-
level settings like hostname or IP.
Question 6: What standalone command-line utility is used to send data to a trap-
per item in Zabbix?
(A) zabbix_get
(B) zabbix_sender
(C) zabbix_agent
2
, (D) zabbix_server
Correct Answer: B
Rationale: The zabbix_sender utility is used to send data to trap-
per items, allowing external systems to push metrics to Zabbix.
Question 7: Which values must be specified when running zabbix_sender?
(A) IP or DNS, hostname, item key, and value
(B) Username, password, and port
(C) Template name and trigger severity
(D) Database name and schema
Correct Answer: A
Rationale: zabbix_sender requires -z (IP/DNS), -s (hostname),
-k (item key), and -o (value) to send data to a trapper item correctly.
Question 8: How can unauthorized machines be prevented from sending data
via zabbix_sender?
(A) Use a firewall rule
(B) Configure allowed hosts
(C) Disable trapper items
(D) Encrypt all data
Correct Answer: B
Rationale: Configuring allowed hosts in the trapper item settings
restricts which machines can send data, enhancing security.
Question 9: True or False: Every value sent by zabbix_sender must have a
unique timestamp.
(A) True
(B) False
(C) Only for active checks
(D) Only for passive checks
Correct Answer: B
Rationale: zabbix_sender does not require unique timestamps
for each value, as Zabbix processes data based on the server’s time
unless specified otherwise.
Question 10: How many levels of dependency are supported for dependent items
in Zabbix?
(A) 2
(B) 3
(C) 4
3