A city permitting portal team wants to deploy application code without patching servers or managing the runtime. Which cloud service model best matches that goal?
Select an answer to reveal the explanation.
Short Explanation
Picture the developers dropping apps onto a managed kitchen while someone else keeps the ovens and plumbing working. That kitchen is PaaS—you ship code, the provider handles OS and runtime. IaaS still leaves the city washing dishes on every guest OS.
Full Explanation
Platform as a Service abstracts operating-system and runtime administration so application teams can deploy and scale code without patching servers. IaaS keeps guest OS management with the customer, and colocation or bare metal still require deep infrastructure ownership. Selecting PaaS therefore matches a permitting team that wants to focus on application delivery rather than server operations.