Deployment
54 practice questions with explanations — 15 free to try
PassNova has 54 CompTIA Cloud+ practice questions on Deployment, each with a clear explanation. A 15-question taster is free with no sign-up; the full bank is part of PassNova Premium. Updated for 2026.
Deployment: example questions & answers
3 worked examples with answers and explanations below. Try 15 CompTIA Cloud+ questions free in the browser; the full 54-question Deployment bank is part of PassNova Premium.
What is Infrastructure as Code (IaC)?
- AManually configuring each server through the provider console and noting the steps afterwards
- BDefining infrastructure in version-controlled code/templates✓
- CBuying hardware
- DDrawing diagrams
Answer: IaC defines and provisions infrastructure through version-controlled code and templates.
Which is a benefit of IaC?
- AInconsistent setups that drift apart between environments over time
- BRepeatable, consistent, automated provisioning✓
- CMore manual errors, because each environment is still built by hand from a checklist
- DSlower deployment, since every release waits for a change ticket to be approved
Answer: IaC provides repeatable, consistent, and automated provisioning, reducing manual error.
Which tool is a popular vendor-neutral IaC tool?
- APhotoshop
- BTerraform✓
- CExcel
- DNotepad
Answer: Terraform is a widely used, vendor-neutral IaC tool.