ZABBIX CERTIFIED SPECIALIST EXAM DAY 2 CERTIFICATION EXAM
LATEST 2026/2027 ACTUAL VERIFIED EXAM WITH COMPLETE
QUESTIONS AND CORRECT DETAILED ANSWERS (100% VERIFIED
ANSWERS) |ALREADY GRADED A+| ||PROFESSOR VERIFIED||
||NEWEST EXAM!!!||
What is the difference between Flexible and Scheduling custom
intervals? - ANSWER-Flexible custom interval you define an
interval and a period (lowest value takes precedence), Scheduling
is where you define a specific time(s) that you want the check to
happen (on the minute, on the hour etc).
How are transformations in pre-processing handled i.e. in what
order? - ANSWER-In the order they are defined.
What happens if a preprocessing step fails? - ANSWER-All
preprocessing stops for that item.
What are the three options for 'custom on fail' scenarios in
preprocessing? - ANSWER-Discard value (& no more steps are
processed), Set value to (value will be changed to defined value),
Set error to (item will become not supported with custom error).
,2|Page
What happens to data that does not have any preprocessing
steps defined? - ANSWER-It is still passed into preprocessing
manager and placed into the preprocessing queue.
What is the difference between numeric (unsigned) and numeric
(float)? - ANSWER-Unsigned; whole numbers (rounds down),
float; decimal numbers.
What type of regular expression does Zabbix support for
preprocessing? - ANSWER-PCRE (Perl Compatible Regular
Expression)
When using regular expression, how many captured groups can
be used? - ANSWER-10
What two fields must be specified when setting up preprocessing
on the frontend? - ANSWER-Pattern - regular expression &
Output - capturing group
, 3|Page
What is the purpose of discard unchanged? - ANSWER-To limit
unnecessary data from being added to the database. Typically
data that does not change over time.
What is the step that is always executed as the first preprocessing
step? - ANSWER-Check if there was an error in collecting item
value
What are the three main ways in which Items can become
unsupported? - ANSWER-On data collection time, In
preprocessing steps, Or when writing into database
What are the three ways in which Items may become
unsupported on data collection time? And how can you fix them? -
ANSWER-Wrong item key or parameters,
Timeout/communication error, Wrong credentials/incorrect
permissions. Can be fixed by 'check for not supported value'
preprocessing step
When will not supported Items be checked? - ANSWER-Every
item update interval