Deployment
54 free practice questions with explanations
PassNova has 54 free CompTIA Cloud+ practice questions on Deployment, each with a clear explanation. Practise them in the browser with instant feedback — 100% free, no sign-up, on any device. Updated for 2026.
Deployment: example questions & answers
Here are 6 example questions from this topic. Practise the full set of 54 free in the browser.
-
What is Infrastructure as Code (IaC)?
- A Manual configuration
- B Defining infrastructure in version-controlled code/templates ✓
- C Buying hardware
- D Drawing diagrams
Answer: IaC defines and provisions infrastructure through version-controlled code and templates.
-
Which is a benefit of IaC?
- A Inconsistent setups
- B Repeatable, consistent, automated provisioning ✓
- C Manual errors
- D Slow deployment
Answer: IaC provides repeatable, consistent, and automated provisioning, reducing manual error.
-
Which tool is a popular vendor-neutral IaC tool?
- A Photoshop
- B Terraform ✓
- C Excel
- D Notepad
Answer: Terraform is a widely used, vendor-neutral IaC tool.
-
Which IaC approach describes the desired end state rather than steps?
- A Imperative
- B Declarative ✓
- C Manual
- D Sequential only
Answer: Declarative IaC specifies the desired end state and lets the tool achieve it.
-
Which technology packages an app with its dependencies sharing the host kernel?
- A Full VM
- B Container ✓
- C Bare metal
- D Mainframe
Answer: Containers package an app with dependencies and share the host kernel, lighter than VMs.
-
Which platform orchestrates containers at scale?
- A Kubernetes ✓
- B Photoshop
- C Excel
- D BIOS
Answer: Kubernetes orchestrates container deployment, scaling, and management.