Linux Foundation Certified IT Associate (LFCA) — Question 6

A software development team uses a single physical server for testing the latest code in multiple environments: development, pre-production, and production.
What is the recommended approach to maintain the basic security of these environments?

Answer options

Correct answer: D

Explanation

Using different user/group IDs for deploying and running workloads in each environment is essential for maintaining security, as it prevents unauthorized access and limits the potential impact of a security breach. The other options do not adequately isolate environments or enforce security measures, making them less effective in protecting sensitive production data and preventing cross-environment vulnerabilities.