Zabbix Certified Specialist Day 2 Latest Update 2024-2025 100 Questions and 100% Verified Correct Answers Guaranteed A+ At First Attempt
Are interfaces required for Active Agent checks? - CORRECT ANSWER: No
Are user macros supported inside expression macros? - CORRECT ANSWER: No
Can custom intervals be used for active checks? - CORRECT ANSWER: Yes, but only
for Zabbix agent 2.
Can you add tags to a trigger? - CORRECT ANSWER: Yes
Can you change the colour of severities? If so, where can this be done? - CORRECT
ANSWER: Yes under Administration > General > Trigger displaying options
Can you close a problem manually without it being allowed in the trigger configuration?
If so, how do you do this? - CORRECT ANSWER: No, you cannot.
Can you reload userparameters without restarting the Zabbix agent? If so, what is the
command? - CORRECT ANSWER: Yes, zabbix_agentd -R userparameter_reload
Can Zabbix agent be installed on Windows? - CORRECT ANSWER: Yes
Do active checks use an availability icon? - CORRECT ANSWER: No, must refer to
latest data.
Does the hostname have any impact on passive checks? - CORRECT ANSWER: No
How are transformations in pre-processing handled i.e. in what order? - CORRECT
ANSWER: In the order they are defined.
How can you use the last() function to return the 35th last value received one hour ago?
- CORRECT ANSWER: last(/host/key,#35:now-1h)
How do you run a UserParameter script? - CORRECT ANSWER: zabbix_agentd -t
mykey
How often are time-based Trigger functions recalculated? - CORRECT ANSWER:
Every 30 seconds no matter what update interval is configured (in addition to)
How often does the Agent retrieve configuration data from the Zabbix Server? -
CORRECT ANSWER: On agent start and every 2 minutes.
- / 2
If multiple mappings overlap, what match will be applied? - CORRECT ANSWER: First.
If you change how data is shown in the frontend, does it modify the data in the
database? - CORRECT ANSWER: No
If you define the unit "unixtime" under an item, how will it display on the frontend portal?
- CORRECT ANSWER: 2023.03.21 13:28:32
In the zabbix_agentd.conf file, what happens if multiple IP addresses are listed under the ServerActive field? - CORRECT ANSWER: It will send data to all listed servers.
In which two locations can triggers be created? - CORRECT ANSWER: Host, Template
In which two ways is the Trigger status recalculated after receiving a problem? -
CORRECT ANSWER: When any items included in trigger receive new data, Or every
30 seconds if time-based functions are used.
Name 5 Trigger function types supported by Zabbix. - CORRECT ANSWER: Aggregate,
Bitwise, Date/Time, History, Trend-based, Mathematical, Operator, Prediction, String, Foreach
On which port is data from active Agents accepted? And by what process? - CORRECT
ANSWER: Port 10051, by trapper process.
Regarding event names, the same set of macros is supported as in the trigger name
plus which macros? - CORRECT ANSWER: {TIME} & {?EXPRESSION}
True or False. It is possible to compare a function against a user macro. - CORRECT
ANSWER: True.
True or False. Recovery expression will stop the problem from triggering again if true. -
CORRECT ANSWER: False. If the trigger is TRUE and recovery expression is also
TRUE, the problem will remain open.
True or False. Zabbix supports dependencies between hosts directly. - CORRECT
ANSWER: False
What are 2 reasons for installing Zabbix_get? - CORRECT ANSWER: To gather data
from the Agent, to run a passive test, can be used in custom scripts.
What are four ways to change the status of a problem? - CORRECT ANSWER: Adding
text, changing severity, Acknowledging, Manually closing
What are the 3 global filters for displaying problems? - CORRECT ANSWER: Recent
problems (last 5 minutes), Problems (open problems), History (custom history period)
- / 2