DevOps & Troubleshooting
55 free practice questions with explanations
PassNova has 55 free CompTIA Cloud+ practice questions on DevOps & Troubleshooting, each with a clear explanation. Practise them in the browser with instant feedback — 100% free, no sign-up, on any device. Updated for 2026.
DevOps & Troubleshooting: example questions & answers
Here are 6 example questions from this topic. Practise the full set of 55 free in the browser.
-
What does CI in CI/CD stand for?
- A Cloud Infrastructure
- B Continuous Integration ✓
- C Container Image
- D Central Index
Answer: CI stands for Continuous Integration, automatically building and testing code changes.
-
What does CD commonly stand for in CI/CD?
- A Continuous Deployment/Delivery ✓
- B Cloud Database
- C Central Directory
- D Container Distribution
Answer: CD stands for Continuous Delivery or Deployment, automating release of validated changes.
-
What is the main benefit of a CI/CD pipeline?
- A Slower releases
- B Faster, reliable, automated releases ✓
- C More manual steps
- D Less testing
Answer: CI/CD automates building, testing, and deploying for faster, more reliable releases.
-
Which stage of a pipeline runs automated tests on each change?
- A Deploy only
- B Build and test stage ✓
- C Manual review only
- D No testing
Answer: The build and test stage runs automated tests on every change to catch issues early.
-
Which practice catches integration issues early by merging frequently?
- A Long-lived branches
- B Frequent integration to main ✓
- C No merging
- D Big bang merge
Answer: Frequent integration to the main branch surfaces conflicts and issues early.
-
Which tool automates orchestration of containers across hosts?
- A Kubernetes ✓
- B Photoshop
- C Excel
- D BIOS
Answer: Kubernetes orchestrates container scheduling, scaling, and management across hosts.