0% found this document useful (0 votes)
115 views12 pages

Zabbix Exams

The document provides an overview of Zabbix, an open-source monitoring software suite, detailing its components such as server, agent, proxy, and frontend, as well as functionalities like monitoring types, triggers, actions, and templates. It also explains various features including auto-registration, preprocessing, user roles, and integration methods like LDAP and SSO. Additionally, it covers monitoring methods for different systems and services, emphasizing the customization and automation capabilities of Zabbix.

Uploaded by

EVANS nyamache
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views12 pages

Zabbix Exams

The document provides an overview of Zabbix, an open-source monitoring software suite, detailing its components such as server, agent, proxy, and frontend, as well as functionalities like monitoring types, triggers, actions, and templates. It also explains various features including auto-registration, preprocessing, user roles, and integration methods like LDAP and SSO. Additionally, it covers monitoring methods for different systems and services, emphasizing the customization and automation capabilities of Zabbix.

Uploaded by

EVANS nyamache
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

1. What is the minimum requirement for Zabbix Server installation?

Answer: 512MB
of memory
2. What is the difference between proxy and active agent in Zabbix? Answer: Proxy
initiates the connection to the Zabbix server while the active agent waits for the
connection from the server.
3. What is the command to restart Zabbix server service? Answer: sudo systemctl
restart zabbix-server
4. What is a Zabbix item? Answer: It is a parameter that is monitored by Zabbix. It
can be a metric like CPU usage or memory usage.
5. What is a Zabbix trigger? Answer: It is an expression that defines when an event
should be generated.
6. What is Zabbix agent? Answer: It is software installed on the monitored host that
collects data and sends it to the Zabbix server.
7. What is Zabbix frontend? Answer: It is the user interface of Zabbix that allows the
user to manage and configure Zabbix.
8. What is the difference between a template and a host group in Zabbix? Answer: A
template is a collection of items, triggers, and graphs that can be applied to
multiple hosts. A host group is a collection of hosts.
9. What is discovery in Zabbix? Answer: It is an automatic process of discovering
and monitoring hosts and services in the network.
10. What is a Zabbix action? Answer: It is a set of operations that are executed when
a trigger generates an event in Zabbix.

1. What is Zabbix? Zabbix is an open-source monitoring software suite.


