QuestionQ327
Software Development and DesignA team is building a cloud-native application to monitor and manage various network devices. A higher user-growth rate is expected. The solution must be easy to manage and meet these requirements:
- able to use dependencies
- easy disposability
- flexible configuration
Which application design approach must be used?
- A 12-factor app framework
- B object-oriented programming
- C agile software development
- D waterfall model
Community Discussion