100+ Free Cilium Certified Associate Practice Questions
Prepare for the Cilium Certified Associate (CCA) exam with instant access — no signup required.
Loading practice questions...
Explore More Linux Foundation Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Key Facts: Cilium Certified Associate Exam
$250
Exam Fee (USD, includes one free retake)
CNCF / The Linux Foundation
90 min
Exam Duration
The Linux Foundation
8 domains
Blueprint Domains
The Linux Foundation
20%
Largest Domain (Architecture)
The Linux Foundation
2 years
Certification Validity
The Linux Foundation
Multiple-choice
Exam Format (online proctored)
CNCF / The Linux Foundation
The Cilium Certified Associate (CCA) is an online, proctored, multiple-choice exam from CNCF and The Linux Foundation. It costs $250 USD (including one free retake), runs 90 minutes, and the credential is valid for 2 years; the passing score is not officially published. The eight domains are Architecture (20%), Network Policy (18%), Service Mesh (16%), Network Observability (10%), Installation and Configuration (10%), Cluster Mesh (10%), eBPF (10%), and BGP and External Networking (6%).
Sample Cilium Certified Associate Practice Questions
Try these sample questions to test your Cilium Certified Associate exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1What in-kernel technology does Cilium use as the foundation of its datapath for networking, load balancing, and security enforcement?
2Which Cilium component runs as a DaemonSet on every node and is responsible for loading eBPF programs and enforcing network policy locally?
3What is the primary responsibility of the cilium-operator in a Cilium deployment?
4In Cilium, what does a CiliumEndpoint represent?
5Cilium's security model is described as identity-based rather than IP-based. What does the security identity primarily derive from?
6Which two routing modes does Cilium support for moving traffic between pods on different nodes?
7In Cilium's overlay routing mode, which encapsulation protocols are supported by default for tunneling pod traffic between nodes?
8Which statement best describes IP Address Management (IPAM) in Cilium?
9What is the default Cluster Pool IPAM behavior in Cilium?
10Cilium provides what kind of network topology to Kubernetes workloads?
About the Cilium Certified Associate Exam
The Cilium Certified Associate (CCA) confirms a candidate's knowledge of connecting, securing, and observing Kubernetes clusters using Cilium. It is an entry-level CNCF certification administered by The Linux Foundation, designed for platform and cloud engineers interested in cloud-native networking, security, and observability. The blueprint spans Cilium's eBPF-based architecture, identity-based CiliumNetworkPolicy, the sidecarless service mesh with Ingress and Gateway API, Hubble observability, installation and configuration via the Cilium CLI, multi-cluster Cluster Mesh, eBPF fundamentals, and BGP and external networking. The exam is multiple-choice and conceptual, so candidates need a clear understanding of how Cilium works and why it is used rather than deep kernel programming.
Assessment
Question count not published by the exam provider
Time Limit
90 minutes
Passing Score
Not officially published
Exam Fee
$250 (CNCF / The Linux Foundation)
Cilium Certified Associate Exam Content Outline
Architecture
Understand Cilium's role in Kubernetes, the responsibilities of the cilium-agent, cilium-operator, Envoy, Hubble, and the CNI plugin, the eBPF datapath, IPAM modes (Cluster Pool, Kubernetes host-scope, AWS ENI, Azure), overlay vs native routing, and the identity-based security model.
Network Policy
Interpret CiliumNetworkPolicy and CiliumClusterwideNetworkPolicy, apply identity-based security, configure default-deny enforcement, use endpointSelector and from/to selectors (fromEndpoints, toFQDNs, entities), enforce L7 HTTP and DNS rules, and compare Cilium policy with native Kubernetes NetworkPolicy.
Service Mesh
Use Ingress and the Gateway API for L7 routing, understand the benefits of Gateway API over Ingress, implement traffic splitting and mutual authentication, encrypt traffic in transit with WireGuard or IPsec, and contrast sidecar-based with Cilium's sidecarless mesh backed by per-node Envoy.
Network Observability
Use Hubble to observe network flows and security events, enable Layer 7 protocol visibility, run the Hubble CLI (hubble observe with verdict and pod filters) and the Hubble UI service map, and export Hubble metrics for dashboards and alerting.
Installation and Configuration
Install Cilium with the Cilium CLI or Helm, query and modify configuration through the cilium-config ConfigMap, validate the deployment with cilium connectivity test, and monitor health with cilium status.
Cluster Mesh
Explain the benefits of Cluster Mesh for multi-cluster connectivity, the role of the clustermesh-apiserver and KVStoreMesh, global services and service affinity for cross-cluster load balancing, non-overlapping addressing requirements, and cross-cluster network policy.
eBPF
Describe the role and benefits of eBPF in Cilium, in-kernel execution at hooks such as tc and XDP, the eBPF verifier and eBPF maps, and why hash-table-based eBPF load balancing and policy scale better than linear iptables rule chains.
BGP and External Networking
Understand egress connectivity and masquerading, the Cilium BGP control plane and route advertisement, LB IPAM and L2 announcements for bare-metal services, and the Egress Gateway for predictable egress source IPs.
How to Pass the Cilium Certified Associate Exam
What You Need to Know
- Passing score: Not officially published
- Assessment: Question count not published by the exam provider
- Time limit: 90 minutes
- Exam fee: $250
Keys to Passing
- Work through all 100 available questions
- Review every answer and explanation
- Track weak areas and revisit them
- Use our AI tutor for tough concepts
Cilium Certified Associate Study Tips from Top Performers
Frequently Asked Questions
What are the key facts about the CCA exam?
The Cilium Certified Associate (CCA) is an online, proctored, multiple-choice exam from CNCF and The Linux Foundation. It costs $250 USD including one free retake, lasts 90 minutes, and the certification is valid for 2 years. The passing score is not officially published.
What does the CCA exam cover?
The CCA covers eight domains: Architecture (20%), Network Policy (18%), Service Mesh (16%), Network Observability (10%), Installation and Configuration (10%), Cluster Mesh (10%), eBPF (10%), and BGP and External Networking (6%).
Is the CCA a hands-on exam?
No. Unlike performance-based exams such as the CKA, the CCA is a multiple-choice, conceptual, and scenario-based exam. It tests your understanding of how Cilium works and why it is used rather than requiring you to run commands in a live cluster.
Are there prerequisites for the CCA?
There are no formal prerequisites, but The Linux Foundation recommends basic Kubernetes and networking knowledge, including the OSI model and protocols such as TCP, UDP, DNS, and HTTP. Candidates with KCNA, CKA, or CKAD are ideal.
How much does the CCA cost and can I retake it?
The CCA costs $250 USD and includes two attempts, so one free retake is available. Candidates have 12 months from registration to schedule and take the exam.
What technology underpins Cilium and the CCA?
Cilium is built on eBPF, which runs sandboxed programs in the Linux kernel to provide high-performance networking, identity-based security, kube-proxy replacement, and Hubble observability without long iptables rule chains.