Exam Questions With Correct Answers
(Verified Answers) Plus Rationales 2026 Q&A |
Instant Download Pdf
1
Which Zabbix component is primarily responsible for collecting data
from monitored hosts?
A. Zabbix Server
B. Zabbix Agent
C. Zabbix Proxy
D. Zabbix Frontend
Answer: B
The Zabbix Agent runs on monitored hosts and collects system-level
metrics such as CPU usage, memory, and disk statistics. It then sends
this data back to the Zabbix server or proxy for processing.
2
,What is the primary purpose of enabling TLS encryption in Zabbix?
A. Improve database performance
B. Compress monitoring data
C. Secure communication between components
D. Increase polling speed
Answer: C
TLS encryption ensures that data exchanged between Zabbix
components (server, agents, proxies) is protected from interception
and tampering.
3
Which file is typically used to configure Zabbix agent security settings?
A. zabbix_server.conf
B. zabbix_agentd.conf
C. zabbix_proxy.conf
D. zabbix_web.conf
Answer: B
,The zabbix_agentd.conf file contains configuration parameters for
agent behavior, including TLS settings, allowed hosts, and security
restrictions.
4
What is the default port used by Zabbix server?
A. 22
B. 80
C. 10051
D. 161
Answer: C
Zabbix server listens on port 10051 for incoming data from agents and
proxies.
5
Which authentication method is NOT natively supported by Zabbix
frontend?
A. Internal Zabbix authentication
B. LDAP authentication
, C. SAML authentication
D. OAuth directly without integration
Answer: D
Zabbix supports internal authentication, LDAP, and SAML via
configuration or integrations, but OAuth is not natively supported
without external middleware.
6
What is the purpose of host groups in Zabbix security?
A. Increase monitoring speed
B. Organize users by department
C. Control access to monitored resources
D. Store encrypted credentials
Answer: C
Host groups are used to organize monitored hosts and can be tied to
permissions, controlling which users can view or manage specific
systems.
7