2. What is the latest stable version of Zabbix? The latest stable version of Zabbix
is 5.2.
3. What is the default port for Zabbix server? The default port for Zabbix server
is 10051.
4. What is the default port for Zabbix agent? The default port for Zabbix agent is
10050.
5. What are the different types of monitoring in Zabbix? The different types of
monitoring in Zabbix are agent-based monitoring, SNMP monitoring, JMX
monitoring, IPMI monitoring, and external check monitoring.
6. What is an item in Zabbix? An item in Zabbix is a data element that is
monitored.
7. What is a trigger in Zabbix? A trigger in Zabbix is a logical expression that
defines a condition to be checked.
8. What is a template in Zabbix? A template in Zabbix is a set of items, triggers,
and graphs that can be applied to multiple hosts.
9. What is a host in Zabbix? A host in Zabbix is an entity that is monitored.
10. What is a proxy in Zabbix? A proxy in Zabbix is an intermediate entity that
can collect data on behalf of a Zabbix server.
11. What is a low-level discovery in Zabbix? Low-level discovery in Zabbix is a
mechanism to automatically discover and monitor resources.
12. What is Zabbix agent? Zabbix agent is a software that runs on the target host
and collects data that is sent to the Zabbix server.
13. What is Zabbix server? Zabbix server is a software that receives and
processes data from Zabbix agents.
14. What is the purpose of Zabbix frontend? The purpose of Zabbix frontend is to
provide a web-based interface to configure and monitor Zabbix.
15. What is the purpose of Zabbix proxy? The purpose of Zabbix proxy is to
collect data on behalf of Zabbix server.
16. What is the purpose of Zabbix database? The purpose of Zabbix database is
to store configuration and monitoring data.
17. What is the purpose of Zabbix API? The purpose of Zabbix API is to provide a
programmatic interface to interact with Zabbix.
18. What is the purpose of Zabbix sender? The purpose of Zabbix sender is to
send data to Zabbix server from external sources.
19. What is the purpose of Zabbix trapper? The purpose of Zabbix trapper is to
receive data from external sources and process it.
20. What is the purpose of Zabbix escalator? The purpose of Zabbix escalator is to
send notifications to users based on predefined conditions.
21. What is the purpose of Zabbix escalator? The purpose of Zabbix escalator is to
send notifications to users based on predefined conditions.
22. What is the purpose of Zabbix agentd? The purpose of Zabbix agentd is to run
Zabbix agent as a service.
23. What is the purpose of Zabbix senderd? The purpose of Zabbix senderd is to
run Zabbix sender as a service.
24. What is the purpose of Zabbix proxyd? The purpose of Zabbix proxyd is to run
Zabbix proxy as a service.
25. What is the purpose of Zabbix serverd? The purpose of Zabbix serverd is to
run Zabbix server as a service.
26. What is the purpose of Zabbix agent active mode? The purpose of Zabbix
agent active mode is to allow the agent to actively send data to Zabbix
server.
27. What is the purpose of Zabbix agent passive mode? The purpose of Zabbix
agent passive mode is to allow the server to request data from the agent.
28. What is the purpose of Zabbix agent encryption? The purpose of Zabbix agent
encryption is to secure data transmitted between the agent and server.
29. What is the purpose of Zabbix server encryption? The purpose of Zabbix
server encryption is to secure data transmitted between the server and
agents.
30. What is the purpose of Zabbix agent auto-registration? The purpose of Zabbix
agent auto-registration is to automatically register new agents that connect to
the server.
31. What is the purpose of Zabbix proxy auto-registration? The purpose of Zabbix
proxy auto-registration is to automatically register new proxies that connect
to the server.
32. What is the purpose of Zabbix server auto-registration? The purpose of Zabbix
server auto-registration is to automatically register new servers that connect
to the network.
33. What is the purpose of Zabbix preprocessing? The purpose of Zabbix
preprocessing is to transform data before it is stored in the database.
34. What is the purpose of Zabbix regular expressions? The purpose of Zabbix
regular expressions is to match and extract data from text.
35. What is the purpose of Zabbix macros? The purpose of Zabbix macros is to
substitute values in configuration files.
36. What is the purpose of Zabbix triggers? The purpose of Zabbix triggers is to
define conditions that generate alerts.
37. What is the purpose of Zabbix actions? The purpose of Zabbix actions is to
define how alerts are handled.
38. What is the purpose of Zabbix media types? The purpose of Zabbix media
types is to define how alerts are sent to users.
39. What is the purpose of Zabbix screens? The purpose of Zabbix screens is to
display multiple graphs and data elements on a single page.
40. What is the purpose of Zabbix maps? The purpose of Zabbix maps is to
visualize the relationships between hosts and network devices.
41. What is the purpose of Zabbix dashboards? The purpose of Zabbix dashboards
is to provide a customizable overview of system performance.
42. What is the purpose of Zabbix reports? The purpose of Zabbix reports is to
generate predefined or custom reports based on monitoring data.
43. What is the purpose of Zabbix SLA calculations? The purpose of Zabbix SLA
calculations is to define and track service level agreements.
44. What is the purpose of Zabbix maintenance periods? The purpose of Zabbix
maintenance periods is to temporarily disable monitoring during scheduled
maintenance.
45. What is the purpose of Zabbix user groups? The purpose of Zabbix user
groups is to define access levels and permissions for users.
46. What is the purpose of Zabbix user roles? The purpose of Zabbix user roles is
to define roles and responsibilities for users.
47. What is the purpose of Zabbix LDAP integration? The purpose of Zabbix LDAP
integration is to authenticate users against an LDAP server.
48. What is the purpose of Zabbix SSO integration? The purpose of Zabbix SSO
integration is to authenticate users against an SSO provider.
49. What is the purpose of Zabbix API authentication? The purpose of Zabbix API
authentication is to secure API requests.
50. What is the purpose of Zabbix API permissions? The purpose of Zabbix API
permissions is to define access levels and permissions for API users.
51. What is the purpose of Zabbix custom scripts? The purpose of Zabbix custom
scripts is to extend the functionality of Zabbix.
52. What is the purpose of Zabbix user parameters? The purpose of Zabbix user
parameters is to define custom data collection.
53. What is the purpose of Zabbix SNMP traps? The purpose of Zabbix SNMP traps
is to receive and process SNMP traps.
54. What is the purpose of Zabbix network discovery? The purpose of Zabbix
network discovery is to automatically discover and monitor network devices.
55. What is the purpose of Zabbix web monitoring? The purpose of Zabbix web
monitoring is to monitor web applications and services.
56. What is the purpose of Zabbix log monitoring? The purpose of Zabbix log
monitoring is to monitor log files for specific events.
57. What is the purpose of Zabbix IPMI monitoring? The purpose of Zabbix IPMI
monitoring is to monitor hardware sensors and events using IPMI.
58. What is the purpose of Zabbix JMX monitoring? The purpose of Zabbix JMX
monitoring is to monitor Java applications and services using JMX.
59. What is the purpose of Zabbix external checks? The purpose of Zabbix
external checks is to monitor custom scripts and external commands.
60. What is the purpose of Zabbix dashboards? The purpose of Zabbix dashboards
is to provide a customizable overview of system performance.

