Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 360

A team is developing a cloud-native application. The project has these architecture requirements:

• Leverage the use of containers for effective usage of resources.
• Scale up the application automatically when more resources are needed.
• Ensure that the application is developed as a stateless application.

Which two guidelines must be met? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers, D and E, are essential for stateless applications. D ensures that persistent data is managed externally, while E confirms that transient data is handled appropriately without persistence. Options A and B contradict the stateless nature, and C does not address the architectural requirements specified.