GitHub Advanced Security — Question 10
What are the additional checks that need to pass before the GitHub Copilot responses are submitted to the user? Each correct answer presents part of the solution. (Choose two.)
Answer options
- A. Code quality
- B. Compatibility with user-specific settings
- C. Performance benchmarking
- D. Suggestions matching public code (optional based on settings)
Correct answer: B, D
Explanation
The correct answers, B and D, are essential because compatibility with user-specific settings ensures the suggestions are relevant to the user's environment, while matching suggestions to public code can help enhance the quality and reliability of the responses. Options A and C, while important in general software development, do not directly pertain to the specific checks for GitHub Copilot responses.