1. What is Zabbix server auto-registration? Ans: Zabbix server auto-registration


allows new hosts to be automatically registered in Zabbix without manual
intervention. [2]
2. What is preprocessing in Zabbix? Ans: Preprocessing is a feature in Zabbix
that allows modification of collected data before it is stored in the database.
[2]
3. How can regular expressions be used in Zabbix? Ans: Regular expressions can
be used in Zabbix to match patterns in log files or other text-based data. [2]
4. What are macros in Zabbix? Ans: Macros are variables in Zabbix that can be
used to define items, triggers, and other objects. [2]
5. How are triggers used in Zabbix? Ans: Triggers are used in Zabbix to define
conditions that must be met before an action is taken. [2]
6. What are actions in Zabbix? Ans: Actions in Zabbix are used to define the
steps that should be taken when a trigger is activated. [2]
7. What is a media type in Zabbix? Ans: A media type in Zabbix defines the
method of communication used for alerting users. [2]
8. What are screens in Zabbix? Ans: Screens in Zabbix are used to display
multiple graphs and other data on a single page. [2]
9. What are maps in Zabbix? Ans: Maps in Zabbix are used to visualize the
relationships between hosts and other objects. [2]
10. What are dashboards in Zabbix? Ans: Dashboards in Zabbix are used to
provide a customizable overview of monitored systems. [2]
11. How are reports generated in Zabbix? Ans: Reports in Zabbix can be
generated using the built-in report generator or by exporting data to external
tools. [2]
12. How are SLA calculations performed in Zabbix? Ans: SLA calculations in
Zabbix are performed using the SLA report feature, which compares actual
and expected uptime. [2]
13. What are maintenance periods in Zabbix? Ans: Maintenance periods in Zabbix
are used to temporarily disable monitoring and alerts for specific hosts or
services. [2]
14. What are user groups in Zabbix? Ans: User groups in Zabbix are used to group
users together for the purpose of assigning permissions and access rights. [2]
15. What are user roles in Zabbix? Ans: User roles in Zabbix are used to define
the level of access and permissions for individual users or groups. [2]
16. How is LDAP integration implemented in Zabbix? Ans: LDAP integration in
Zabbix is implemented using the LDAP authentication method. [2]
17. How is SSO integration implemented in Zabbix? Ans: SSO integration in
Zabbix is implemented using the SAML authentication method. [2]
18. What are the API authentication methods available in Zabbix? Ans: The API
authentication methods available in Zabbix are HTTP Basic Authentication and
token-based authentication. [2]
19. What are the API permissions in Zabbix? Ans: The API permissions in Zabbix
are defined using access control lists (ACLs) that specify which API methods
can be accessed by specific users or groups. [2]
20. How can custom scripts be used in Zabbix? Ans: Custom scripts can be used
in Zabbix to extend the functionality of the system and to automate tasks. [2]
21. How are user parameters defined in Zabbix? Ans: User parameters in Zabbix
are defined in the agent configuration file and are used to collect custom data
from hosts. [2]
22. What are SNMP traps in Zabbix? Ans: SNMP traps in Zabbix are used to
receive and process SNMP trap messages from network devices. [2]
23. How is network discovery performed in Zabbix? Ans: Network discovery in
Zabbix is performed using the Zabbix agent or SNMP protocols. [2]
24. What is web monitoring in Zabbix? Ans: Web monitoring in Zabbix is used to
monitor web servers and web applications by testing their availability and
response times. [2]
25. What is log monitoring in Zabbix? Ans: Log monitoring in Zabbix is used to
monitor log files for specific patterns or events and to trigger alerts when they
occur. [2]

1. What is IPMI monitoring in Zabbix? Ans: IPMI monitoring in Zabbix is used to


