CCSP · Question #764
What is a key capability or characteristic of PaaS?
The correct answer is C. Ability to reduce lock-in. PaaS platforms ideally abstract underlying infrastructure and support open standards, multiple programming languages, and portable runtimes-all of which help reduce vendor lock-in compared to more tightly bundled SaaS solutions. PaaS does not support only a homogeneous environmen
Question
What is a key capability or characteristic of PaaS?
Options
- ASupport for a homogenous environment
- BSupport for a single programming language
- CAbility to reduce lock-in
- DAbility to manually scale
How the community answered
(45 responses)- A4% (2)
- C93% (42)
- D2% (1)
Explanation
PaaS platforms ideally abstract underlying infrastructure and support open standards, multiple programming languages, and portable runtimes-all of which help reduce vendor lock-in compared to more tightly bundled SaaS solutions. PaaS does not support only a homogeneous environment or a single programming language; in fact, supporting heterogeneous, polyglot development is a selling point. PaaS also typically provides automatic/elastic scaling, not manual scaling, so Option D is incorrect. Reducing lock-in through openness and portability is a key design goal and differentiator of well-architected PaaS offerings.
Topics
Community Discussion
No community discussion yet for this question.