Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 305
A team is developing a cloud-native application for network monitoring and management of various devices. An increased growth rate of users is expected. The solution must be easily managed and meet these requirements:
• able to use dependencies
• easy disposability
• flexible configuration
Which application design approach must be used?
Answer options
- A. 12-factor app framework
- B. object-oriented programming
- C. agile software development
- D. waterfall model
Correct answer: A
Explanation
The 12-factor app framework is specifically designed for building modern cloud-native applications, ensuring they can handle dependencies, are easily deployable, and allow for configuration flexibility. Object-oriented programming, agile software development, and the waterfall model do not inherently address the specific requirements related to cloud-native applications and their management.