monitor hardware sensors and health status on servers that support the IPMI
protocol. [2]
2. What is JMX monitoring in Zabbix? Ans: JMX monitoring in Zabbix is used to
monitor Java applications and servers that expose JMX metrics. [2]
3. What are external checks in Zabbix? Ans: External checks in Zabbix are used
to run custom scripts or commands on hosts and to collect data from external
sources. [2]
4. How are triggers prioritized in Zabbix? Ans: Triggers in Zabbix are prioritized
based on their severity levels, with higher levels indicating more critical
issues. [3]
5. What is the purpose of the Zabbix proxy? Ans: The Zabbix proxy is used to
offload some of the monitoring tasks from the Zabbix server and to improve
scalability and performance. [3]
6. How is load balancing implemented in Zabbix? Ans: Load balancing in Zabbix
can be implemented using third-party tools, such as HAProxy or Nginx. [3]
7. What is the purpose of the Zabbix agent? Ans: The Zabbix agent is used to
collect data from hosts and to execute remote commands on them. [3]
8. What is the purpose of the Zabbix sender? Ans: The Zabbix sender is used to
send collected data from agents to the Zabbix server. [3]
9. How are templates used in Zabbix? Ans: Templates in Zabbix are used to
define common monitoring settings and objects that can be applied to
multiple hosts. [3]
10. What is the purpose of the Zabbix queue? Ans: The Zabbix queue is used to
store collected data and events that have not yet been processed by the
server or database. [3]
11. What is the purpose of the Zabbix cache? Ans: The Zabbix cache is used to
store frequently accessed data and to improve the performance of the
system. [3]
12. How is database maintenance performed in Zabbix? Ans: Database
maintenance in Zabbix is performed using the built-in tools, such as database
cleanup and optimization. [3]
13. What are the different types of graphs available in Zabbix? Ans: The different
types of graphs available in Zabbix include line, stacked, pie, and bar graphs.
[3]
14. How is load testing performed in Zabbix? Ans: Load testing in Zabbix can be
performed using third-party tools, such as Apache JMeter or Siege. [3]
15. What is the purpose of the Zabbix log file? Ans: The Zabbix log file is used to
record system events and errors for troubleshooting purposes. [3]
16. How is SNMP monitoring configured in Zabbix? Ans: SNMP monitoring in
Zabbix is configured by adding SNMP devices and defining SNMP OID values
to monitor. [3]
17. What is the purpose of the Zabbix dashboard? Ans: The Zabbix dashboard is
used to provide a customizable overview of monitored systems and to display
important metrics and alerts. [3]
18. How is the Zabbix API used? Ans: The Zabbix API is used to automate tasks, to
integrate with other systems, and to retrieve and modify data in Zabbix. [3]
19. What is the purpose of the Zabbix server? Ans: The Zabbix server is the main
component of the system that collects and processes monitoring data and
triggers alerts and actions. [3]
20. What is the purpose of the Zabbix proxy cache? Ans: The Zabbix proxy cache
is used to store frequently accessed data and to improve the performance of
the proxy. [3]
21. How is user authentication configured in Zabbix? Ans: User authentication in
Zabbix is configured using the built-in authentication methods or by
integrating with external systems, such as LDAP or SSO. [3]
22. What are the different types of triggers available in Zabbix? Ans: The different
types of triggers available in Zabbix include simple, multiple, and aggregate
triggers. [3]
23. How is network monitoring performed in Zabbix? Ans: Network monitoring in
Zabbix is performed using the Zabbix agent or SNMP protocols to collect data
from network devices. [3]
24. What is the purpose of the Zabbix user interface? Ans: The Zabbix user
interface is used to view and manage monitoring data, to configure
monitoring settings, and to perform administrative tasks. [3]
25. How is the Zabbix database schema organized? Ans: The Zabbix database
schema is organized into tables that store monitoring data, configuration
settings, and user accounts. [3]

[16:08] Piero Njenga

sample Multiple answer questions and answers for Zabbix Certified Specialist

1. What is the default port for Zabbix server? a. 10050 b. 10051 c. 10052 d.
10053 Answer: b. 10051 [2]

2. What kind of monitoring metrics can be tracked using Zabbix? a. Network


utilization b. CPU load c. Disk space consumption d. All of the above Answer:
d. All of the above [2]

3. What is IPMI monitoring? a. Monitoring of network devices b. Monitoring of


