Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 292
What are two benefits of implementing common data structures when working with APIs in remote systems? (Choose two.)
Answer options
- A. ensures that developers are limited to using one data schema type
- B. prevents multivendor interoperability
- C. improves security in RESTful web services
- D. enforces standardized data structures
- E. leverages code that is easily managed and reused
Correct answer: D, E
Explanation
The correct answers, D and E, highlight the benefits of enforcing uniform data structures and utilizing manageable code. Options A and B are incorrect because limiting to one schema type and preventing multivendor interoperability are disadvantages, while option C, although related to security, does not directly address the benefits of data structure implementation.