Zabbix Certified Specialist
Exam (3) (2025/2026
Update) | Questions and
Verified Answers | Grade A
Instructions
This section covers Exam (3) of the Zabbix Certified
Specialist certification. Review all answer options
before making a choice. Correct Answer is
highlighted in green. Study the rationales carefully to
Secti
improve conceptual clarity. Focus areas: Zabbix
templates, overrides, and advanced configuration.
, 2
.Question 1
Which of the following best describes the purpose of a Zabbix template? A) To
manually configure items on individual hosts B) To provide a reusable set of items,
triggers, and graphs for multiple hosts C) To override host-specific settings without
linking D) To store historical data for reporting
Correct Answer: B Rationale: Templates in Zabbix are designed for scalability,
allowing standardized monitoring configurations (items, triggers, discovery rules,
etc.) to be applied to multiple hosts or groups. This reduces administrative
overhead, unlike manual host configurations (A), which are inefficient for large
environments. Overrides (C) modify linked templates, and data storage (D) is
handled by the Zabbix database, not templates.
Question 2
In Zabbix 7.0, what is a key feature introduced for template inheritance? A)
Automatic item disabling across all child templates B) Support for template groups
with role-based access control C) Direct editing of inherited items without forking
D) Mandatory LLD rule updates in parent templates
Correct Answer: B Rationale: Zabbix 7.0 enhanced template management with
template groups, integrating them into RBAC for better security and organization.
Inheritance allows child templates to extend parents without altering originals (C is
incorrect as edits propagate unless overridden). LLD (D) is optional, and disabling
(A) requires explicit actions.
Question 3
How can you apply a template to a host in Zabbix? A) By editing the host's
inventory fields B) Through the host's "Templates" tab in the configuration menu
C) Via a scheduled maintenance period D) By importing it as a YAML module
Correct Answer: B Rationale: The standard method is via the host
configuration's "Templates" tab, where you link templates directly. Inventory (A)
, 3
is for metadata, not linking; maintenance (C) pauses monitoring; YAML import
(D) is for templates themselves, not host application.
Question 4
What happens when two templates linked to the same host define an item with the
same key? A) The item from the first-linked template takes precedence B) Zabbix
merges the items automatically C) An error is logged, and monitoring fails D) The
later-linked template overrides the earlier one
Correct Answer: D Rationale: In Zabbix, when multiple templates define items
with identical keys, the item from the last-linked template overrides others,
ensuring the most recent configuration applies. Merging (B) doesn't occur for
conflicts, and no error (C) is thrown—Zabbix prioritizes order for consistency.
Question 5
What is the primary use of host macros in template overrides? A) To define global
variables for all Zabbix servers B) To customize template behavior for specific
hosts without editing the template C) To encrypt sensitive data in items D) To
trigger automatic template unlinking
Correct Answer: B Rationale: Host macros allow per-host customization of
templated elements (e.g., thresholds), preserving the template's integrity for reuse.
They are host-specific (not global, A), unencrypted by default (C), and unrelated to
unlinking (D).
Question 6
In advanced Zabbix configuration, what does "template ordering" refer to? A)
Sequencing templates for export/import operations B) The priority sequence that
determines which template's elements are applied when conflicts arise C)
Scheduling template updates via cron jobs D) Ranking templates by performance
impact
Correct Answer: B Rationale: Template ordering in the host's linked templates
list dictates precedence for overlapping elements (e.g., items, triggers). Higher -