SolarWinds Observability-Self-Hosted-Fundamentals Exam (page: 2)
SolarWinds Observability Self-Hosted Fundamentals
Updated on: 31-Mar-2026

An Intelligent Map has been created of certain administered entities. Entities are to be added before the map is added to an enterprise summary view.
When entities are added to the map, it is unable to be saved.
What is the cause of the issue?

  1. Only map owners can save edits to an original Intelligent Map. A copy is needed.
  2. The owner of the Intelligent Map has set it to read-only.
  3. The user does not have Intelligent Map edit rights.
  4. The user does not have rights to view and / or work with the nodes to be added.

Answer(s): C

Explanation:

SolarWinds Intelligent Maps require specific functional permissions within the user's account settings to perform modifications. According to the SolarWinds Platform Administrator Guide, the ability to view a map does not automatically grant the right to edit or save changes to it.

The primary cause for being unable to save edits--such as adding new entities or changing the layout--is that the user does not have Intelligent Map edit rights assigned to their user account. In the SolarWinds Web Console, map permissions are granular. An administrator must go to Settings > All Settings > Manage Accounts, select the user, and ensure the "Map Management" or specific "Allow Map Editing" toggle is set to "Yes". If this permission is absent, the user may still be able to interact with the map in a "live" temporary session (moving nodes around for visualization), but the "Save" button will either be disabled or will result in an error because the platform's security layer prevents permanent changes to the database from unauthorized accounts.



A user is building a PerfStack project to troubleshoot an issue with an application. The user is unable to find data for the storage entities that the application accesses beyond application status.
Which two of the following reasons explain this discrepancy? (Choose two.)

  1. account limitations restrict the user from accessing storage entities
  2. amount of data to be displayed is too large
  3. product that collects the data is not installed
  4. storage entities may not have data during the specific time period

Answer(s): A,C

Explanation:

PerfStack is a cross-stack data correlation tool, but its visibility is constrained by the underlying data collection modules and user security settings. According to the PerfStack Troubleshooting Guide, there are two primary reasons why specific entity data (like Storage) would be missing:

Product Not Installed: Performance data for deep storage metrics (like LUN latency, Array IOPS, or Pool capacity) requires the Storage Resource Monitor (SRM) module or the equivalent HCO storage licensing tiers. If only Server & Application Monitor (SAM) is installed, the user will see the application status, but the specific storage back-end metrics will not be available for selection in the PerfStack pallet because the "collector" for that data doesn't exist.

Account Limitations: SolarWinds uses Account Limitations to restrict user access to specific parts of the infrastructure. If a user account is limited to "Department = Sales" or "Vendor = Cisco," and the storage entities do not meet those criteria, those entities will be filtered out of the search results in PerfStack. Even if the data exists in the database, the platform security layer prevents the user from "finding" or displaying it to ensure data privacy and multi-tenant security.



Which two of the following ways can objects be selected when creating custom reports?

  1. dynamic query builder
  2. PostgreSQL query
  3. PowerShell script
  4. static selection

Answer(s): A,D

Explanation:

When creating a web-based report in the SolarWinds Platform, the first step is defining the "Selection Method" for the entities you want to include. According to the SolarWinds Platform Reporting Guide, the platform offers two primary user-friendly ways to define the scope of a report:

Static Selection: This method allows the administrator to manually pick specific nodes, interfaces, or applications from a list. This is best suited for reports targeting a fixed set of infrastructure, such as "Core Data Center Switches".

Dynamic Query Builder: This is the most powerful method for automated reporting. It allows you to define a set of rules--such as "Vendor is Cisco" and "Department is Finance"--that automatically update the report's content as new devices are added to monitoring that match those criteria.

While advanced users can use SWQL (SolarWinds Query Language) or SQL to define a custom selection, PostgreSQL (Option B) is not used as the backend database for the SolarWinds Platform. Furthermore, while PowerShell (Option C) can be used to extract data via the SolarWinds Information Service (SWIS) API, it is not a selection method used within the native Web-Based Report builder interface.



Which two of the following formats can chart reports be exported into?

  1. CSV
  2. pdf
  3. .xls
  4. .xml

Answer(s): A,B

Explanation:

The export capabilities for chart-based reports are designed to provide both a visual representation and the underlying raw data. According to the SolarWinds Platform Administrator Guide, when viewing or scheduling a report that contains charts or graphs, the system supports two primary export formats:

PDF: This format is the standard for visual reports. It captures the rendered chart exactly as it appears in the Web Console, making it ideal for email distribution to management or for archival purposes where the visual trend is more important than the individual data points.

