CertGrid
Cloud Native Study Guide

OTCA: OpenTelemetry Certified Associate Study Guide

The OpenTelemetry Certified Associate (OTCA) validates working knowledge of OpenTelemetry: the observability concepts behind it, the API and SDK used to instrument applications, the Collector that receives and processes telemetry, and the practice of keeping an observability pipeline healthy. The Linux Foundation publishes four domains: Fundamentals of Observability (18%), The OpenTelemetry API and SDK (46%), The OpenTelemetry Collector (26%), and Maintaining and Debugging Observability Pipelines (10%). It is a 90-minute online proctored multiple-choice exam costing US$250, and it is vendor-neutral - the questions are about OpenTelemetry itself rather than any particular backend.

Objective-mapped study guide, aligned to current exam objectives · Independent practice platform.

Real exam: 90 min

Domain 1: Fundamentals of Observability

Key concepts you must know · 90 practice questions

Domain 2: The OpenTelemetry API and SDK

Key concepts you must know · 330 practice questions

Domain 3: The OpenTelemetry Collector

Key concepts you must know · 202 practice questions

Domain 4: Maintaining and Debugging Observability Pipelines

Key concepts you must know · 43 practice questions

OTCA exam tips

Study guide FAQ

What is the format of the OTCA exam?

It is a 90-minute online proctored multiple-choice exam costing US$250, or US$495 bundled with a THRIVE-ONE annual subscription. Unlike the Kubernetes administrator exams it is not hands-on, so you are answering questions about OpenTelemetry rather than configuring anything in a live environment.

Which domain carries the most weight?

The OpenTelemetry API and SDK at 46%, followed by the Collector at 26%. Fundamentals of Observability is 18% and Maintaining and Debugging Observability Pipelines is 10%. Together the API/SDK and Collector domains are nearly three quarters of the exam.

Do I need to write code to pass OTCA?

You do not write code in the exam, but you need to understand what instrumentation code does. Expect questions about creating and ending spans, setting span kind and status, choosing a metric instrument, configuring a span processor and exporter, and wiring a propagator - so having actually instrumented an application in some language helps considerably more than reading about it.

What is the difference between the API and the SDK?

The API is the surface your application and library code calls - creating spans, recording measurements, emitting log records. The SDK is the implementation that decides what happens to that data: sampling, batching, exporting and the resource attached to it, all configured once at application startup. The split matters because a library can depend on the API safely: if the running application never configures an SDK, the API calls become near-zero-cost no-ops rather than errors.

Why would I run a Collector instead of exporting straight to a backend?

To keep backend concerns out of application code. A Collector gives you one place to batch, retry, sample, redact sensitive attributes, enrich with environment metadata, filter out telemetry you do not want to pay for, and translate to whatever formats your backends need - including fanning out to two backends during a migration. It also means changing any of that does not require redeploying every service.

Related Cloud Native resources

What CertGrid is (and is not)

CertGrid is an independent IT certification practice platform for Azure, AWS, Google, Cisco, Security, Linux, Kubernetes, Terraform, and other certification tracks. It provides objective-mapped practice questions, readiness scoring, weak-domain drills, and explanations to help learners understand what to study next.

Independent & original. CertGrid is an independent practice platform and is not affiliated with or endorsed by Cloud Native. Questions are original practice items designed to mirror certification concepts and exam style. CertGrid does not provide official exam questions or braindumps.