Linux Foundation CNPA Practice Exam Questions & Answers

5 Free Questions · Last reviewed: September 11, 2026 · Prepared & Reviewed by the ValidExamDumps Editorial Team

Exam Facts

Linux Foundation CNPA Exam Details

Key details for this exam, checked against the published exam outline

85 Practice Questions (Our Bank)
120 minutes Exam Duration
USD 250 Exam Fee
Exam Code
CNPA
Full Name
Certified Cloud Native Platform Engineering Associate
Issuing Body
Linux Foundation and Cloud Native Computing Foundation
Question Format (Our Bank)
Multiple Choice
Delivery
Online proctored
Eligibility
No prerequisites
Validity
2 years
Practice Questions

Free CNPA Practice Questions

Each question shows the correct answer and an explanation of why it is right

VA
ValidExamDumps Editorial Team Every question and its answer is checked by our CNPA exam preparation team, who also write the explanation shown with each one. How we research and review these pages

In the context of observability, which telemetry signal is primarily used to record events that occur within a system and are timestamped?

Correct Answer: A
Explanation

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?

Correct Answer: A
Explanation

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?

Correct Answer: B
Explanation

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?

Correct Answer: B
Explanation

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?

Correct Answer: B
Explanation

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

Get Full Access

85 questions covering all exam domains, starting from $20

Study Guide

What the Linux Foundation CNPA Exam Covers

Exam domains verified against: Official Linux Foundation CNPA exam guide, last checked September 2026.

Domain 1: Platform Engineering Core Fundamentals 36%

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

Domain 2: Platform Observability, Security, and Conformance 20%

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.

Domain 3: Continuous Delivery and Platform Engineering 16%

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.

Sample questions from this domain above: Q1Q5

Domain 4: Platform APIs and Provisioning Infrastructure 12%

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

Domain 5: IDPs and Developer Experience 8%

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

Domain 6: Measuring your Platform 8%

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.

FAQ

CNPA Exam FAQ

Common questions about the exam itself

What background do I need to sit the CNPA exam?
There are no formal prerequisites for CNPA. The Linux Foundation lists it as beginner level, though it actually requires solid intermediate knowledge of cloud native concepts, Kubernetes, DevOps practices, and platform engineering fundamentals. Most candidates have hands-on experience in development, DevOps, or platform engineering roles.
How hard is CNPA compared to other Linux Foundation certs?
CNPA is a knowledge-based multiple-choice exam focusing on platform engineering concepts and architecture, unlike hands-on exams like CKA. Candidates report it as moderately challenging, requiring broad understanding across six domains rather than deep technical depth in one area. Most find it harder than listed beginner level.
How long should I study for CNPA?
Most candidates report spending 2 to 4 weeks of focused preparation, depending on existing cloud native experience. Those with platform engineering or DevOps backgrounds may prepare faster, while newcomers to the space typically need more time to cover the breadth of domains.
What is the hardest domain in CNPA and how do I prepare?
Platform Engineering Core Fundamentals at 36 percent of the exam weight is the largest domain and covers the most ground across declarative resources, DevOps, architecture, and continuous integration. Focus on understanding patterns and design principles through official Linux Foundation materials and hands-on labs with Kubernetes and GitOps tools.
What happens on CNPA exam day?
You take a 120-minute online proctored exam with 60 multiple-choice questions. You need a quiet space, stable internet, and valid ID. The proctor monitors your webcam and screen throughout. Questions require you to apply platform engineering concepts to real-world scenarios, not just recall definitions.
What is the passing score for CNPA?
The passing score is 75 out of 100. You need approximately 45 correct answers out of 60 questions to pass. Your score is calculated as a percentage and reported after the exam.
Can I retake CNPA if I fail, and how do I reschedule?
Your enrollment includes 12 months to pass with one free retake included. You can reschedule through the Linux Foundation exam portal. If you fail, you can attempt the exam again within your 12-month window without purchasing a new exam seat.
How long does the CNPA certification stay valid?
Your CNPA certification is valid for 2 years from the date you pass. After 2 years, you need to recertify by retaking the exam to maintain your credential and the digital badge.
What job roles does CNPA prepare me for?
CNPA targets platform engineers, DevOps practitioners, SREs, cloud native developers, and infrastructure architects. It validates skills for roles focused on designing, building, and operating internal developer platforms and cloud native infrastructure. It helps you stand out when applying for platform engineering and DevOps positions.
How does CNPA fit with other Linux Foundation certifications?
CNPA is an associate-level certification designed as a foundation for deeper cloud native learning. The Linux Foundation suggests pairing it with KCNA for Kubernetes depth, KCSA for security specialization, CBA for behavioral assessment, and OTCA for observability skills. The advanced CNPE exam builds on CNPA for platform engineer roles.