CLOUD-DIGITAL-LEADER · Question #327
An organization is struggling to ensure that their legacy systems meet rapidly changing IT needs. Why should the organization use application programming interfaces (APIs)?
The correct answer is C. To achieve long-term operational flexibility. APIs allow organizations to expose the functionality of legacy systems in a standardized, interoperable way, enabling those systems to integrate with modern platforms and adapt to changing business requirements without full replacement.
Question
An organization is struggling to ensure that their legacy systems meet rapidly changing IT needs. Why should the organization use application programming interfaces (APIs)?
Options
- ATo expose all underlying data so third parties can make amends
- BTo completely re-architect legacy applications
- CTo achieve long-term operational flexibility
- DTo operate on a pay-as-you go model so IT can scale flexibly
How the community answered
(51 responses)- A2% (1)
- B2% (1)
- C94% (48)
- D2% (1)
Why each option
APIs allow organizations to expose the functionality of legacy systems in a standardized, interoperable way, enabling those systems to integrate with modern platforms and adapt to changing business requirements without full replacement.
APIs expose defined interfaces and operations, not all underlying data; they are specifically designed to control access, not to give third parties unrestricted ability to modify data.
APIs are an integration strategy that enables connectivity to existing systems; they do not re-architect or replace the legacy applications themselves.
APIs create a stable abstraction layer over legacy systems, allowing the underlying implementation to remain unchanged while new consumers and integrations can be added over time. This decoupling gives organizations the flexibility to evolve their IT ecosystem incrementally and respond to changing needs without costly rewrites.
A pay-as-you-go pricing model is a characteristic of cloud infrastructure billing, not a function or benefit of APIs.
Concept tested: APIs for legacy system integration and operational flexibility
Source: https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee
Topics
Community Discussion
No community discussion yet for this question.