CSV (Comma Separated Values): When a chart is exported to CSV, the platform extracts the time- series data points used to generate that chart. This allows technical staff to import the raw performance numbers into external tools like Excel for deeper statistical analysis that may not be possible within the standard web view.

While the broader reporting engine supports Excel (.xls) for tabular reports (as seen in Question 8), the specific function for exporting chart components often defaults to CSV for the data layer and PDF for the visual layer. XML (Option D) is typically reserved for report definitions (transferring a report from one server to another) rather than exporting the data results of a chart.



A user indicates when a map is created, only entities can be seen and status is not available. In addition, maps are unable to be nested.
What is causing this issue?

  1. user account doesn't have administrative rights
  2. user account doesn't have map editing rights
  3. user account doesn't have node management rights
  4. user account doesn't have view edit rights

Answer(s): B

Explanation:

SolarWinds Intelligent Maps are highly interactive, but their functionality is strictly gated by user permissions. According to the SolarWinds Platform documentation on Map Management, if a user can see nodes but cannot see their real-time status (the colored status ring) or perform advanced functions like nesting one map inside another, it points to a lack of Map Editing Rights.

Without "Map Edit" permissions, the user is essentially in a "restricted view" mode. They can see the physical entities that have been placed on a map, but the dynamic overlays--such as the status of the node or the ability to modify the hierarchy of the map--are disabled to prevent unauthorized changes to the global map configuration. To resolve this, a Platform Administrator must navigate to Settings > All Settings > Manage Accounts, edit the specific user account, and change the "Map Management" or "Allow Map Editing" permission to "Yes". This grants the user the ability to interact with the map's metadata and organizational structure, including nesting and status visualization.



How are devices within a network that does not respond to SNMP or WMI, discovered and imported for monitoring?

  1. Increase the network discovery time out value.
  2. Include devices that only respond to ICMP in network discovery.
  3. Select agent polling method in network discovery.
  4. Set a network hop value greater than 0 in the discovery settings.

Answer(s): B

Explanation:

Network Discovery in the SolarWinds Platform is designed to identify as much infrastructure as possible, even if that infrastructure is "locked down." According to the SolarWinds Platform Administrator Guide, the discovery wizard follows a specific hierarchy of identification.

If a device has SNMP or WMI disabled (often the case for security-hardened servers, basic switches, or simple IP-enabled appliances), the platform cannot gather deep performance metrics like CPU or memory. However, the device can still be discovered and monitored for "Up/Down" availability using a simple Ping (ICMP). To ensure these devices are added to the database during a scan, the administrator must check the box to "Include devices that only respond to ICMP" during the discovery configuration. If this is not selected, the discovery engine will skip any IP address that does not provide a valid SNMP or WMI credential response, potentially leaving gaps in the network inventory. This is the standard method for monitoring "Ping-only" nodes.



Which three of the following user accesses are available when restricting access to reports on SolarWinds Hybrid Cloud Observability (HCO)? (Choose three.)

  1. standard users can be prevented from accessing all reports
  2. standard users can be prevented from accessing reports by other users
  3. standard users can be prevented from accessing the report manager
  4. standard users can be prevented from accessing their reports

Answer(s): A,B,C

Explanation:

Access control for reporting in Hybrid Cloud Observability (HCO) is highly granular, allowing administrators to define exactly what a "standard" (non-admin) user can do within the reporting module. According to the SolarWinds Platform User Account Management guides, three distinct restrictions can be applied:

Preventing Access to All Reports (A): By setting a "Report Limitation" on the user account to "No Reports," the entire module is effectively hidden from the user.

Preventing Access to Reports by Other Users (B): This is a privacy and security feature. Administrators can configure report permissions so that users can only see the reports they have created or those explicitly shared with them, hiding the potentially sensitive custom reports created by other teams.

Preventing Access to the Report Manager (C): The "Report Manager" is the administrative interface used to create, schedule, and delete reports. By removing the "Manage Reports" permission from a user account, you allow them to view and run existing reports but prevent them from accessing the management tools required to modify them.

Option D is logically incorrect because if a user has access to reports at all, they must be able to see the ones they are authorized for; "preventing access to their own reports" while allowing others would not be a standard security use case.



Alerts A and B were assigned the same trigger action through the action manager.
What describes what happens when the action is modified while editing alert A's configuration?

  1. alert B is automatically updated
  2. alert B is unaffected by modification
  3. modification is unable to be saved
  4. trigger action is updated in manager

Answer(s): D

Explanation:

