


















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
ZABBIX CERTIFIED SPECIALIST DAY 1, 2, 3, 4, AND 5 EXAMS | COMPLETE EXAM QUESTIONS AND CORRECT ANSWERS | GRADED A+ | VERIFIED ANSWERS | LATEST VERSION
Typology: Exams
1 / 58
This page cannot be seen from the preview
Don't miss anything!
By default, how long does it take for changes made in the frontend to show up in the database? ---------CORRECT ANSWER-----------------Once per minute Is it possible to force Zabbix server to read config data with a runtime command? ---------CORRECT ANSWER-----------------Yes What modes exist for the Zabbix agent and what differentiates them? ------- --CORRECT ANSWER-----------------Active, passive. In active mode, all data processing is performed on the agent without pollers. In passive mode, the poller connects to the agent on TCP port 10050. What are the four ports that Zabbix uses and what are they each for? ------- --CORRECT ANSWER-----------------10050: Zabbix agent. 10051: Server and proxy. 10052: Java gateway. 10053: Web service. By default, How often is data collected via the proxy, sent to the Zabbix server? ---------CORRECT ANSWER-----------------Every second
Zabbix proxies can operate in Active mode or Passive mode? What is the difference? ---------CORRECT ANSWER-----------------In active mode, the proxy connects to the server. In passive mode, the server connects to the proxy. What is true about the version differences between Zabbix proxy and Zabbix server? ---------CORRECT ANSWER-----------------The major version must match ie 6.1.2 is not compatible with 6.2.0. This changed in version 6.4, from this version onwards they are all compatible. What is mandatory before installing Zabbix? ---------CORRECT ANSWER--- --------------Getting NTP setup and sync'd, without this you may experience false problem detection, missing data etc What is the recommended way of installing Zabbix? ---------CORRECT ANSWER-----------------Official packages What cloud vendors are supported for cloud install? ---------CORRECT ANSWER-----------------AWS, Azure, Digital Ocean, Google Cloud, Red Hat Openshift What two options exist for docker container install? ---------CORRECT ANSWER-----------------Zabbix docker hub or GitHub
Which parts of Zabbix have been built using C? ---------CORRECT ANSWER-----------------Server, Proxy, Agent What parts of Zabbix have been built using Go? ---------CORRECT ANSWER-----------------Zabbix Agent 2, Web Services What does Zabbix use PHP for? ---------CORRECT ANSWER----------------- Frontend Does Zabbix support Java? ---------CORRECT ANSWER-----------------Yes Name three commerical services that Zabbix LLC and certified partners provide? ---------CORRECT ANSWER-----------------Technical Support, Remote Tshooting, Consulting, Upgrades, Training, Turn-key Solutions, Integration, Template Building What are the 3 main Zabbix components? ---------CORRECT ANSWER----- ------------Server, Frontend, Database What are the 3 main functions of Zabbix Server? ---------CORRECT ANSWER-----------------Data collection, Problem detection, Notification
What are 3 advantages of Zabbix proxy? ---------CORRECT ANSWER------- ----------Monitoring remote locations, Distributing load between proxies, Limited firewall rules What processes all collected data? ---------CORRECT ANSWER--------------- --Zabbix Server Zabbix server has several components, name one ---------CORRECT ANSWER-----------------Data collectors, internal processes, caches What are the 7 components that make up Zabbix Server? --------- CORRECT ANSWER-----------------Config Cache, Config Sync, Data Collectors, Preprocessing, History Cache, Value Cache, History Syncers What is the minimum supported version for MySQL? ---------CORRECT ANSWER-----------------8.0.x but 8.0.20 is recommended Can Zabbix be installed on Windows? ---------CORRECT ANSWER----------- ------No What are the additional libraries required when installing Zabbix on Linux? - --------CORRECT ANSWER-----------------Libpcre, libevent, zlib What is the one role of the Zabbix web service? ---------CORRECT ANSWER-----------------Generating scheduled reports
How do you increase the log level using runtime controls? --------- CORRECT ANSWER-----------------zabbix_server - R log_level_increase What is the command to install MySQL on a Zabbix server? --------- CORRECT ANSWER-----------------dnf - y install mysql-community-server What is the command to create the database on MySQL? --------- CORRECT ANSWER-----------------create database zabbix character set utf8mb4 collate utf8mb4_bin; What is the command to edit the zabbix config file? ---------CORRECT ANSWER-----------------nano /etc/zabbix/zabbix_server.conf What is the command to enable the Zabbix server service and have it start on every boot? ---------CORRECT ANSWER-----------------Systemctl enable zabbix-server —now Where is the Zabbix log file located? ---------CORRECT ANSWER------------- ----/var/log/zabbix/zabbix_server.log What is the minimum version of PHP supported? ---------CORRECT ANSWER-----------------7.2.5. 8.x supported since Zabbix 6.0. Name two of each for the database engine and web server package? ------- --CORRECT 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? --------- CORRECT ANSWER-----------------Php-fpm (FastCGI Process Manager) What is the minimum supported screen width for Zabbix frontend? --------- CORRECT ANSWER-----------------1200px What must you do if one of the frontend prerequisites is not met? --------- CORRECT ANSWER-----------------Fix the problem and restart php-fpm service What are the four built in themes that Zabbix offers? ---------CORRECT ANSWER-----------------Blue. Dark. High contrast light. High contrast dark. What file contains the frontend settings? ---------CORRECT ANSWER-------- ---------/etc/zabbix/web/zabbix.conf.php How do you install Zabbix frontend from the command line? --------- CORRECT ANSWER-----------------dnf - y install zabbix-web-mysql (or zabbix-web-postgresql) zabbix-apache-conf (or zabbix-nginx-conf) What command do you run to check the Apache status? ---------CORRECT ANSWER-----------------systemctl status httpd
What options exist for global notifications that pop up? ---------CORRECT ANSWER-----------------Silence all currently active alarm sounds, mute/unmute current and future alarm sounds Where are global notifications configured? ---------CORRECT ANSWER----- ------------User profile > Messaging Can you create a user without assigning them to a user group? --------- CORRECT ANSWER-----------------No What is the default page when you login to frontend? ---------CORRECT ANSWER-----------------Monitoring > Hosts What do Zabbix hosts use to collect metrics? ---------CORRECT ANSWER-- ---------------Items Where is data preprocessing for a host defined? ---------CORRECT ANSWER-----------------Item configuration What is the four step Zabbix data flow? ---------CORRECT ANSWER--------- --------Item > Trigger > Event > Conditions (then Operations) Can a trigger belong to multiple hosts? ---------CORRECT ANSWER---------- -------Yes
Scheduled execution of operation steps is called what? ---------CORRECT ANSWER-----------------Escalation Can templates be linked to a host group? ---------CORRECT ANSWER------ -----------No, only similar hosts What entities can be tagged? ---------CORRECT ANSWER----------------- Hosts, Templates, Items, Triggers True or false. An event will inherit all the host, item and trigger tags. --------- CORRECT ANSWER-----------------True What options exist for filtering through hosts? ---------CORRECT ANSWER- ----------------Host group, template, name, DNS, IP, Port, Monitoring by (any, server, proxy), tags What tabs exist when creating/editing a host? ---------CORRECT ANSWER- ----------------Host, IPMI, Tags, Macros, Inventory, Encryption, Value mapping What are the four types of Macros and how are they written? --------- CORRECT ANSWER-----------------Built in {MACRO}, User defined {$MACRO}, low level discovery {#MACRO}, Expression {?MACRO}
What entities are available for monitoring when configuring a host? --------- CORRECT ANSWER-----------------Items, Triggers, Graphs, Web scenarios, Discovery rules True or false. Host names & visible names must be unique and are case sensitive? ---------CORRECT ANSWER-----------------True What are the four supported interface types? ---------CORRECT ANSWER-- ---------------ZBX (passive zabbix agent), SNMP, IPMI, JMX (Java) What item types require an interface but may or may not use it? --------- CORRECT ANSWER-----------------Simple check, external check, Telnet/SSH What does the Grey availability icon mean? ---------CORRECT ANSWER--- --------------At least one interface had unknown status and none unavailable What are the default values for unreachable pollers? ---------CORRECT ANSWER-----------------UnreachableDelay=15, UnreachablePeriod=45, UnavailableDelay= What must be unique when adding an Item to a Host? ---------CORRECT ANSWER-----------------Key. Names do not need to be unique (not recommended)
Passive data collection is also called polling, what is the other name for active data collection? ---------CORRECT ANSWER-----------------Trapping When working with Items, Optional parametres '<>' will use what if not specified? ---------CORRECT ANSWER-----------------Default values When working with Items, in what scenarios would you need double quotations? ---------CORRECT ANSWER-----------------If the key contains commas, square brackets or quotation mark (escaped with backslash ") Regarding data collection, what is the difference between history and trends? ---------CORRECT ANSWER-----------------History keeps each value with UNIX timestamp, Trends keep hourly aggregated data Housekeeper removes what data and how frequently by default? --------- CORRECT ANSWER-----------------Expired data, hourly Can you apply a template to a host group? ---------CORRECT ANSWER----- ------------No Can you add items to a host group? ---------CORRECT ANSWER-------------- ---No Will an event only inherit item tags? ---------CORRECT ANSWER-------------- ---No, it will inherit all tags (host & trigger also)
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 file needs to be edited to allow Zabbix Server to connect to Zabbix Agent? ---------CORRECT ANSWER----------------- /etc/zabbix/zabbix_agentd.conf What command allows you to view the list of installed packages on a Zabbix Agent? ---------CORRECT ANSWER-----------------zabbix_get - s 127.0.0.1 - k system.sw.packages[zabbix] Can Zabbix agent be installed on Windows? ---------CORRECT ANSWER--- --------------Yes What field is mandatory for Zabbix agent to communicate in Active Mode? - --------CORRECT ANSWER-----------------Hostname, it must be defined the same on both the frontend host & in the zabbix_agentd.conf file. On which port is data from active Agents accepted? And by what process? ---------CORRECT ANSWER-----------------Port 10051, by trapper process. Are interfaces required for Active Agent checks? ---------CORRECT ANSWER-----------------No
What value in the zabbix_agentd.conf file needs to be updated with the Zabbix Server or Proxy IP address? ---------CORRECT ANSWER-------------- ---ServerActive What command is used to return the Zabbix Agent hostname? --------- CORRECT ANSWER-----------------zabbix_agentd - t system.hostname. 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. How often does the Agent retrieve configuration data from the Zabbix Server? ---------CORRECT ANSWER-----------------On agent start and every 2 minutes. Where does the Zabbix agent store collected values when in active mode? And how often is the data sent? ---------CORRECT ANSWER----------------- Memory buffer (every 5 seconds by default). Do active checks use an availability icon? ---------CORRECT ANSWER------ -----------No, must refer to latest data. What must you do after updating the hostname on an agent? And what is the command to do this? ---------CORRECT ANSWER-----------------You must restart the agent using the command "systemctl restart zabbix-agent".
Why should you not configure a UserParameter that takes a long time to finish? ---------CORRECT ANSWER-----------------They will respect timeouts defined in the server and agent configuration and likely timeout. If you change how data is shown in the frontend, does it modify the data in the database? ---------CORRECT ANSWER-----------------No What character can be used to prevent a unit from being converted using special processing? ---------CORRECT ANSWER-----------------Exclamation mark "!" before the unit value. If you define the unit "unixtime" under an item, how will it display on the frontend portal? ---------CORRECT ANSWER-----------------2023.03. 13:28: What information types support value maps between raw values and string representations? ---------CORRECT ANSWER-----------------Numeric (unsigned), numeric (float), Character. If multiple mappings overlap, what match will be applied? --------- CORRECT ANSWER-----------------First. Which three Item types cannot have update intervals defined? --------- CORRECT ANSWER-----------------Zabbix trapper, SNMP trapper, Dependent items.
What is the minimum allowed update interval? ---------CORRECT ANSWER-----------------1 second. What is the default update interval metric if a suffix is not set? --------- CORRECT ANSWER-----------------Seconds. What is one reason why you might want to setup flexible update intervals? And if multiple exist, which takes precedence? ---------CORRECT ANSWER-----------------To retrieve data less frequently outside of business hours. Lowest interval takes precedence. What are the five different time values for setting scheduling intervals and what do they mean? ---------CORRECT ANSWER-----------------md; month days (1-31), wd; week days (1-7), h; hours (0-23), m; minutes (0-59), s; seconds (0-59). Can custom intervals be used for active checks? ---------CORRECT ANSWER-----------------Yes, but only for Zabbix agent 2. What is the difference between Flexible and Scheduling custom intervals? - --------CORRECT 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).