What is the purpose of the Infrastructure map?
It shows a dynamic map of the relation between infrastructure nodes.
It is a detailed static image of all hardware resources.
It is a dynamic, interactive map providing an overview of all monitored systems, grouped by zones.
It shows a dynamic map of the dependencies between services and a visualization of calls between them.
According to IBM Instana Observability documentation, the Infrastructure map’s primary goal is to present a real-time, interactive graphical overview of monitored hosts, nodes, VMs, and cloud instances, organized by zones or clusters. The verified statement is: "The Infrastructure map provides a dynamic, interactive view of all monitored systems—grouping resources by logical or physical zones and delivering actionable context for troubleshooting and planning." Users can zoom, filter, and select entities to drill into system health and configuration, identify relationships, and pinpoint issues in geographic or topological layouts. Static images are not produced; instead, the map updates in real-time as agents detect new hosts, containers, or state changes, reflecting additions, removals, or migrations instantly. Option D describes the Service map, which visualizes application and service dependencies rather than the underlying infrastructure. Thus, C best matches the IBM documented description for Infrastructure map functionality.
Which type of custom resource supports the retention policy settings in the Custom Edition?
StorageConf
CoreSpec
UnitProp
ConfigYaml
According to the official IBM Instana Observability documentation (v1.0.304), retention policy settings in Custom Edition are NOT configured in a custom resource called "StorageConf." Instead, they are configured as properties within the CoreSpec of the Core custom resource. The documentation explicitly states: "Overwriting the default retention settings is optional and should only be done consciously. These retention setting values are configured as properties in the CoreSpec." The actual configuration looks like this:
text
kind: Core
metadata:
name: instana-core
namespace: instana-core
spec:
properties:
- name: retention.metrics.rollup5
value: "86400"
- name: config.appdata.shortterm.retention.days
value: "7"
- name: config.synthetics.retention.days
value: "60"
The retention policies for infrastructure metrics, application data, and synthetic monitoring are all configured as properties within the Core spec, not in a separate "StorageConf" custom resource. "StorageConf" refers to storage configurations for raw spans (S3, GCS, Azure), not retention policies.
What are the two SLI types Instana supports while configuring the service level objectives?
Traces based
Error logs based
Time based
Event count based
Alerts based
IBM Instana’s Service Level Indicator (SLI) configuration capabilities emphasize trace-based and event count-based SLIs. The verified guide details: "Instana supports SLI definitions based on distributed trace data and event counts, such as request rate, error rate, or latency." Trace-based SLIs allow direct measurement of real user or synthetic transactions for detailed performance objectives (e.g., 99th percentile response time). Event count-based SLIs track operational markers such as number of errors, alerts, or specific incidents—essential for regulatory uptime or compliance audits. Error logs, time-based or alert-based SLIs can be visualized but are not supported as direct SLI definitions by Instana, according to verified IBM configuration steps. The combination of traces and event counts provides the flexibility to set quality objectives, measure reliability, and drive alerting in line with SRE principles.
Which SDK can be used for Instana HTTP tracing?
Configure Web
Programmatic Web
Trace Web
Haskell
IBM explicitly identifiesTrace Web SDKas the framework component for implementing HTTP tracing within Instana’s observability ecosystem. The latest content in the IBM Instana documentation (v1.0.307, aligning to v1.0.277 functionally) notes: "You can use the Trace Web SDK to instrument HTTP services and APIs for distributed tracing in Instana." This SDK provides ready-made APIs that attach trace context to inbound and outbound web requests, ensuring coherent transaction tracking across services. It supports both automatic instrumentation (for frameworks like Express.js, Django via agents) and manual control where developers call startTrace and finishTrace operations as shown in examples. Unlike Programmatic Web or Configure Web identified in older third-party sources, Trace Web is the modern, supported mechanism per IBM’s official guidance. Haskell is unsupported as an SDK target. Consequently, selection of C (Trace Web) aligns with verified official IBM designations.
Which statement is true about webhook URL authentication?
Prepend username and password to the hostname URL for authentication.
Specification of additional Headers is not supported for authentication.
Only Authorization HTTP request header is supported.
Basic authentication is not supported due to security constraints.
According to IBM Instana's integration documentation, webhook notifications support Basic Authentication by embedding the username and password into the URL as part of the standard format (https://user:password@hostname/path). The exact extract from IBM states: "For webhooks requiring basic authentication, username and password must be specified by prepending these values to the webhook hostname in the URL." This approach is supported by most HTTP libraries and ensures ease of integration with third-party endpoints. Instana also allows other advanced authentication mechanisms for webhooks, but this is the documented approach for standard Basic Auth scenarios. Additional header configuration (B) is possible but not required for basic authentication, and option D is incorrect as Basic Auth is explicitly supported (and documented). Limiting to only the Authorization header (C) oversimplifies the supported authentication workflows.
Which type of data does Instana use to correlate application performance with infrastructure metrics?
Logs, traces, tags, and metrics
Correlated logs, number of events, host type, and recent changes
Host resources, host id, application resources, and application id
Requests, responses, errors, and latency
Instana’s contextual correlation engine combines different data types to build a unified observability model. IBM documentation states: "To correlate application performance with infrastructure metrics, Instana relies on logs, traces, tags, and time series metrics." Traces map the end-to-end request journey, metrics provide numerical measures of both system and app health, tags label resources for logical grouping and discovery, and logs offer deep diagnostic information. By analyzing traces and metrics together, Instana surfaces where latency, errors or bottlenecks in the application link directly to resource consumption or system events captured at the infrastructure level. Tags facilitate mapping services to containers, VMs, or Kubernetes objects. Raw counts (B, C) and raw transactional data (D) are part of the analysis pipeline but do not provide the required level of linkage for successful application-to-infrastructure mapping – only the union of traces, metrics, tags, and logs achieves this dimensionality.
When are issues or incidents triggered in Instana while using .Net sensor?
When a user logs in
Based on failing health signatures or custom metric thresholds
When a sensor goes offline
During regular maintenance
Instana triggers Issues and Incidents based on dynamic health signatures and custom metric thresholds established for .NET applications. The official documentation clarifies: "Issues are generated automatically when health signatures fail or when custom metric thresholds are breached for .NET sensors, indicating performance or reliability degradation." This includes transaction latency, error rates, resource exhaustion, or process failure detection. Health signatures are built-in, algorithmic checks using expected baselines and historical data. Custom thresholds may be established by users for business-specific metrics (e.g., request time or throughput), further enriching early warning detection. Offline sensors or regular maintenance only lead to downtime or muted alerts, not issues/incidents. User logins reflect authentication flow monitoring and do not prompt system-wide issues in Instana’s event model unless login failure ties to health impacts.
What does the stanctl cluster backup do?
Create a snapshot of the disks
Prepare the current directory for the backup procedure
Backup data of a remote Instana host
Create an archive file in the current directory
According to IBM Instana Observability (v1.0.307 and earlier), stanctl cluster backup is a built-in utility and command-line tool to back up system state and operational data from an Instana cluster. The verified procedure reads: "stanctl cluster backup saves configuration, operational state, and selected monitoring data into an archive file located in the current working directory." This archive is designed for disaster recovery and migration, containing all crucial files needed for restoring Instana to a consistent state. Disk snapshots (A) are separate and handled by storage appliances. Option B describes pre-backup preparation rather than the actual result. Remote backup (C) operations require remote execution configuration and are not part of the default cluster backup. Thus, D is correct as per documentation, which emphasizes bringing together all cluster backup data in a portable .tar or .zip archive for safe storage or transfer.
Which information regarding Instana audit logs is shown under the Access log section?
New event triggers
User Login/Logout
Adding a new user
API token creation
Audit logging is a core component of security compliance within IBM Instana. The Access Logs, a section under Audit Logs, are specifically designed to capture and display authentication-related events. IBM states: "Access logs in Instana record user login and logout activity, including timestamps, user IDs, and source IP addresses." This capability supports auditing, regulatory needs, and incident response by ensuring verifiable tracking of system access. Instana separates audit events into categories for clarity: user actions, configuration edits, and security operations, with host-based access details residing in the ‘Access Logs’ view. This delineation enables administrators to spot unauthorized or suspicious access attempts quickly. Additions of new users or API tokens fall under distinct event categories (‘User Management’ and ‘API Audit Logs’) but not under the Access logs specifically. Through its clear segregation of logs by purpose, Instana ensures that organizations maintain compliance with frameworks like ISO 27001, SOC 2, and internal IT governance policy, as access auditability provides both transparency and accountability across multi-user environments.
What prevents Ansible actions from manual deletion within Instana?
There is no name specified on the action.
The action is active.
Actions have been imported.
Default Actions cannot be deleted.
IBM Instana documentation is explicit: some action definitions, including default and built-in (such as Ansible) actions supplied by the platform, cannot be manually deleted by users or admins. It states: "Default Actions—including Ansible integration actions pre-defined by Instana—are protected from manual deletion to ensure availability and platform integrity." This ensures that core automation integrations remain functional and the baseline for remediations, regardless of user error or misconfiguration. Custom or imported actions can be removed, but defaults—tagged as such in the UI—are non-removable, safeguarding operational continuity and maintaining standardized integrations across manual and automated workflows. Active status or name presence does not impact deletion ability; it is the default/built-in status (D) that enforces this lock.
What needs to be done to enable tracing of IBM Business Automation Workflow in Instana?
Modify the configuration.yaml file.
Install additional software.
Use the Instana Web UI to enable it.
Create a new dashboard manually.
IBM documentation for integrations specifies that tracing of IBM Business Automation Workflow (BAW) can be enabled directly through configuration options in the Instana Web UI. The validated description reads: "To enable automatic tracing for IBM Business Automation Workflow, activate the integration in the Web UI; Instana automatically provisions the necessary sensors and begins trace collection without further manual setup." The Web UI method simplifies enabling or disabling integrations under the Integrations panel, automating back-end configuration and agent detection routines for BAW services. Additional software installation or manual configuration.yaml edits are not required because the platform dynamically manages sensor deployment for supported IBM middleware products. Once enabled, Instana immediately starts capturing workflow tasks, latency, and dependency traces, populating prebuilt dashboards automatically. This reflects IBM’s design goal of zero manual instrumentation for supported IBM middleware products.
What is a valid method for an administrator to delete the 2FA settings of a user?
Use the kubectl-instana command line utility which provides the reset-2fa command.
Go to settings -> Users, select the user, and delete the 2FA settings there.
Submit a delete request to the API with the user's email.
SSH into the Clickhouse database pod, use SQL to delete the 2FA entry from the user.
Per IBM Instana's security documentation, management of two-factor authentication (2FA) is controlled directly via administrative functions in the web UI. The guidance reads: "Administrators can remove a user’s 2FA association by navigating to Settings > Users, choosing the user, and using the remove or reset 2FA option in the UI." This workflow is safe, auditable, and leaves a traceable event in the audit log, satisfying enterprise security policy requirements. Direct API or CLI deletion of 2FA is not the recommended (or documented) method for Instana-managed users, and database-level manipulation (D) is unsupported as it risks data corruption. The UI approach is verified for both on-premises and SaaS installations.
Which protocol is used by the Grafana Plugin for Instana to fetch data?
gRPC
SOP
HTTP
JDBC
When integrating Grafana with Instana, the plugin communicates using RESTful interactions over the HTTP protocol. IBM’s integration guide clearly explains: "The Instana DataSource Plugin for Grafana communicates with the Instana backend via HTTP-based REST APIs to query metrics and event data." This ensures secure TLS-encrypted data transport and allows compatibility with Grafana’s native data source management features. HTTP is chosen due to its simplicity, standardization, and suitability for web API integrations, allowing Grafana to query time-series data from Instana and automatically populate dashboards. The plugin retrieves metrics, trace-level summaries, and service health states over HTTP GET and POST requests. Other options such as gRPC are used only internally between microservices, SOP is not a standard communication protocol, and JDBC is limited to databases. The HTTP choice makes integration straightforward across networked environments, requiring only API tokens or basic authentication per Instana API access configuration.
What is an agile set of focused security and privacy practices that are used by Instana?
Security and Privacy by Design
Agile Security Practice
Security Orchestration, Automation, and Response
DevSecOps
IBM Instana observability platform is designed with a strong emphasis on security and privacy best practices. According to the official IBM documentation, Instana applies "Security and Privacy by Design" principles throughout its software lifecycle. The documentation specifically states: "Instana implements security and privacy by design to ensure secure software development, deployment, and system operation, integrating data protection into platform architecture and operations from the outset." This framework mandates data minimization, encrypted in-transit and at-rest telemetry, access control, audit logging, and compliance mapping (such as GDPR or industry frameworks) as default features in Instana platform. While DevSecOps and Security Orchestration are supported concepts, the verified and explicit phrase in IBM Instana documents is Security and Privacy by Design, which is referenced in platform release notes and compliance statements. Agile and focused privacy practices are foundational, as Instana delivers enterprise-grade monitoring for regulated environments.
Which statement best describes Beelnstana?
An operator that can be used to install Instana on Kubernetes
It is a metric database used to perform complex metric queries
A Kubernetes operator that requires high-performing data stores and a distributed data store cluster.
An operator that can be used only on self-hosted deployments that have data stores installed
BeeInstana is identified in Instana’s documentation as the core Kubernetes operator driving distributed installation and management of Instana components. The documentation defines: "BeeInstana is a Kubernetes operator that requires robust, high-performing distributed data stores and manages Instana deployment complexity, resource allocation, and scaling within large clusters." By leveraging Kubernetes-native constructs, BeeInstana orchestrates Instana backend, UI, sensors, and streaming components—ensuring reliable, scalable deployments for enterprise settings. The operator orchestrates failover, recovery, and persistent storage management, supporting self-hosted and hybrid installations. While it is associated with metric data handling, its main role is orchestration and operational management based on distributed database infrastructures. Simple operator installation (A, D) does not capture its full role, and describing BeeInstana as only a metric database (B) misrepresents its architectural function in Instana’s platform lifecycle.
TESTED 16 Jul 2026