The SolarWinds Platform utilizes a centralized Action Manager to handle alert notifications and remediations efficiently. According to the SolarWinds Platform Alerting Guide, alert actions (such as sending an email, executing a script, or posting to a Slack channel) are often treated as reusable objects.
When multiple alerts (Alert A and Alert B) share the same action from the Action Manager, they are essentially pointing to a single configuration entry in the database.

If an administrator edits Alert A and modifies the parameters of that shared trigger action, the change is not isolated to just that alert's workflow. Instead, the trigger action is updated in the manager. Because Alert B is linked to that same action ID, it will immediately reflect the updated configuration the next time it triggers. This behavior is designed to simplify administration; for example, if a primary on-call email address changes, an admin only needs to update the action once rather than editing every individual alert. However, it requires caution: if a user intended to change the action for Alert A only, they should instead "Copy" the action or create a new one to avoid inadvertently altering the behavior of Alert B and all other alerts sharing that centralized action.



Viewing Page 2 of 11



Share your comments for SolarWinds Observability-Self-Hosted-Fundamentals exam with other users:

Priyo 11/14/2023 2:23:00 AM

i used this site since 2000, still great to support my career
INDONESIA


Jude 8/29/2023 1:56:00 PM

why is the answer to "which of the following is required by scrum?" all of the following stated below since most of them are not mandatory? sprint retrospective. members must be stand up at the daily scrum. sprint burndown chart. release planning.
UNITED STATES


Marc blue 9/15/2023 4:11:00 AM

great job. hope this helps out.
UNITED STATES


Anne 9/13/2023 2:33:00 AM

upload please. many thanks!
Anonymous


pepe el toro 9/12/2023 7:55:00 PM

this is so interesting
Anonymous


Antony 11/28/2023 12:13:00 AM

great material thanks
AUSTRALIA


Thembelani 5/30/2023 2:22:00 AM

anyone who wrote this exam recently
Anonymous


P 9/16/2023 1:27:00 AM

ok they re good
Anonymous


Jorn 7/13/2023 5:05:00 AM

relevant questions
UNITED KINGDOM


AM 6/20/2023 7:54:00 PM

please post
UNITED STATES


Nagendra Pedipina 7/13/2023 2:22:00 AM

q:42 there has to be a image in the question to choose what does it mean from the options
INDIA


BrainDumpee 11/18/2023 1:36:00 PM

looking for cphq dumps, where can i find these for free? please and thank you.
UNITED STATES


sheik 10/14/2023 11:37:00 AM

@aarun , thanks for the information. it would be great help if you share your email
Anonymous


Random user 12/11/2023 1:34:00 AM

1z0-1078-23 need this dumps
Anonymous


labuschanka 11/16/2023 6:06:00 PM

i gave the microsoft azure az-500 tests and prepared from this site as it has latest mock tests available which helped me evaluate my performance and score 919/1000
Anonymous


Marianne 10/22/2023 11:57:00 PM

i cannot see the button to go to the questions
Anonymous


sushant 6/28/2023 4:52:00 AM

good questions
EUROPEAN UNION


A\MAM 6/27/2023 5:17:00 PM

q-6 ans-b correct. https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-cli-quick-start/use-the-cli/commit-configuration-changes
UNITED STATES


unanimous 12/15/2023 6:38:00 AM

very nice very nice
Anonymous


akminocha 9/28/2023 10:36:00 AM

please help us with 1z0-1107-2 dumps
INDIA


Jefi 9/4/2023 8:15:00 AM

please upload the practice questions
Anonymous


Thembelani 5/30/2023 2:45:00 AM

need this dumps
Anonymous


Abduraimov 4/19/2023 12:43:00 AM

preparing for this exam is overwhelming. you cannot pass without the help of these exam dumps.
UNITED KINGDOM


Puneeth 10/5/2023 2:06:00 AM

new to this site but i feel it is good
EUROPEAN UNION


Ashok Kumar 1/2/2024 6:53:00 AM

the correct answer to q8 is b. explanation since the mule app has a dependency, it is necessary to include project modules and dependencies to make sure the app will run successfully on the runtime on any other machine. source code of the component that the mule app is dependent of does not need to be included in the exported jar file, because the source code is not being used while executing an app. compiled code is being used instead.
Anonymous


Merry 7/30/2023 6:57:00 AM

good questions
Anonymous


VoiceofMidnight 12/17/2023 4:07:00 PM

Delayed the exam until December 29th.
UNITED STATES


Umar Ali 8/29/2023 2:59:00 PM

A and D are True
Anonymous


vel 8/28/2023 9:17:09 AM

good one with explanation
Anonymous


Gurdeep 1/18/2024 4:00:15 PM

This is one of the most useful study guides I have ever used.
CANADA