Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
In the context of observability, which telemetry signal is primarily used to record events that occur within a system and are timestamped?
Logs are detailed, timestamped records of discrete events that occur within a system. They provide granular insight into what has happened, making them crucial for debugging, auditing, and incident investigations. Option A is correct because logs capture both normal and error events, often containing contextual information such as error codes, user IDs, or request payloads.
Option B (alerts) are secondary outputs generated from telemetry signals like logs or metrics and are not raw data themselves. Option C (traces) represent the flow of requests across distributed systems, showing relationships and latency between services but not arbitrary events. Option D (metrics) are numeric aggregates sampled over intervals (e.g., CPU usage, latency), not discrete, timestamped events.
Observability guidance in cloud native systems emphasizes the 'three pillars' of telemetry: logs, metrics, and traces. Logs are indispensable for root cause analysis and compliance because they preserve historical event context.
--- CNCF Observability Whitepaper
--- OpenTelemetry Documentation (aligned with CNCF)
--- Cloud Native Platform Engineering Study Guide
A company is implementing a service mesh for secure service-to-service communication in their cloud native environment. What is the primary benefit of using mutual TLS (mTLS) within this context?
Mutual TLS (mTLS) is a core feature of service meshes, such as Istio or Linkerd, that enhances security in cloud native environments by ensuring that both communicating services authenticate each other and that the communication channel is encrypted. Option A is correct because mTLS delivers two critical benefits: authentication (verifying the identity of both client and server services) and encryption (protecting data in transit from interception or tampering).
Option B is incorrect because mTLS does not bypass security---it enforces it. Option C is partly true in that service meshes often support observability and logging, but that is not the primary purpose of mTLS. Option D relates to scaling, which is outside the scope of mTLS.
In platform engineering, mTLS is a fundamental security mechanism that provides zero-trust networking between microservices, ensuring secure communication without requiring application-level changes. It strengthens compliance with security and data protection requirements, which are crucial in regulated industries.
--- CNCF Service Mesh Whitepaper
--- CNCF Platforms Whitepaper
--- Cloud Native Platform Engineering Study Guide
Which Kubernetes feature allows you to control how Pods communicate with each other and external services?
Kubernetes Network Policies are the feature that controls how Pods communicate with each other and external services. Option B is correct because Network Policies define rules for ingress (incoming) and egress (outgoing) traffic at the Pod level, ensuring fine-grained control over communication pathways within the cluster.
Option A (Pod Security Standards) defines policies around Pod security contexts (e.g., privilege escalation, root access) but does not control network traffic. Option C (Security Context) is specific to Pod or container-level permissions, not networking. Option D (RBAC) governs access to Kubernetes API resources, not Pod-to-Pod traffic.
Network Policies are essential for implementing a zero-trust model in Kubernetes, ensuring that only authorized services communicate. This enhances both security and compliance, especially in multi-tenant clusters.
--- CNCF Kubernetes Security Best Practices
--- CNCF Platforms Whitepaper
--- Cloud Native Platform Engineering Study Guide
What is the primary purpose of Kubernetes runtime security?
The main purpose of Kubernetes runtime security is to protect workloads during execution. Option B is correct because runtime security focuses on monitoring active Pods, containers, and processes to detect and prevent malicious activity such as privilege escalation, anomalous network connections, or unauthorized file access.
Option A (etcd encryption) addresses data at rest, not runtime. Option C (image scanning) occurs pre-deployment, not during execution. Option D (API access control) is enforced through RBAC and IAM, not runtime security.
Runtime security solutions (e.g., Falco, Cilium, or Kyverno) continuously observe system calls, network traffic, and workload behaviors to enforce policies and detect threats in real time. This ensures compliance, strengthens defenses in zero-trust environments, and provides critical protection for cloud native workloads in production.
--- CNCF Security TAG Guidance
--- CNCF Platforms Whitepaper
--- Cloud Native Platform Engineering Study Guide
What is a key consideration during the setup of a Continuous Integration/Continuous Deployment (CI/CD) pipeline to ensure efficient and reliable software delivery?
Automated testing throughout the pipeline is a key enabler of efficient and reliable delivery. Option B is correct because incorporating unit tests, integration tests, and security scans at different pipeline stages ensures that errors are caught early, reducing the risk of faulty code reaching production. This also accelerates delivery by providing fast, consistent feedback to developers.
Option A (single environment) undermines isolation and does not reflect real-world deployment conditions. Option C (skipping packaging) prevents reproducibility and traceability of builds. Option D (manual approvals) adds delays and reintroduces human bottlenecks, which goes against DevOps and GitOps automation principles.
Automated testing, combined with immutable artifacts and GitOps-driven deployments, aligns with platform engineering's focus on automation, reliability, and developer experience. It reduces cognitive load for teams and enforces quality consistently.
--- CNCF Platforms Whitepaper
--- Continuous Delivery Foundation Best Practices
--- Cloud Native Platform Engineering Study Guide
85 questions covering all exam domains, starting from $20
Exam domains verified against: Official Linux Foundation CNPA exam guide, last checked September 2026.
Master the foundational concepts of platform engineering including declarative resource management, DevOps practices, application environments, infrastructure concepts, platform architecture, continuous integration and delivery, and GitOps. This domain forms the core understanding needed to design and operate modern cloud native platforms.
Sample question from this domain above: Q3
Learn to implement observability across traces, metrics, logs, and events. Secure service communication, enforce policy governance, apply Kubernetes security essentials, and integrate security into CI/CD pipelines. These practices ensure platforms are visible, secure, and compliant across their lifecycle.
Understand continuous integration pipelines, incident response processes, and the relationship between CI/CD and platform engineering. Master GitOps basics and workflows for both application and infrastructure environments. These enable reliable, automated delivery of platform capabilities and applications.
Explore the Kubernetes reconciliation loop, Custom Resource Definitions for self-service APIs, infrastructure provisioning with Kubernetes, and the operator pattern for integration. These provide the mechanisms for platforms to expose capabilities and manage infrastructure at scale.
Sample question from this domain above: Q4
Design internal developer platforms that simplify access to platform capabilities through API-driven service catalogs and developer portals. Incorporate AI and ML for platform automation. These improvements reduce friction and accelerate developer productivity and adoption.
Sample question from this domain above: Q2
Define and track platform efficiency, team productivity, and DORA metrics. Use data-driven insights to guide continuous improvement and demonstrate business value. Measurement enables platforms to evolve based on real usage patterns and outcomes.
Common questions about the exam itself