virtual machines c. Monitoring of hardware sensors d. Monitoring of cloud
infrastructure Answer: c. Monitoring of hardware sensors [1]

4. What is JMX monitoring? a. Monitoring of network devices b. Monitoring of


virtual machines c. Monitoring of cloud infrastructure d. Monitoring of Java
applications Answer: d. Monitoring of Java applications [1]

5. What are external checks in Zabbix? a. Checks performed by agents installed


on monitored devices b. Checks performed by scripts or executables on the
Zabbix server c. Checks performed by third-party software d. Both b and c
Answer: d. Both b and c [1]

6. What is a dashboard in Zabbix? a. A visual representation of monitored data


b. A tool for managing user roles and permissions c. A tool for managing
maintenance periods d. A tool for managing triggers Answer: a. A visual
representation of monitored data [1]

7. What is low-level discovery in Zabbix? a. Automatic discovery of network


devices b. Automatic discovery of virtual machines c. Automatic discovery of
applications and services d. Automatic discovery of hardware sensors Answer:
c. Automatic discovery of applications and services [1]

8. How can custom graphs be created in Zabbix? a. Using the Zabbix API b.
Using the Zabbix web interface c. Using Zabbix templates d. Both a and b
Answer: d. Both a and b [1]

9. What is cloud infrastructure monitoring in Zabbix? a. Monitoring of cloud-


based applications and services b. Monitoring of virtual machines running in a
cloud environment c. Monitoring of cloud storage usage d. Both a and b
Answer: d. Both a and b [1]
10. What are user roles in Zabbix? a. Permissions assigned to users b. Groups of
users with specific access levels c. Both a and b d. None of the above Answer:
c. Both a and b [1]

11. What is the purpose of low-level discovery in Zabbix? a. To automatically


discover network devices b. To automatically discover virtual machines c. To
automatically discover applications and services d. To automatically discover
hardware sensors Answer: c. To automatically discover applications and
services [1]

12. What is the purpose of triggers in Zabbix? a. To monitor network devices b. To


monitor virtual machines c. To monitor hardware sensors d. To monitor
specific conditions and generate alerts Answer: d. To monitor specific
conditions and generate alerts [1]

13. What is the purpose of graphs in Zabbix? a. To display monitored data visually
b. To manage user roles and permissions c. To manage maintenance periods
d. To manage triggers Answer: a. To display monitored data visually [1]

14. What is the purpose of notifications in Zabbix? a. To send alerts to users when
specific conditions are met b. To manage user roles and permissions c. To
manage maintenance periods d. To manage triggers Answer: a. To send alerts
to users when specific conditions are met [1]

15. What is the purpose of maintenance periods in Zabbix? a. To temporarily


disable monitoring for specific devices or services b. To manage user roles
and permissions c. To manage triggers d. To manage graphs Answer: a. To
temporarily disable monitoring for specific devices or services [1]

16. What is the purpose of auto-registration in Zabbix? a. To automatically


discover network devices b. To automatically discover virtual machines c. To
automatically discover applications and services d. To automatically discover
new hosts and add them to monitoring Answer: d. To automatically discover
new hosts and add them to monitoring [1]

17. What is the purpose of web monitoring in Zabbix? a. To monitor network


devices b. To monitor virtual machines c. To monitor web applications and
services d. To monitor hardware sensors Answer: c. To monitor web
applications and services [1]

18. What is database schema in Zabbix? a. A structure that defines how data is
stored in Zabbix database b. A tool for managing user roles and permissions
c. A tool for managing maintenance periods d. A tool for managing triggers
Answer: a. A structure that defines how data is stored in Zabbix database [1]

19. What is the purpose of user authentication in Zabbix? a. To verify the identity
of users and restrict access to unauthorized users b. To monitor network
devices c. To monitor virtual machines d. To monitor hardware sensors
Answer: a. To verify the identity of users and restrict access to unauthorized
users [1]

20. What is the purpose of log monitoring in Zabbix? a. To monitor log files for
specific patterns or keywords b. To monitor network devices c. To monitor
virtual machines d. To monitor hardware sensors Answer: a. To monitor log
files for specific patterns or keywords [2]
21. What is the purpose of SNMP monitoring in Zabbix? a. To monitor network
devices using SNMP protocol b. To monitor virtual machines c. To monitor
cloud infrastructure d. To monitor hardware sensors Answer: a. To monitor
network devices using SNMP protocol [2]

