Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 367
A developer attempts to refactor and improve the application code. It is noticed that the code contains several pieces of key information that could be a security threat if this code is accessible by those who are not authorized to this data. Which approach addresses the security concerns noticed by the developer?
Answer options
- A. Host the application code on a machine located in a secure data center.
- B. Utilize environment variables for username and password details.
- C. Rely on the security teams’ goodwill to not give access to those who do not need it.
- D. Move the hardware that the application is deployed on to a secure location.
Correct answer: A
Explanation
Option A is correct because hosting the application code in a secure data center provides controlled access and physical security, reducing the risk of unauthorized access. Options B and D, while they offer some level of security, do not fully address the issue of protecting the code itself. Option C is not a reliable security measure as it depends on trust rather than concrete security practices.