CDM Cheat Sheet 2026
The 30 highest-yield CDM facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
40 questions
90 min time limit
65.00% to pass
- Which cloud service model gives a DevOps team the most control over the operating system and runtime environment? → IaaS (Infrastructure as a Service)
- What Ansible construct allows you to define and reuse a set of tasks with its own variables, files, and handlers? → Role
- Which Ansible module is best suited for ensuring a specific line exists in a configuration file without duplicating it? → lineinfile
- When assessment results for a Certified DevOps Master evaluation are inconclusive, the BEST practice is to: → Conduct additional assessment using alternative methods
- In Certified DevOps Master practice, what is the CORRECT sequence when performing a technical procedure? → Plan, prepare, execute, verify, and document
- What is a build pipeline? → Automated code process
- Which foundational principle is MOST important for success in Certified DevOps Master? → Commitment to continuous learning, ethical practice, and quality outcomes
- What role does calibration play in maintaining technical accuracy for Certified DevOps Master professionals? → It ensures instruments produce accurate, consistent results over time
- What is the role of audit logging in a DevSecOps-compliant system? → To provide a tamper-evident record of who did what and when for compliance and forensics
- Which of these is a benefit of a DevOps culture? → Faster delivery and better quality
- What does Continuous Delivery (CD) enable? → Automated release to production
- Which of the following is the best approach for managing secrets (API keys, passwords) in a CI/CD pipeline? → Use a dedicated secrets manager such as HashiCorp Vault or AWS Secrets Manager
- What is a 'fork' in the context of Git collaboration platforms like GitHub? → A copy of a repository in your own account, used to propose changes via pull requests
- Which type of organizational structure does DevOps most strongly advocate against? → Siloed functional departments
- In a DevOps culture, who is ultimately responsible for the quality and reliability of a software service? → The entire cross-functional team collectively
- Which cultural shift does DevOps encourage regarding failure? → Use failure as a learning opportunity and invest in resilience
- When documenting assessment findings in CDM practice, which approach is MOST appropriate? → Record objective findings, measurements, and observations factually
- In Grafana, what feature allows you to annotate a dashboard with a vertical marker at the exact time a deployment was made? → Event annotations
- What does 'observability' mean in a DevOps context? → The ability to understand a system's internal state from its external outputs
- What is the MOST important factor when selecting assessment tools for CDM certification work? → Validity, reliability, and appropriateness for the specific context
- In a blameless postmortem, what is the primary goal of the 'five whys' technique? → To iteratively ask 'why' to trace from symptoms to root systemic causes
- Which practice ensures that database schema changes do not break a CI/CD pipeline during a zero-downtime deployment? → Using backward-compatible, multi-phase migrations (expand/contract pattern)
- In the context of DevSecOps, what is a 'threat model'? → A structured analysis of potential threats, attack vectors, and mitigations for a system
- What is an incident response plan? → Procedure for managing incidents
- What is the MOST important reason for maintaining equipment maintenance logs in CDM practice? → To track maintenance history, predict failures, and demonstrate compliance
- Which tool is commonly used for CI/CD pipelines? → Jenkins
- Which metric measures the time taken from code commit to deployment? → Lead time
- Which DevOps practice involves developers and operations staff sharing on-call responsibilities? → Shared on-call rotation
- A team practicing 'you build it, you run it' (YBIYRI) is adopting which DevOps principle? → Developer accountability for production systems
- A team's CI build takes 45 minutes, causing developers to avoid committing frequently. What is the best remediation? → Parallelize test execution and split the pipeline into fast and slow test suites
Turn these facts into recall:
Was this helpful?