22. What is the purpose of SSH monitoring in Zabbix? a. To monitor network


devices using SSH protocol b. To monitor virtual machines c. To monitor cloud
infrastructure d. To monitor hardware sensors Answer: a. To monitor network
devices using SSH protocol [2]

23. What is the purpose of agent-based monitoring in Zabbix? a. To monitor


network devices using Zabbix agent b. To monitor virtual machines c. To
monitor cloud infrastructure d. To monitor hardware sensors Answer: a. To
monitor network devices using Zabbix agent [2]

24. What is the purpose of server monitoring in Zabbix? a. To monitor network


devices b. To monitor virtual machines c. To monitor cloud infrastructure d. To
monitor the Zabbix server itself Answer: d. To monitor the Zabbix server itself
[2]

25. What is the purpose of proxy monitoring in Zabbix? a. To monitor network


devices b. To monitor virtual machines c. To monitor cloud infrastructure d. To
monitor Zabbix proxies Answer: d. To monitor Zabbix proxies [2]

26. What is the purpose of triggers in Zabbix? a. To monitor network devices b. To


monitor virtual machines c. To monitor hardware sensors d. To monitor
specific conditions and generate alerts Answer: d. To monitor specific
conditions and generate alerts [2]

27. What is the purpose of templates in Zabbix? a. To group together common


monitoring settings b. To manage user roles and permissions c. To manage
maintenance periods d. To manage triggers Answer: a. To group together
common monitoring settings [2]

28. What is the purpose of actions in Zabbix? a. To execute specific tasks when
triggers are activated b. To manage user roles and permissions c. To manage
maintenance periods d. To manage triggers Answer: a. To execute specific
tasks when triggers are activated [2]

29. What is the purpose of escalations in Zabbix? a. To define a chain of actions to


be taken when specific conditions are met b. To manage user roles and
permissions c. To manage maintenance periods d. To manage triggers
Answer: a. To define a chain of actions to be taken when specific conditions
are met [2]

30. What is the purpose of maintenance periods in Zabbix? a. To temporarily


disable monitoring for specific devices or services b. To manage user roles
and permissions c. To manage triggers d. To manage graphs Answer: a. To
temporarily disable monitoring for specific devices or services [2]

[16:09] Piero Njenga

sample multiple-choice questions with answers for the Zabbix Certified Specialist
certification exam:
1. What is Zabbix? a) A network monitoring solution b) A web server c) A
database management system d) An operating system

Answer: a) A network monitoring solution

1. What is the purpose of Zabbix agents? a) To monitor network devices b) To


provide data to the Zabbix server c) To manage user permissions in Zabbix d)
To generate reports

Answer: b) To provide data to the Zabbix server

1. Which of the following is a supported database for Zabbix? a) MySQL b)


PostgreSQL c) Oracle d) All of the above

Answer: d) All of the above

1. What is a trigger in Zabbix? a) A device that is being monitored b) A condition


that must be met before an action is taken c) A report generated by Zabbix d)
An alert sent to a user

Answer: b) A condition that must be met before an action is taken

1. What is a maintenance period in Zabbix? a) A period of time when monitoring


is disabled for a device b) A period of time when Zabbix is offline for
maintenance c) A period of time when notifications are disabled d) A period of
time when actions are disabled

Answer: a) A period of time when monitoring is disabled for a device

1. Which of the following is a supported operating system for Zabbix server? a)


Windows b) Linux c) MacOS d) All of the above

Answer: d) All of the above

1. What is an item in Zabbix? a) A device that is being monitored b) A metric


that is being monitored c) A report generated by Zabbix d) An alert sent to a
user

Answer: b) A metric that is being monitored

1. What is a template in Zabbix? a) A device that is being monitored b) A set of


items, triggers, and graphs that can be applied to multiple devices c) A report
generated by Zabbix d) An alert sent to a user

Answer: b) A set of items, triggers, and graphs that can be applied to multiple
devices

1. What is an action in Zabbix? a) A device that is being monitored b) A set of


steps that are taken when a trigger is activated c) A report generated by
Zabbix d) An alert sent to a user

Answer: b) A set of steps that are taken when a trigger is activated


1. Which of the following is a way to configure Zabbix agents? a) Using the web
interface b) Using a configuration file c) Using the command line d) All of the
above

Answer: d) All of the above

1. What is a host in Zabbix? a) A device that is being monitored b) A user


