CompTIA Cloud+ (CV0-003) — Question 258
A development team needs to be able to make frequent code changes and to fix bugs without maintaining the OS layer. Which of the following cloud models meets the team’s requirements?
Answer options
- A. PaaS
- B. IaaS
- C. SaaS
- D. DBaaS
Correct answer: A
Explanation
The correct answer is A, PaaS (Platform as a Service), which allows developers to focus on coding and deploying applications without dealing with the underlying OS. IaaS (B) provides infrastructure management, which requires more maintenance, while SaaS (C) offers software solutions but does not allow code changes. DBaaS (D) specifically addresses database management and does not align with the need for general code changes.