ZABBIX CERTIFIED SPECIALIST EXAM DAY 1 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 recommended debug level for a production
environment? - ANSWER-3 - Warning
What is required if you change the log level in the config file? -
ANSWER-Server restart
How do you increase the log level using runtime controls? -
ANSWER-zabbix_server -R log_level_increase
What is the command to install MySQL on a Zabbix server? -
ANSWER-dnf -y install mysql-community-server
What is the command to create the database on MySQL? -
ANSWER-create database zabbix character set utf8mb4 collate
utf8mb4_bin;
,2|Page
What is the command to edit the zabbix config file? - ANSWER-
nano /etc/zabbix/zabbix_server.conf
What is the command to enable the Zabbix server service and
have it start on every boot? - ANSWER-Systemctl enable zabbix-
server —now
Where is the Zabbix log file located? - ANSWER-
/var/log/zabbix/zabbix_server.log
What is the minimum version of PHP supported? - ANSWER-
7.2.5. 8.x supported since Zabbix 6.0.6
Name two of each for the database engine and web server
package? - ANSWER-Database: zabbix-web-mysql, zabbix-web-
postgresql. Web: zabbix-apache-conf, zabbix-nginx-conf
What does Zabbix use by default on RHEL on the frontend? -
ANSWER-Php-fpm (FastCGI Process Manager)
, 3|Page
When editing a host, how do you know what tabs have settings
enabled? - ANSWER-Green dot
What are the three tabs when editing user profiles? - ANSWER-
User, media, messaging
Zabbix stores timestamps for all values in what time? - ANSWER-
UNIXTIME
What options exist for global notifications that pop up? -
ANSWER-Silence all currently active alarm sounds, mute/unmute
current and future alarm sounds
Where are global notifications configured? - ANSWER-User
profile > Messaging
Can you create a user without assigning them to a user group? -
ANSWER-No