CompTIA Cloud+ (CV0-004) — Question 43
Which of the following reduces the chance of introducing a misconfiguration into cloud deployment templates?
Answer options
- A. Performing a git fetch after every commit
- B. Opening pull requests for changes
- C. Using the web interface to update files
- D. Committing updates to the main branch
Correct answer: B
Explanation
Opening pull requests for changes allows for code reviews and discussions before merging, which can help identify potential misconfigurations. The other options do not provide the same level of scrutiny or collaboration, making them less effective in preventing misconfigurations.