Architecture Exam Practice Questions
And Correct Answers (Verified Answers)
Plus Rationales 2026 Q&A | Instant
Download Pdf
1. What is the primary purpose of Nagios distributed monitoring
architecture?
A) To reduce database size
B) To centralize all plugin execution on one host
C) To scale monitoring across multiple locations and reduce load on a
single server
D) To eliminate the need for plugins
Correct Answer: C) To scale monitoring across multiple locations and
reduce load on a single server
Rationale: Distributed architecture improves scalability and fault tolerance
by delegating monitoring tasks across multiple nodes.
, 2. Which component is commonly used to securely send passive check
results to a central Nagios server?
A) NRPE
B) NSCA
C) SNMP
D) SSH
Correct Answer: B) NSCA
Rationale: NSCA (Nagios Service Check Acceptor) is designed for securely
transmitting passive check results to a central server.
3. What is the role of NRPE in Nagios architecture?
A) It sends alerts to email servers
B) It executes plugins on remote Linux/Unix hosts
C) It stores performance data
D) It manages web dashboards
Correct Answer: B) It executes plugins on remote Linux/Unix hosts
Rationale: NRPE allows remote execution of Nagios plugins on monitored
systems.
4. What is a key advantage of using passive checks in a distributed setup?
A) They eliminate the need for monitoring
B) They allow external systems to send results to Nagios
, C) They reduce CPU usage on monitored hosts only
D) They disable alerting mechanisms
Correct Answer: B) They allow external systems to send results to Nagios
Rationale: Passive checks are submitted from external sources rather than
actively polled by Nagios.
5. What does a Nagios “polling engine” primarily do?
A) Sends SMS alerts
B) Executes active checks and gathers monitoring data
C) Encrypts configuration files
D) Manages user authentication
Correct Answer: B) Executes active checks and gathers monitoring data
Rationale: The core polling engine runs scheduled active checks to collect
service and host status.
6. Which architecture improves Nagios performance by parallelizing
check execution?
A) Flat-file architecture
B) Event-driven architecture
C) Distributed monitoring architecture
D) Monolithic logging system
, Correct Answer: C) Distributed monitoring architecture
Rationale: Distributing checks across multiple nodes improves performance
and reduces bottlenecks.
7. What is the purpose of a Nagios “broker module”?
A) To display graphs
B) To process and forward event data to external applications
C) To execute shell scripts
D) To manage firewall rules
Correct Answer: B) To process and forward event data to external
applications
Rationale: Broker modules interface with external systems for data
processing and integration.
8. Which Nagios component is responsible for event handling and
notification logic?
A) Web UI
B) Core engine
C) SNMP trap daemon
D) Plugin scheduler only
Correct Answer: B) Core engine
Rationale: The Nagios Core engine processes events and triggers
notifications.