SCP-500 SolarWinds Orion Platform Architecture & Administration 1 — Questions and Answers
Question 1: What is the primary database platform used by SolarWinds Orion to store all monitoring and configuration data?
- MySQL
- Microsoft SQL Server (Correct answer)
- Oracle Database
- PostgreSQL
Correct answer: Microsoft SQL Server
SolarWinds Orion requires Microsoft SQL Server as its backend database for storing all monitoring data, alerts, and configuration.
Question 2: Which core Orion component is responsible for actively collecting performance and availability data from monitored devices?
- Web Console
- Polling Engine (Correct answer)
- Database Server
- Report Scheduler
Correct answer: Polling Engine
The Polling Engine is the core Orion component that queries monitored devices using protocols such as SNMP, WMI, and ICMP to collect data.
Question 3: What is the primary purpose of deploying an Additional Polling Engine (APE) in SolarWinds Orion?
- To provide a secondary web UI
- To back up the SQL database
- To distribute polling load and monitor remote sites (Correct answer)
- To generate scheduled PDF reports
Correct answer: To distribute polling load and monitor remote sites
APEs offload polling work from the main Orion server and are commonly placed at remote sites to reduce WAN traffic while maintaining monitoring coverage.
Question 4: Which query language does SolarWinds provide for querying entities and relationships within the Orion data model?
- GraphQL
- SWQL (Correct answer)
- NRQL
- HQL
Correct answer: SWQL
SWQL (SolarWinds Query Language) is a SQL-like language specific to Orion that lets administrators query nodes, interfaces, alerts, and other entities.
Question 5: What is the SolarWinds Orion Information Service (SWIS) primarily used for?
- Sending email alert notifications
- Managing SQL database backups
- Providing REST and SWQL API access to Orion data (Correct answer)
- Discovering new network devices automatically
Correct answer: Providing REST and SWQL API access to Orion data
SWIS exposes a REST API and SWQL endpoint that allows scripts and external applications to programmatically query, create, update, and delete Orion objects.
Question 6: What is the purpose of Custom Properties in SolarWinds Orion?
- To modify per-device polling intervals
- To add user-defined metadata fields to nodes and other Orion objects (Correct answer)
- To create custom alert notification templates
- To configure per-device SNMP credentials
Correct answer: To add user-defined metadata fields to nodes and other Orion objects
Custom Properties let administrators attach user-defined fields (such as location, department, or asset tag) to Orion objects to improve organization, filtering, and reporting.
Question 7: Which SolarWinds Orion scalability component distributes the web console load when many users access the interface simultaneously?
- Additional Polling Engine (APE)
- Additional Web Server (AWS) (Correct answer)
- Orion Agent Relay
- NetFlow Receiver
Correct answer: Additional Web Server (AWS)
An Additional Web Server (AWS) provides extra web console endpoints so user load is spread across multiple servers, preventing performance degradation on the main Orion server.
What is the primary database platform used by SolarWinds Orion to store all monitoring and configuration data?