account in Zabbix c) A report generated by Zabbix d) An alert sent to a user

Answer: a) A device that is being monitored

1. What is a graph in Zabbix? a) A device that is being monitored b) A visual


representation of a metric over time c) A report generated by Zabbix d) An
alert sent to a user

Answer: b) A visual representation of a metric over time

1. What is a proxy in Zabbix? a) A device that is being monitored b) A server that


collects data on behalf of the Zabbix server c) A report generated by Zabbix
d) An alert sent to a user

Answer: b) A server that collects data on behalf of the Zabbix server

1. What is a user group in Zabbix? a) A group of devices that are being


monitored b) A group of users with similar permissions c) A report generated
by Zabbix d) An alert sent to a user

Answer: b) A group of users with similar permissions

1. Which of the following is a way to monitor network devices in Zabbix? a) Using


SNMP b) Using ICMP c) Using TCP d) All of the above

Answer: d) All of the above

1. What is a trigger expression in Zabbix? a) A condition that must be met before


an action is taken b) A visual representation of a metric over time c) A report
generated by Zabbix d) An alert sent to a user

Answer: a) A condition that must be met before an action is taken

1. What is a value mapping in Zabbix? a) A way to convert numeric values to


text b) A way to convert text values to numeric c) A way to convert time
values to text d) All of the above

Answer: a) A way to convert numeric values to text

1. What is a low-level discovery rule in Zabbix? a) A way to discover network


devices automatically b) A way to discover metrics automatically c) A way to
discover user accounts automatically d) A way to discover groups
automatically

Answer: b) A way to discover metrics automatically


1. Which of the following is a way to create a new host in Zabbix? a) Using the
web interface b) Using a configuration file c) Using the command line d) All of
the above

Answer: a) Using the web interface

1. What is a regular expression in Zabbix? a) A way to match text patterns b) A


way to match numeric patterns c) A way to match time patterns d) All of the
above

Answer: a) A way to match text patterns

1. What is a macro in Zabbix? a) A way to define a variable that can be used in


various places b) A way to define a function in Zabbix c) A way to define a
device in Zabbix d) All of the above

Answer: a) A way to define a variable that can be used in various places

1. Which of the following is a way to monitor Windows servers in Zabbix? a)


Using SNMP b) Using WMI c) Using TCP d) All of the above

Answer: b) Using WMI

1. What is a media type in Zabbix? a) A way to define a device in Zabbix b) A


way to define a user account in Zabbix c) A way to define a notification
method d) All of the above

Answer: c) A way to define a notification method

1. What is a discovery action in Zabbix? a) A way to discover network devices


automatically b) A way to discover metrics automatically c) A way to discover
user accounts automatically d) A way to discover groups automatically

Answer: a) A way to discover network devices automatically

1. Which of the following is a way to create a new user in Zabbix? a) Using the
web interface b) Using a configuration file c) Using the command line d) All of
the above

Answer: a) Using the web interface

1. What is a global macro in Zabbix? a) A macro that can be used across all
hosts in Zabbix b) A macro that can be used across all users in Zabbix c) A
macro that can be used across all media types in Zabbix d) All of the above

Answer: a) A macro that can be used across all hosts in Zabbix

1. What is an item prototype in Zabbix? a) A way to define a metric for multiple


devices b) A way to define a trigger for multiple devices c) A way to define a
graph for multiple devices d) All of the above

Answer: a) A way to define a metric for multiple devices


1. What is a calculated item in Zabbix? a) An item that is calculated based on
other items b) An item that is calculated based on user input c) An item that is
calculated based on time d) All of the above

Answer: a) An item that is calculated based on other items

1. Which of the following is a way to monitor network traffic in Zabbix? a) Using


SNMP b) Using NetFlow c) Using TCP d) All of the above

Answer: b) Using NetFlow

1. What is a discovery rule in Zabbix? a) A way to discover network devices


automatically b) A way to discover metrics automatically c) A way to discover
user accounts automatically d) A way to discover groups automatically

Answer: a) A way to discover network devices automatically

1. What is a graph prototype in Zabbix? a) A way to define a graph for multiple


devices b) A way to define a trigger for multiple devices c) A way to define a
metric for multiple devices d) All of the above

Answer: a) A way to define a graph for multiple devices

1. Which of the following is a way to monitor Linux servers in Zabbix? a) Using


SNMP b) Using SSH c) Using TCP d) All of the above

Answer: b) Using SSH

You might also like