100+ Free Harness Certified Chaos Engineering Practice Questions
Pass your Harness Certified Chaos Engineering (Developer / Administrator) exam on the first try — instant access, no signup required.
A chaos engineer wants to validate that a Kubernetes Deployment has the expected number of replicas during and after a pod-delete fault. Which probe type is most appropriate?
Key Facts: Harness Certified Chaos Engineering Exam
$0
Exam Fee
Harness University
7
Probe Types
Harness HCE Docs
CNCF Incubating
LitmusChaos Status
CNCF
2 Tiers
Developer & Administrator
Harness University
4
Probe Modes (SOT/EOT/Continuous/Edge)
Harness HCE Docs
100%
Resilience Score = all probes pass
Harness HCE Docs
The Harness Certified Chaos Engineering exams are free, online-proctored certifications covering chaos engineering principles, Harness HCE platform usage (ChaosHub, experiments, probes, Resilience Score, fault types), and CD pipeline integration. Developer is the entry-level tier; Administrator covers enterprise governance and infrastructure management. No formal prerequisites; Kubernetes and DevOps experience recommended. Preparation typically takes 20–40 hours.
Sample Harness Certified Chaos Engineering Practice Questions
Try these sample questions to test your Harness Certified Chaos Engineering exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1What is the primary goal of a steady-state hypothesis in chaos engineering?
2Which Harness Chaos Engineering resource represents a reusable, declarative definition of how a specific fault is executed against a target?
3In Harness Chaos Engineering, what does the Resilience Score of an experiment represent?
4What is a blast radius in the context of chaos engineering?
5Which probe type in Harness Chaos Engineering executes a PromQL query and evaluates the result against a defined threshold?
6A chaos engineer wants to validate that a Kubernetes Deployment has the expected number of replicas during and after a pod-delete fault. Which probe type is most appropriate?
7What is ChaosHub in Harness Chaos Engineering?
8Which of the following best describes the pod-delete fault in Harness Chaos Engineering?
9What is the key distinction between pod-delete and container-kill faults in Harness Chaos Engineering?
10A GameDay in chaos engineering is best described as:
About the Harness Certified Chaos Engineering Exam
The Harness Certified Chaos Engineering exam validates knowledge of chaos engineering principles and practical use of Harness Chaos Engineering (HCE), the enterprise platform built on the CNCF-incubating LitmusChaos project. The Developer tier covers core concepts — ChaosEngine, ChaosExperiment, ChaosHub, fault types (pod-delete, container-kill, resource hogs, network faults, HTTP chaos, cloud faults), resilience probes (HTTP/Command/Kubernetes/Prometheus/Datadog/SLO), and Resilience Score calculation. The Administrator tier adds infrastructure management, RBAC governance, Chaos Guard, CD pipeline integration, and multi-environment chaos at scale. Both exams are free at university-registration.harness.io.
Questions
20 scored questions
Time Limit
Not disclosed
Passing Score
Not disclosed
Exam Fee
Free (Harness)
Harness Certified Chaos Engineering Exam Content Outline
Chaos Engineering Principles
Steady-state hypothesis, blast radius minimization, production experimentation, GameDays, cascading failure patterns, circuit breakers, fault tolerance, chaos maturity models
Harness HCE Core Concepts
ChaosEngine, ChaosExperiment, ChaosHub (Enterprise and custom), chaos infrastructure/delegate (namespace vs cluster scope), LitmusChaos CRDs (ChaosRunner, ChaosResult, ChaosSchedule), chaos-as-code GitOps
Resilience Probes
HTTP, Command, Kubernetes, Prometheus, Datadog, SLO, and Dynatrace probe types; SOT/EOT/Continuous/Edge probe modes; reusable probes; Resilience Score calculation with fault priority weighting
Fault Types and Targets
Pod-delete, container-kill, CPU/memory/disk hog, I/O stress, network latency/packet-loss/DNS/HTTP chaos, node-drain/restart/taint, AWS (EC2/ECS/Lambda/RDS), Azure VM, GCP GKE node faults; fault tunables (TOTAL_CHAOS_DURATION, PODS_AFFECTED_PERC, SEQUENCE, RAMP_TIME)
CD Pipeline Integration and Governance
Chaos quality gates in Harness CD pipelines, Resilience Score thresholds for gate pass/fail, RBAC and workspaces, Chaos Guard (maintenance windows, error budget conditions), cron-based scheduling, continuous chaos automation
How to Pass the Harness Certified Chaos Engineering Exam
What You Need to Know
- Passing score: Not disclosed
- Exam length: 20 questions
- Time limit: Not disclosed
- Exam fee: Free
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
Harness Certified Chaos Engineering Study Tips from Top Performers
Frequently Asked Questions
Is the Harness Certified Chaos Engineering exam free?
Yes. Both the Developer and Administrator tiers of the Harness Certified Chaos Engineering exam are completely free. You can register and take the exam at university-registration.harness.io without any exam fee. Retakes are also free.
What is the difference between the Developer and Administrator chaos engineering certifications?
The Developer certification validates foundational knowledge of chaos engineering principles, HCE core concepts (ChaosEngine, ChaosExperiment, ChaosHub), fault types, and resilience probes. The Administrator certification adds enterprise-level topics: deploying and managing chaos infrastructure at scale, RBAC governance, Chaos Guard, ChaosHub administration, and advanced CD pipeline integration.
What is LitmusChaos and how does it relate to Harness HCE?
LitmusChaos is an open-source CNCF Incubating project for Kubernetes chaos engineering. Harness Chaos Engineering (HCE) is built on top of LitmusChaos, adding enterprise features including RBAC, Workspaces, a hosted control plane, Harness CD pipeline integration, SLO Probe, Chaos Guard, and the Enterprise ChaosHub. Harness contributes to the open-source LitmusChaos project while offering HCE as the enterprise product.
What is a Resilience Score in Harness Chaos Engineering?
The Resilience Score is a weighted percentage that quantifies how well a system maintained its steady state during a chaos experiment. Each fault in the experiment has a priority weight and a probe success percentage (successful probes / total probes). The score is the priority-weighted average of probe success percentages across all faults. A score of 100% means all probes passed; 0% means all probes failed.
Which fault types are most important to know for the Harness Chaos Engineering exam?
Focus on Kubernetes faults: pod-delete, container-kill, CPU/memory hog, disk-fill, network latency, network packet loss, DNS chaos, HTTP chaos, node-drain, node-restart, and node-taint. Also know cloud faults (AWS EC2 stop, ECS task stop, Lambda faults, GCP GKE node, Azure VM stop) and the difference between pod-level and node-level faults.
How many probe types does Harness HCE support?
Harness HCE supports 7 probe types: HTTP Probe (health endpoint checks), Command Probe (shell commands), Kubernetes Probe (K8s API CRUD operations), Prometheus Probe (PromQL queries), Datadog Probe (Synthetic test results), SLO Probe (error budget validation via Harness SRM), and Dynatrace Probe (Dynatrace health evaluation). Probes can be configured in SOT, EOT, Continuous, or Edge modes.
How do I integrate Harness Chaos Engineering into a CI/CD pipeline?
Add a Chaos Engineering step to your Harness CD pipeline after the deployment stage. Configure the step with the experiment to run and a Resilience Score threshold. If the experiment's score is below the threshold, the pipeline step fails and blocks promotion to the next environment. This creates an automated resilience quality gate that runs with every deployment.