IBM Instana Observability v1.0.277 Administrator - Professional C1000-189 Exam Questions

Page: 1 / 14
Total 61 questions
Question 1

Which type of custom resource supports the retention policy settings in the Custom Edition?



Answer : B

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.


Question 2

Which two methods can Instana administrators use to create an API token?



Answer : B, E

IBM Instana supports two primary methods for creating API tokens necessary for secure automation and integration: Team API tokens and Personal API tokens. The official documentation states: 'API tokens for REST API access can be generated either on a per-user (personal) basis, or at the team level for shared automation use.' Personal tokens are created from the user profile menu and scoped to an individual's permissions, supporting traceability and revocation. Team tokens are created under team or group settings and represent organizational integrations or CI/CD pipeline automation. JSON Web Tokens (A) are an industry token standard but not a creation flow in Instana. Unit- or Sensor-specific tokens are not supported (C, D); all automation integrations must use Personal or Team tokens, which are easily managed and rotated via the web UI for improved security hygiene.


Question 3

What is the default log level set to collect Log4j syslog for Instana agent configuration?



Answer : A

As outlined in the Instana agent deployment documentation, the default log level for gathering Log4j syslog information is Info. The documentation reads: 'The default log level for syslog collection in Instana agents with Log4j integration is Info, enabling monitoring of operational and sensor activity without excessive diagnostic output.' Info level is chosen as a best-practice default to log key events like agent startup, sensor activations, and health check results. Debug, Warning, and Error thresholds are for troubleshooting or failure analyses and may be set manually for deep inspection but are not preselected at install. Optimal Info-level logging ensures administrators receive actionable messages without burdening disk or log forwarding pipelines. Configuration files can be adjusted for verbose output; however, initial deployments and automated frameworks always rely on Info as the default value.


Question 4

Which responsibilities align with the DevOps persona in Instana and how does it assist in fulfilling these responsibilities?



Answer : A

Instana documentation differentiates user personas, with the DevOps role centered on continuous improvement, automation, and reliability engineering. The IBM guide specifies: 'DevOps roles use Instana to ensure application stability and security through automated alerting, incident management workflows, and adaptive configuration updates.' Instana assists DevOps teams by detecting anomalies immediately through Smart Alerts, contextual health signatures, and automated remediation routines (via actions or webhooks). These functions align with Site Reliability Engineering practices, aiming to ensure service quality while enforcing rapid feedback loops. Automated configuration data updates synchronize agent sensors and dependencies without manual intervention, supporting faster CI/CD cycles. This differs from infrastructure or developer-focused responsibilities---here, emphasis is on achieving observability at scale for system operations. The integration of performance metrics, distributed tracing, and intelligent alerting allows DevOps teams to iterate on monitoring configurations alongside continuous deployment, keeping microservice systems stable under constant change.


Question 5

Which SDK can be used for Instana HTTP tracing?



Answer : C

IBM explicitly identifies Trace Web SDK as 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.


Question 6

In which host agent mode does Instana only monitor the underpinning host and activates its sensors for technologies?



Answer : A

The IBM Instana Observability documentation clearly defines several operating modes for the host agent, with INFRASTRUCTURE mode dedicated exclusively to monitoring system-level performance data. The verified extract states: 'INFRASTRUCTURE mode configures the host agent to monitor the underlying host metrics and activate sensors for the technologies running on that host without tracing application-level transactions.' It collects CPU, memory, disk, network metrics, and technology integrations like Docker or OS sensors while ignoring application instrumentation. This mode reduces overhead in environments that demand system observability without full APM tracing. APM mode, conversely, extends to application traces and requests. Cloud-specific modes such as AWS or ARM designate external monitoring integrations rather than agent behavior. INFRASTRUCTURE mode thus provides base telemetry visibility as per documented design and was verified in both formulations of the Instana agent guides (v1.0.277, v1.0.307).


Question 7

Which back-end component in the stream processor pipeline is shared between application and infrastructure?



Answer : B

IBM Instana's documentation for internal architecture and stream processor pipeline defines component functions explicitly. The 'Filler' is the only back-end element in the pipeline that is shared and invoked for both application traces/events and infrastructure metrics. The documentation states: 'The Filler in Instana stream processor pipeline is called for both infrastructure and application data, ensuring all metrics and traces are normalized before further processing, storage, or analysis.' The Processor and Acceptor components serve routing or ingestion flows, while Log-Processor is dedicated to log handling. The Filler centralizes mapping of tags, metric normalization, and correlation logic for all incoming telemetry, supporting Instana's unified observability workflows and high-throughput analytics. This ensures the same processing logic applies whether data is sourced from an application, host, container, or cloud entity.


Page:    1 / 14   
Total 61 questions