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

Which two principles are included in the codebase tenet of the 12-factor app methodology? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C because the 12-factor app methodology emphasizes that applications must be tracked in a version control system and that the codebase must be consistent across all deployments. Options B, D, and E are incorrect as they contradict the principles of having a single codebase for an application and the importance of version control.