When could the API data model of a System API reasonably mimic the data model exposed by the corresponding backend system, with minimal improvements over the backend system's data model?
When could the API data model of a System API reasonably mimic the data model exposed by the corresponding backend system, with minimal improvements over the backend system's data model?
The API data model of a System API could reasonably mimic the data model exposed by the corresponding backend system with minimal improvements when a pragmatic approach with only limited isolation from the backend system is deemed appropriate. This is because such an approach emphasizes practicality and efficiency, accepting some level of coupling between the API and the backend system to reduce complexity and expedite development.
When a pragmatic approach with only limited isolation from the backend system is deemed appropriate
Answer: C
Answer should be C